#870951

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

Shades of Eggplant #870951

Tints of Eggplant #870951

Color information

#870951 (or 0x870951) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 51. RGB value is (135,9,81). Sum of RGB (Red+Green+Blue) = 135+9+81=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870951 is #78F6AE. Grayscale: #363636. Windows color (decimal): -7927471 or 5310855. OLE color: 5310855.

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

Color convert

RGB135981-
CMYK00.930.400.47
HSL325.71º87.5%28.24%-
HSV(B)325.71º93.33%52.94%-
XYZ11.575.948.32-
YUV54.88142.74185.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 60%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 81 (32.03% from 255) = 36%
R=60%
G=4%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13598100.930.400.47325.7187.528.24
Hex8795105D282F146581c
Octal207111210135505750613034
Binary100001111001101000101011101101000101111101000110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870951; }

 p { color: rgb(135,9,81); }

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

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

 a { background-color: rgb(135,9,81); }

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

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

 span { border-color: rgb(135,9,81); }

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