Html Css Color HEX #991066 Eggplant

📋 copy color: '#991066'

red 153 ◦ green 16 ◦ blue 102

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

Shades of Eggplant #991066

Tints of Eggplant #991066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 56.46%
G = 5.9%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#991066 (or 0x991066) is known color: Eggplant. HEX triplet: 99, 10 and 66. RGB value is (153,16,102). Sum of RGB (Red+Green+Blue) = 153+16+102=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #991066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991066 is #66EF99. Grayscale: #424242. Windows color (decimal): -6746010 or 6688921. OLE color: 6688921.

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

Color convert

RGB 153 16 102 -
CMYK 0 0.90 0.33 0.4
HSL 322.34º 0.81% 0.33% -
HSV(B) 322.34º 0.9% 0.6% -
XYZ 15.72 8.1 13.31 -
YUV 66.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 153 16 102 0 0.90 0.33 0.4 322.34 0.81 0.33
Hex 99 10 66 0 5A 21 28 142 51 21
Octal 231 20 146 0 132 41 50 502 121 41
Binary 10011001 10000 1100110 0 1011010 100001 101000 101000010 1010001 100001

Color Harmonies of #991066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991066

Black with #991066

Text Example


Text Example

White with #991066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991066; }

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

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

background-color css

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

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

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

border-color css

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

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

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