#870D63

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

Shades of Eggplant #870D63

Tints of Eggplant #870D63

Color information

#870D63 (or 0x870D63) is unknown color: approx Eggplant. HEX triplet: 87, 0D and 63. RGB value is (135,13,99). Sum of RGB (Red+Green+Blue) = 135+13+99=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #870D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D63 is #78F29C. Grayscale: #3B3B3B. Windows color (decimal): -7926429 or 6491527. OLE color: 6491527.

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

Color convert

RGB1351399-
CMYK00.900.270.47
HSL317.7º82.43%29.02%-
HSV(B)317.7º90.37%52.94%-
XYZ12.396.3412.38-
YUV59.28150.42182.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=54.66%
G=5.26%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135139900.900.270.47317.782.4329.02
Hex87D6305A1B2F13e521d
Octal207151430132335747612235
Binary10000111110111000110101101011011101111100111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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