Html Css Color HEX #88005C Eggplant

📋 copy color: '#88005C'

red 136 ◦ green 0 ◦ blue 92

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

Shades of Eggplant #88005C

Tints of Eggplant #88005C

RGB

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

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

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

R = 59.65%
G = 0%
B = 40.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88005C (or 0x88005C) is known color: Eggplant. HEX triplet: 88, 00 and 5C. RGB value is (136,0,92). Sum of RGB (Red+Green+Blue) = 136+0+92=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005C is #77FFA3. Grayscale: #323232. Windows color (decimal): -7864228 or 6029448. OLE color: 6029448.

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

Color convert

RGB 136 0 92 -
CMYK 0 1 0.32 0.47
HSL 319.41º 1% 0.27% -
HSV(B) 319.41º 1% 0.53% -
XYZ 12.09 6.01 10.65 -
YUV 51.15 151.06 188.52 -
System Red Green Blue C M Y K H S L
Decimal 136 0 92 0 1 0.32 0.47 319.41 1 0.27
Hex 88 0 5C 0 64 20 2F 13F 64 1B
Octal 210 0 134 0 144 40 57 477 144 33
Binary 10001000 0 1011100 0 1100100 100000 101111 100111111 1100100 11011

Color Harmonies of #88005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88005C

Black with #88005C

Text Example


Text Example

White with #88005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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