#870E66

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

Shades of Eggplant #870E66

Tints of Eggplant #870E66

Color information

#870E66 (or 0x870E66) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 66. RGB value is (135,14,102). Sum of RGB (Red+Green+Blue) = 135+14+102=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #870E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E66 is #78F199. Grayscale: #3B3B3B. Windows color (decimal): -7926170 or 6688391. OLE color: 6688391.

HSL color Cylindrical-coordinate representation of color #870E66: hue angle of 316.36º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E66 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13514102-
CMYK00.900.240.47
HSL316.36º81.21%29.22%-
HSV(B)316.36º89.63%52.94%-
XYZ12.556.4213.15-
YUV60.21151.59181.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=53.78%
G=5.58%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351410200.900.240.47316.3681.2129.22
Hex87E6605A182F13c511d
Octal207161460132305747412135
Binary10000111111011001100101101011000101111100111100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,14,102); }

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

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

 a { background-color: rgb(135,14,102); }

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

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

 span { border-color: rgb(135,14,102); }

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