Html Css Color HEX #88086C Eggplant

📋 copy color: '#88086C'

red 136 ◦ green 8 ◦ blue 108

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

Shades of Eggplant #88086C

Tints of Eggplant #88086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 53.97%
G = 3.17%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88086C (or 0x88086C) is known color: Eggplant. HEX triplet: 88, 08 and 6C. RGB value is (136,8,108). Sum of RGB (Red+Green+Blue) = 136+8+108=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88086C is #77F793. Grayscale: #393939. Windows color (decimal): -7862164 or 7080072. OLE color: 7080072.

HSL color Cylindrical-coordinate representation of color #88086C: hue angle of 313.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88086C is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 108 -
CMYK 0 0.94 0.21 0.47
HSL 313.13º 0.89% 0.28% -
HSV(B) 313.13º 0.94% 0.53% -
XYZ 12.95 6.49 14.76 -
YUV 57.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 136 8 108 0 0.94 0.21 0.47 313.13 0.89 0.28
Hex 88 8 6C 0 5E 15 2F 139 59 1C
Octal 210 10 154 0 136 25 57 471 131 34
Binary 10001000 1000 1101100 0 1011110 10101 101111 100111001 1011001 11100

Color Harmonies of #88086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88086C

Black with #88086C

Text Example


Text Example

White with #88086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88086C; }

 p { color: rgb(136,8,108); }

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

background-color css

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

 a { background-color: rgb(136,8,108); }

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

border-color css

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

 span { border-color: rgb(136,8,108); }

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