#870165

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

Shades of Eggplant #870165

Tints of Eggplant #870165

Color information

#870165 (or 0x870165) is unknown color: approx Eggplant. HEX triplet: 87, 01 and 65. RGB value is (135,1,101). Sum of RGB (Red+Green+Blue) = 135+1+101=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #870165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870165 is #78FE9A. Grayscale: #343434. Windows color (decimal): -7929499 or 6619527. OLE color: 6619527.

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

Color convert

RGB1351101-
CMYK00.990.250.47
HSL315.22º98.53%26.67%-
HSV(B)315.22º99.26%52.94%-
XYZ12.356.1112.84-
YUV52.47155.39186.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.96%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=56.96%
G=0.42%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135110100.990.250.47315.2298.5326.67
Hex87165063192F13b631b
Octal20711450143315747314333
Binary10000111111001010110001111001101111100111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870165; }

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

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

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

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

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

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

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

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