Html Css Color HEX #88085C Eggplant

📋 copy color: '#88085C'

red 136 ◦ green 8 ◦ blue 92

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

Shades of Eggplant #88085C

Tints of Eggplant #88085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 57.63%
G = 3.39%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88085C (or 0x88085C) is known color: Eggplant. HEX triplet: 88, 08 and 5C. RGB value is (136,8,92). Sum of RGB (Red+Green+Blue) = 136+8+92=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085C is #77F7A3. Grayscale: #373737. Windows color (decimal): -7862180 or 6031496. OLE color: 6031496.

HSL color Cylindrical-coordinate representation of color #88085C: hue angle of 320.62º 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 #88085C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 92 -
CMYK 0 0.94 0.32 0.47
HSL 320.63º 0.89% 0.28% -
HSV(B) 320.63º 0.94% 0.53% -
XYZ 12.17 6.18 10.68 -
YUV 55.85 148.41 185.17 -
System Red Green Blue C M Y K H S L
Decimal 136 8 92 0 0.94 0.32 0.47 320.63 0.89 0.28
Hex 88 8 5C 0 5E 20 2F 141 59 1C
Octal 210 10 134 0 136 40 57 501 131 34
Binary 10001000 1000 1011100 0 1011110 100000 101111 101000001 1011001 11100

Color Harmonies of #88085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88085C

Black with #88085C

Text Example


Text Example

White with #88085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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