#870960

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

Shades of Eggplant #870960

Tints of Eggplant #870960

Color information

#870960 (or 0x870960) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 60. RGB value is (135,9,96). Sum of RGB (Red+Green+Blue) = 135+9+96=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870960 is #78F69F. Grayscale: #383838. Windows color (decimal): -7927456 or 6293895. OLE color: 6293895.

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

Color convert

RGB135996-
CMYK00.930.290.47
HSL318.57º87.5%28.24%-
HSV(B)318.57º93.33%52.94%-
XYZ12.26.1911.62-
YUV56.59150.24183.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 96 (37.89% from 255) = 40%
R=56.25%
G=3.75%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13599600.930.290.47318.5787.528.24
Hex8796005D1D2F13f581c
Octal207111400135355747713034
Binary10000111100111000000101110111101101111100111111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870960; }

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

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

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

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

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

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

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

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