#860F5A

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

Shades of Eggplant #860F5A

Tints of Eggplant #860F5A

Color information

#860F5A (or 0x860F5A) is unknown color: approx Eggplant. HEX triplet: 86, 0F and 5A. RGB value is (134,15,90). Sum of RGB (Red+Green+Blue) = 134+15+90=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860F5A is #79F0A5. Grayscale: #3A3A3A. Windows color (decimal): -7991462 or 5902214. OLE color: 5902214.

HSL color Cylindrical-coordinate representation of color #860F5A: hue angle of 322.18º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #860F5A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1341590-
CMYK00.890.330.47
HSL322.18º79.87%29.22%-
HSV(B)322.18º88.81%52.55%-
XYZ11.856.1510.24-
YUV59.13145.42181.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=56.07%
G=6.28%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134159000.890.330.47322.1879.8729.22
Hex86F5A059212F142501d
Octal206171320131415750212035
Binary100001101111101101001011001100001101111101000010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860F5A; }

 p { color: rgb(134,15,90); }

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

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

 a { background-color: rgb(134,15,90); }

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

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

 span { border-color: rgb(134,15,90); }

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