Html Css Color HEX #990966 Eggplant

📋 copy color: '#990966'

red 153 ◦ green 9 ◦ blue 102

#990966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #990966

Tints of Eggplant #990966

RGB

 RED value IS 153 (60.16% from 255) = 57.95%

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 57.95%
G = 3.41%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#990966 (or 0x990966) is known color: Eggplant. HEX triplet: 99, 09 and 66. RGB value is (153,9,102). Sum of RGB (Red+Green+Blue) = 153+9+102=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #990966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990966 is #66F699. Grayscale: #3E3E3E. Windows color (decimal): -6747802 or 6687129. OLE color: 6687129.

HSL color Cylindrical-coordinate representation of color #990966: hue angle of 321.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990966 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 102 -
CMYK 0 0.94 0.33 0.4
HSL 321.25º 0.89% 0.32% -
HSV(B) 321.25º 0.94% 0.6% -
XYZ 15.63 7.93 13.28 -
YUV 62.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 153 9 102 0 0.94 0.33 0.4 321.25 0.89 0.32
Hex 99 9 66 0 5E 21 28 141 59 20
Octal 231 11 146 0 136 41 50 501 131 40
Binary 10011001 1001 1100110 0 1011110 100001 101000 101000001 1011001 100000

Color Harmonies of #990966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990966

Black with #990966

Text Example


Text Example

White with #990966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990966; }

 p { color: rgb(153,9,102); }

 H1.HeaderClassName
 {
   color: #990966;
 }
 .AnyTagClassName
 {
   color: #990966;
 }
</style>

background-color css

<style>
 a { background-color: #990966; }

 a { background-color: rgb(153,9,102); }

 div.DivClassName
 {
   background-color: #990966;
 }
 .BgClassName
 {
   background-color: #990966;
 }
</style>

border-color css

<style>
 span { border-color: #990966; }

 span { border-color: rgb(153,9,102); }

 td.TdClassName
 {
   border-color: #990966;
 }
 .TagClassName
 {
   border-color: #990966;
 }
</style>