#860852

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

Shades of Eggplant #860852

Tints of Eggplant #860852

Color information

#860852 (or 0x860852) is unknown color: approx Eggplant. HEX triplet: 86, 08 and 52. RGB value is (134,8,82). Sum of RGB (Red+Green+Blue) = 134+8+82=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #860852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860852 is #79F7AD. Grayscale: #353535. Windows color (decimal): -7993262 or 5376134. OLE color: 5376134.

HSL color Cylindrical-coordinate representation of color #860852: hue angle of 324.76º 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 #860852 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB134882-
CMYK00.940.390.47
HSL324.76º88.73%27.84%-
HSV(B)324.76º94.03%52.55%-
XYZ11.445.858.51-
YUV54.11143.74184.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 8 (3.52% from 255) = 3.57%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=59.82%
G=3.57%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13488200.940.390.47324.7688.7327.84
Hex8685205E272F145591c
Octal206101220136475750513134
Binary100001101000101001001011110100111101111101000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860852; }

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

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

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

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

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

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

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

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