Html Css Color HEX #880C66 Eggplant

📋 copy color: '#880C66'

red 136 ◦ green 12 ◦ blue 102

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

Shades of Eggplant #880C66

Tints of Eggplant #880C66

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

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

R = 54.4%
G = 4.8%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#880C66 (or 0x880C66) is known color: Eggplant. HEX triplet: 88, 0C and 66. RGB value is (136,12,102). Sum of RGB (Red+Green+Blue) = 136+12+102=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C66 is #77F399. Grayscale: #3B3B3B. Windows color (decimal): -7861146 or 6687880. OLE color: 6687880.

HSL color Cylindrical-coordinate representation of color #880C66: hue angle of 316.45º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C66 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 102 -
CMYK 0 0.91 0.25 0.47
HSL 316.45º 0.84% 0.29% -
HSV(B) 316.45º 0.91% 0.53% -
XYZ 12.68 6.46 13.15 -
YUV 59.34 152.08 182.68 -
System Red Green Blue C M Y K H S L
Decimal 136 12 102 0 0.91 0.25 0.47 316.45 0.84 0.29
Hex 88 C 66 0 5B 19 2F 13C 54 1D
Octal 210 14 146 0 133 31 57 474 124 35
Binary 10001000 1100 1100110 0 1011011 11001 101111 100111100 1010100 11101

Color Harmonies of #880C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C66

Black with #880C66

Text Example


Text Example

White with #880C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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