#860E53

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

Shades of Eggplant #860E53

Tints of Eggplant #860E53

Color information

#860E53 (or 0x860E53) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 53. RGB value is (134,14,83). Sum of RGB (Red+Green+Blue) = 134+14+83=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #860E53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E53 is #79F1AC. Grayscale: #393939. Windows color (decimal): -7991725 or 5443206. OLE color: 5443206.

HSL color Cylindrical-coordinate representation of color #860E53: hue angle of 325.5º degrees, saturation: 0.81, 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 #860E53 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1341483-
CMYK00.900.380.47
HSL325.5º81.08%29.02%-
HSV(B)325.5º89.55%52.55%-
XYZ11.556.018.73-
YUV57.75142.26182.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=58.01%
G=6.06%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134148300.900.380.47325.581.0829.02
Hex86E5305A262F146511d
Octal206161230132465750612135
Binary100001101110101001101011010100110101111101000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,14,83); }

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

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

 a { background-color: rgb(134,14,83); }

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

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

 span { border-color: rgb(134,14,83); }

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