#870266

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

Shades of Eggplant #870266

Tints of Eggplant #870266

Color information

#870266 (or 0x870266) is unknown color: approx Eggplant. HEX triplet: 87, 02 and 66. RGB value is (135,2,102). Sum of RGB (Red+Green+Blue) = 135+2+102=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #870266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870266 is #78FD99. Grayscale: #343434. Windows color (decimal): -7929242 or 6685319. OLE color: 6685319.

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

Color convert

RGB1352102-
CMYK00.990.240.47
HSL314.89º97.08%26.86%-
HSV(B)314.89º98.52%52.94%-
XYZ12.416.1513.1-
YUV53.17155.56186.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.49%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=56.49%
G=0.84%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135210200.990.240.47314.8997.0826.86
Hex87266063182F13b611b
Octal20721460143305747314133
Binary100001111011001100110001111000101111100111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870266; }

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

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

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

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

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

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

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

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