Html Css Color HEX #88006D Eggplant

📋 copy color: '#88006D'

red 136 ◦ green 0 ◦ blue 109

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

Shades of Eggplant #88006D

Tints of Eggplant #88006D

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 value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88006D (or 0x88006D) is known color: 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

RGB 136 0 109 -
CMYK 0 1 0.20 0.47
HSL 311.91º 1% 0.27% -
HSV(B) 311.91º 1% 0.53% -
XYZ 12.91 6.34 15.01 -
YUV 53.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 136 0 109 0 1 0.20 0.47 311.91 1 0.27
Hex 88 0 6D 0 64 14 2F 138 64 1B
Octal 210 0 155 0 144 24 57 470 144 33
Binary 10001000 0 1101101 0 1100100 10100 101111 100111000 1100100 11011

Color Harmonies of #88006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88006D

Black with #88006D

Text Example


Text Example

White with #88006D

Text Example


Text Example

HTML Codes & Css Web 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>