Html Css Color HEX #88005D Eggplant

📋 copy color: '#88005D'

red 136 ◦ green 0 ◦ blue 93

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

Shades of Eggplant #88005D

Tints of Eggplant #88005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 59.39%
G = 0%
B = 40.61%

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

#88005D (or 0x88005D) is known color: Eggplant. HEX triplet: 88, 00 and 5D. RGB value is (136,0,93). Sum of RGB (Red+Green+Blue) = 136+0+93=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #88005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88005D is #77FFA2. Grayscale: #333333. Windows color (decimal): -7864227 or 6094984. OLE color: 6094984.

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

Color convert

RGB 136 0 93 -
CMYK 0 1 0.32 0.47
HSL 318.97º 1% 0.27% -
HSV(B) 318.97º 1% 0.53% -
XYZ 12.13 6.02 10.88 -
YUV 51.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 136 0 93 0 1 0.32 0.47 318.97 1 0.27
Hex 88 0 5D 0 64 20 2F 13F 64 1B
Octal 210 0 135 0 144 40 57 477 144 33
Binary 10001000 0 1011101 0 1100100 100000 101111 100111111 1100100 11011

Color Harmonies of #88005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88005D

Black with #88005D

Text Example


Text Example

White with #88005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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