Html Css Color HEX #88024F Eggplant

📋 copy color: '#88024F'

red 136 ◦ green 2 ◦ blue 79

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

Shades of Eggplant #88024F

Tints of Eggplant #88024F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 62.67%
G = 0.92%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88024F (or 0x88024F) is known color: Eggplant. HEX triplet: 88, 02 and 4F. RGB value is (136,2,79). Sum of RGB (Red+Green+Blue) = 136+2+79=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88024F is #77FDB0. Grayscale: #323232. Windows color (decimal): -7863729 or 5177992. OLE color: 5177992.

HSL color Cylindrical-coordinate representation of color #88024F: hue angle of 325.52º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88024F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 79 -
CMYK 0 0.99 0.42 0.47
HSL 325.52º 0.97% 0.27% -
HSV(B) 325.52º 0.99% 0.53% -
XYZ 11.59 5.84 7.91 -
YUV 50.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 136 2 79 0 0.99 0.42 0.47 325.52 0.97 0.27
Hex 88 2 4F 0 63 2A 2F 146 61 1B
Octal 210 2 117 0 143 52 57 506 141 33
Binary 10001000 10 1001111 0 1100011 101010 101111 101000110 1100001 11011

Color Harmonies of #88024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88024F

Black with #88024F

Text Example


Text Example

White with #88024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,2,79); }

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

background-color css

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

 a { background-color: rgb(136,2,79); }

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

border-color css

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

 span { border-color: rgb(136,2,79); }

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