Html Css Color HEX #990066 Eggplant

📋 copy color: '#990066'

red 153 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #990066

Tints of Eggplant #990066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#990066 (or 0x990066) is known color: Eggplant. HEX triplet: 99, 00 and 66. RGB value is (153,0,102). Sum of RGB (Red+Green+Blue) = 153+0+102=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990066 is a web safe color. Inversed color of #990066 is #66FF99. Grayscale: #393939. Windows color (decimal): -6750106 or 6684825. OLE color: 6684825.

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

Color convert

RGB 153 0 102 -
CMYK 0 1 0.33 0.4
HSL 320º 1% 0.3% -
HSV(B) 320º 1% 0.6% -
XYZ 15.54 7.73 13.24 -
YUV 57.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 153 0 102 0 1 0.33 0.4 320 1 0.3
Hex 99 0 66 0 64 21 28 140 64 1E
Octal 231 0 146 0 144 41 50 500 144 36
Binary 10011001 0 1100110 0 1100100 100001 101000 101000000 1100100 11110

Color Harmonies of #990066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990066

Black with #990066

Text Example


Text Example

White with #990066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990066; }

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

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

background-color css

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

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

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

border-color css

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

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

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