Html Css Color HEX #880D57 Eggplant

📋 copy color: '#880D57'

red 136 ◦ green 13 ◦ blue 87

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

Shades of Eggplant #880D57

Tints of Eggplant #880D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

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

R = 57.63%
G = 5.51%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#880D57 (or 0x880D57) is known color: Eggplant. HEX triplet: 88, 0D and 57. RGB value is (136,13,87). Sum of RGB (Red+Green+Blue) = 136+13+87=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #880D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D57 is #77F2A8. Grayscale: #3A3A3A. Windows color (decimal): -7860905 or 5705096. OLE color: 5705096.

HSL color Cylindrical-coordinate representation of color #880D57: hue angle of 323.9º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D57 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 87 -
CMYK 0 0.90 0.36 0.47
HSL 323.9º 0.83% 0.29% -
HSV(B) 323.9º 0.9% 0.53% -
XYZ 12.02 6.21 9.58 -
YUV 58.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 136 13 87 0 0.90 0.36 0.47 323.9 0.83 0.29
Hex 88 D 57 0 5A 24 2F 144 53 1D
Octal 210 15 127 0 132 44 57 504 123 35
Binary 10001000 1101 1010111 0 1011010 100100 101111 101000100 1010011 11101

Color Harmonies of #880D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D57

Black with #880D57

Text Example


Text Example

White with #880D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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