Html Css Color HEX #880966 Eggplant

📋 copy color: '#880966'

red 136 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #880966

Tints of Eggplant #880966

RGB

 RED value IS 136 (53.52% from 255) = 55.06%

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

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

R = 55.06%
G = 3.64%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#880966 (or 0x880966) is known color: Eggplant. HEX triplet: 88, 09 and 66. RGB value is (136,9,102). Sum of RGB (Red+Green+Blue) = 136+9+102=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880966 is #77F699. Grayscale: #393939. Windows color (decimal): -7861914 or 6687112. OLE color: 6687112.

HSL color Cylindrical-coordinate representation of color #880966: hue angle of 316.06º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880966 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 102 -
CMYK 0 0.93 0.25 0.47
HSL 316.06º 0.88% 0.28% -
HSV(B) 316.06º 0.93% 0.53% -
XYZ 12.65 6.39 13.14 -
YUV 57.58 153.08 183.94 -
System Red Green Blue C M Y K H S L
Decimal 136 9 102 0 0.93 0.25 0.47 316.06 0.88 0.28
Hex 88 9 66 0 5D 19 2F 13C 58 1C
Octal 210 11 146 0 135 31 57 474 130 34
Binary 10001000 1001 1100110 0 1011101 11001 101111 100111100 1011000 11100

Color Harmonies of #880966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880966

Black with #880966

Text Example


Text Example

White with #880966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880966; }

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

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

background-color css

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

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

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

border-color css

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

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

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