#860853

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

Shades of Eggplant #860853

Tints of Eggplant #860853

Color information

#860853 (or 0x860853) is unknown color: approx Eggplant. HEX triplet: 86, 08 and 53. RGB value is (134,8,83). Sum of RGB (Red+Green+Blue) = 134+8+83=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #860853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860853 is #79F7AC. Grayscale: #363636. Windows color (decimal): -7993261 or 5441670. OLE color: 5441670.

HSL color Cylindrical-coordinate representation of color #860853: hue angle of 324.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860853 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB134883-
CMYK00.940.380.47
HSL324.29º88.73%27.84%-
HSV(B)324.29º94.03%52.55%-
XYZ11.485.878.71-
YUV54.22144.24184.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=59.56%
G=3.56%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13488300.940.380.47324.2988.7327.84
Hex8685305E262F144591c
Octal206101230136465750413134
Binary100001101000101001101011110100110101111101000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860853; }

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

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

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

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

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

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

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

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