#860C5A

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

Shades of Eggplant #860C5A

Tints of Eggplant #860C5A

Color information

#860C5A (or 0x860C5A) is unknown color: approx Eggplant. HEX triplet: 86, 0C and 5A. RGB value is (134,12,90). Sum of RGB (Red+Green+Blue) = 134+12+90=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #860C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860C5A is #79F3A5. Grayscale: #393939. Windows color (decimal): -7992230 or 5901446. OLE color: 5901446.

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

Color convert

RGB1341290-
CMYK00.910.330.47
HSL321.64º83.56%28.63%-
HSV(B)321.64º91.04%52.55%-
XYZ11.816.0710.22-
YUV57.37146.42182.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=56.78%
G=5.08%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134129000.910.330.47321.6483.5628.63
Hex86C5A05B212F142541d
Octal206141320133415750212435
Binary100001101100101101001011011100001101111101000010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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