Html Css Color HEX #88005F Eggplant

📋 copy color: '#88005F'

red 136 ◦ green 0 ◦ blue 95

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

Shades of Eggplant #88005F

Tints of Eggplant #88005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88005F (or 0x88005F) is known color: Eggplant. HEX triplet: 88, 00 and 5F. RGB value is (136,0,95). Sum of RGB (Red+Green+Blue) = 136+0+95=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005F is #77FFA0. Grayscale: #333333. Windows color (decimal): -7864225 or 6226056. OLE color: 6226056.

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

Color convert

RGB 136 0 95 -
CMYK 0 1 0.30 0.47
HSL 318.09º 1% 0.27% -
HSV(B) 318.09º 1% 0.53% -
XYZ 12.22 6.06 11.35 -
YUV 51.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 136 0 95 0 1 0.30 0.47 318.09 1 0.27
Hex 88 0 5F 0 64 1E 2F 13E 64 1B
Octal 210 0 137 0 144 36 57 476 144 33
Binary 10001000 0 1011111 0 1100100 11110 101111 100111110 1100100 11011

Color Harmonies of #88005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88005F

Black with #88005F

Text Example


Text Example

White with #88005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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