#860850

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

Shades of Eggplant #860850

Tints of Eggplant #860850

Color information

#860850 (or 0x860850) is unknown color: approx Eggplant. HEX triplet: 86, 08 and 50. RGB value is (134,8,80). Sum of RGB (Red+Green+Blue) = 134+8+80=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860850 is #79F7AF. Grayscale: #353535. Windows color (decimal): -7993264 or 5245062. OLE color: 5245062.

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

Color convert

RGB134880-
CMYK00.940.400.47
HSL325.71º88.73%27.84%-
HSV(B)325.71º94.03%52.55%-
XYZ11.375.828.11-
YUV53.88142.74185.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 8 (3.52% from 255) = 3.60%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=60.36%
G=3.60%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13488000.940.400.47325.7188.7327.84
Hex8685005E282F146591c
Octal206101200136505750613134
Binary100001101000101000001011110101000101111101000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860850; }

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

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

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

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

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

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

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

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