Color Hex Logo

#99009e Color Hex

#99009E
(153,0,158)
0 Favorites   0 Comments

Color spaces of #99009e

RGB 1530158
HSL0.831.000.31
HSV298°100°62°
CMYK 0.031.000.00   0.38
XYZ19.30849.240933.1138
Yxy9.24090.31310.1499
Hunter Lab30.398860.1796-43.3061
CIE-Lab36.444067.8750-44.0764

#99009e color RGB value is (153,0,158).

#99009e hex color red value is 153, green value is 0 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #99009e hue: 0.83 , saturation: 1.00 and the lightness value of 99009e is 0.31.

The process color (four color CMYK) of #99009e color hex is 0.03, 1.00, 0.00, 0.38. Web safe color of #99009e is #990099. Color #99009e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00000000 10011110
Octal 231 0 236
Decimal 153 0 158
Hex 99 0 9E

RGB Percentages of Color #99009e

%49.20
%0.00
%50.80

CMYK Percentages of Color #99009e

%3
%100
%0
%38

Triadic Colors of #99009e

#99009e #9e9900 #009e99

Analogous Colors of #99009e

#99009e #9e0054 #4a009e

Monochromatic Colors of #99009e

#99009e

Complementary Color

#99009e #059e00

#99009e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99009e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99009e Color CSS Codes

.mybgcolor {background-color:#99009e; } 
.myforecolor {color:#99009e; }
.mybordercolor {border:3px solid #99009e; }

#99009e Text Font Color

<p style="color:#99009e">Text here</p>

This sample text font color is #99009e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99009e Background Color

<div style="background-color:#99009e">
Div content here</div>

This div background color is #99009e


#99009e Border Color

<div style="border:3px solid #99009e">
Div here</div>

This div border color is #99009e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,0,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99009e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99009e;
  -webkit-box-shadow: 1px 1px 3px 2px #99009e;
  box-shadow:         1px 1px 3px 2px #99009e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,0,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99009e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99009e;
  -webkit-box-shadow: 1px 1px 3px 2px #99009e;
  box-shadow:         1px 1px 3px 2px #99009e;">
Div content here</div>

This div box has shadow with color #99009e


Comments

No comments written yet.

Please login to write comment.