Html Css Color HEX #880959 Eggplant

📋 copy color: '#880959'

red 136 ◦ green 9 ◦ blue 89

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

Shades of Eggplant #880959

Tints of Eggplant #880959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 58.12%
G = 3.85%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#880959 (or 0x880959) is known color: Eggplant. HEX triplet: 88, 09 and 59. RGB value is (136,9,89). Sum of RGB (Red+Green+Blue) = 136+9+89=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880959 is #77F6A6. Grayscale: #373737. Windows color (decimal): -7861927 or 5835144. OLE color: 5835144.

HSL color Cylindrical-coordinate representation of color #880959: hue angle of 322.2º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880959 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 89 -
CMYK 0 0.93 0.35 0.47
HSL 322.2º 0.88% 0.28% -
HSV(B) 322.2º 0.93% 0.53% -
XYZ 12.05 6.15 10 -
YUV 56.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 136 9 89 0 0.93 0.35 0.47 322.2 0.88 0.28
Hex 88 9 59 0 5D 23 2F 142 58 1C
Octal 210 11 131 0 135 43 57 502 130 34
Binary 10001000 1001 1011001 0 1011101 100011 101111 101000010 1011000 11100

Color Harmonies of #880959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880959

Black with #880959

Text Example


Text Example

White with #880959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880959; }

 p { color: rgb(136,9,89); }

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

background-color css

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

 a { background-color: rgb(136,9,89); }

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

border-color css

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

 span { border-color: rgb(136,9,89); }

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