#870A63

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

Shades of Eggplant #870A63

Tints of Eggplant #870A63

Color information

#870A63 (or 0x870A63) is unknown color: approx Eggplant. HEX triplet: 87, 0A and 63. RGB value is (135,10,99). Sum of RGB (Red+Green+Blue) = 135+10+99=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #870A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870A63 is #78F59C. Grayscale: #393939. Windows color (decimal): -7927197 or 6490759. OLE color: 6490759.

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

Color convert

RGB1351099-
CMYK00.930.270.47
HSL317.28º86.21%28.43%-
HSV(B)317.28º92.59%52.94%-
XYZ12.356.2712.36-
YUV57.52151.41183.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=55.33%
G=4.10%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135109900.930.270.47317.2886.2128.43
Hex87A6305D1B2F13d561c
Octal207121430135335747512634
Binary10000111101011000110101110111011101111100111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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