#870168

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

Shades of Eggplant #870168

Tints of Eggplant #870168

Color information

#870168 (or 0x870168) is unknown color: approx Eggplant. HEX triplet: 87, 01 and 68. RGB value is (135,1,104). Sum of RGB (Red+Green+Blue) = 135+1+104=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #870168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870168 is #78FE97. Grayscale: #343434. Windows color (decimal): -7929496 or 6816135. OLE color: 6816135.

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

Color convert

RGB1351104-
CMYK00.990.230.47
HSL313.88º98.53%26.67%-
HSV(B)313.88º99.26%52.94%-
XYZ12.56.1713.63-
YUV52.81156.89186.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.25%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=56.25%
G=0.42%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135110400.990.230.47313.8898.5326.67
Hex87168063172F13a631b
Octal20711500143275747214333
Binary10000111111010000110001110111101111100111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870168; }

 p { color: rgb(135,1,104); }

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

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

 a { background-color: rgb(135,1,104); }

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

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

 span { border-color: rgb(135,1,104); }

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