#870A66

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

Shades of Eggplant #870A66

Tints of Eggplant #870A66

Color information

#870A66 (or 0x870A66) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 66. RGB value is (135,10,102). Sum of RGB (Red+Green+Blue) = 135+10+102=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A66 is #78F599. Grayscale: #393939. Windows color (decimal): -7927194 or 6687367. OLE color: 6687367.

HSL color Cylindrical-coordinate representation of color #870A66: hue angle of 315.84º degrees, saturation: 0.86, 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 #870A66 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13510102-
CMYK00.930.240.47
HSL315.84º86.21%28.43%-
HSV(B)315.84º92.59%52.94%-
XYZ12.56.3313.13-
YUV57.86152.91183.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 10 (4.30% from 255) = 4.05%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=54.66%
G=4.05%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351010200.930.240.47315.8486.2128.43
Hex87A6605D182F13c561c
Octal207121460135305747412634
Binary10000111101011001100101110111000101111100111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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