Html Css Color HEX #880957 Eggplant

📋 copy color: '#880957'

red 136 ◦ green 9 ◦ blue 87

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

Shades of Eggplant #880957

Tints of Eggplant #880957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 58.62%
G = 3.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#880957 (or 0x880957) is known color: Eggplant. HEX triplet: 88, 09 and 57. RGB value is (136,9,87). Sum of RGB (Red+Green+Blue) = 136+9+87=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #880957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880957 is #77F6A8. Grayscale: #373737. Windows color (decimal): -7861929 or 5704072. OLE color: 5704072.

HSL color Cylindrical-coordinate representation of color #880957: hue angle of 323.15º 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 #880957 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 87 -
CMYK 0 0.93 0.36 0.47
HSL 323.15º 0.88% 0.28% -
HSV(B) 323.15º 0.93% 0.53% -
XYZ 11.97 6.12 9.57 -
YUV 55.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 136 9 87 0 0.93 0.36 0.47 323.15 0.88 0.28
Hex 88 9 57 0 5D 24 2F 143 58 1C
Octal 210 11 127 0 135 44 57 503 130 34
Binary 10001000 1001 1010111 0 1011101 100100 101111 101000011 1011000 11100

Color Harmonies of #880957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880957

Black with #880957

Text Example


Text Example

White with #880957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880957; }

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

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

background-color css

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

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

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

border-color css

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

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

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