Html Css Color HEX #88044F Eggplant

📋 copy color: '#88044F'

red 136 ◦ green 4 ◦ blue 79

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

Shades of Eggplant #88044F

Tints of Eggplant #88044F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 62.1%
G = 1.83%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88044F (or 0x88044F) is known color: Eggplant. HEX triplet: 88, 04 and 4F. RGB value is (136,4,79). Sum of RGB (Red+Green+Blue) = 136+4+79=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88044F is #77FBB0. Grayscale: #333333. Windows color (decimal): -7863217 or 5178504. OLE color: 5178504.

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

Color convert

RGB 136 4 79 -
CMYK 0 0.97 0.42 0.47
HSL 325.91º 0.94% 0.27% -
HSV(B) 325.91º 0.97% 0.53% -
XYZ 11.61 5.89 7.92 -
YUV 52.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 136 4 79 0 0.97 0.42 0.47 325.91 0.94 0.27
Hex 88 4 4F 0 61 2A 2F 146 5E 1B
Octal 210 4 117 0 141 52 57 506 136 33
Binary 10001000 100 1001111 0 1100001 101010 101111 101000110 1011110 11011

Color Harmonies of #88044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88044F

Black with #88044F

Text Example


Text Example

White with #88044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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