#88006D

Color #88006D Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #88006D

Tints of Eggplant #88006D

Color information

#88006D (or 0x88006D) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 6D. RGB value is (136,0,109). Sum of RGB (Red+Green+Blue) = 136+0+109=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88006D is #77FF92. Grayscale: #343434. Windows color (decimal): -7864211 or 7143560. OLE color: 7143560.

HSL color Cylindrical-coordinate representation of color #88006D: hue angle of 311.91º 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 #88006D is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB1360109-
CMYK010.200.47
HSL311.91º100%26.67%-
HSV(B)311.91º100%53.33%-
XYZ12.916.3415.01-
YUV53.09159.56187.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 44.49%
R=55.51%
G=0%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1360109010.200.47311.9110026.67
Hex8806D064142F138641b
Octal21001550144245747014433
Binary10001000011011010110010010100101111100111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88006D;
 }
 .AnyTagClassName
 {
   color: #88006D;
 }
</style>
background-color css

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

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

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

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

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

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