#870151

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

Shades of Eggplant #870151

Tints of Eggplant #870151

Color information

#870151 (or 0x870151) is unknown color: approx Eggplant. HEX triplet: 87, 01 and 51. RGB value is (135,1,81). Sum of RGB (Red+Green+Blue) = 135+1+81=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #870151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870151 is #78FEAE. Grayscale: #323232. Windows color (decimal): -7929519 or 5308807. OLE color: 5308807.

HSL color Cylindrical-coordinate representation of color #870151: hue angle of 324.18º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870151 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB135181-
CMYK00.990.400.47
HSL324.18º98.53%26.67%-
HSV(B)324.18º99.26%52.94%-
XYZ11.495.778.29-
YUV50.19145.39188.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 62.21%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=62.21%
G=0.46%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13518100.990.400.47324.1898.5326.67
Hex87151063282F144631b
Octal20711210143505750414333
Binary100001111101000101100011101000101111101000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870151; }

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

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

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

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

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

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

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

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