Html Css Color HEX #88006E Eggplant

📋 copy color: '#88006E'

red 136 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #88006E

Tints of Eggplant #88006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88006E (or 0x88006E) is known color: Eggplant. HEX triplet: 88, 00 and 6E. RGB value is (136,0,110). Sum of RGB (Red+Green+Blue) = 136+0+110=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88006E is #77FF91. Grayscale: #343434. Windows color (decimal): -7864210 or 7209096. OLE color: 7209096.

HSL color Cylindrical-coordinate representation of color #88006E: hue angle of 311.47º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88006E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 110 -
CMYK 0 1 0.19 0.47
HSL 311.47º 1% 0.27% -
HSV(B) 311.47º 1% 0.53% -
XYZ 12.97 6.36 15.3 -
YUV 53.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 136 0 110 0 1 0.19 0.47 311.47 1 0.27
Hex 88 0 6E 0 64 13 2F 137 64 1B
Octal 210 0 156 0 144 23 57 467 144 33
Binary 10001000 0 1101110 0 1100100 10011 101111 100110111 1100100 11011

Color Harmonies of #88006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88006E

Black with #88006E

Text Example


Text Example

White with #88006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88006E; }

 p { color: rgb(136,0,110); }

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

background-color css

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

 a { background-color: rgb(136,0,110); }

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

border-color css

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

 span { border-color: rgb(136,0,110); }

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