#870A54

Color #870A54 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #870A54

Tints of Eggplant #870A54

Color information

#870A54 (or 0x870A54) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 54. RGB value is (135,10,84). Sum of RGB (Red+Green+Blue) = 135+10+84=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #870A54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A54 is #78F5AB. Grayscale: #373737. Windows color (decimal): -7927212 or 5507719. OLE color: 5507719.

HSL color Cylindrical-coordinate representation of color #870A54: hue angle of 324.48º degrees, saturation: 0.86, 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 #870A54 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1351084-
CMYK00.930.380.47
HSL324.48º86.21%28.43%-
HSV(B)324.48º92.59%52.94%-
XYZ11.76.018.93-
YUV55.81143.91184.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 10 (4.30% from 255) = 4.37%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=58.95%
G=4.37%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135108400.930.380.47324.4886.2128.43
Hex87A5405D262F144561c
Octal207121240135465750412634
Binary100001111010101010001011101100110101111101000100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870A54; }

 p { color: rgb(135,10,84); }

 H1.HeaderClassName
 {
   color: #870A54;
 }
 .AnyTagClassName
 {
   color: #870A54;
 }
</style>
background-color css

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

 a { background-color: rgb(135,10,84); }

 div.DivClassName
 {
   background-color: #870A54;
 }
 .BgClassName
 {
   background-color: #870A54;
 }
</style>
border-color css

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

 span { border-color: rgb(135,10,84); }

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