#860950

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

Shades of Eggplant #860950

Tints of Eggplant #860950

Color information

#860950 (or 0x860950) is unknown color: approx Eggplant. HEX triplet: 86, 09 and 50. RGB value is (134,9,80). Sum of RGB (Red+Green+Blue) = 134+9+80=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #860950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860950 is #79F6AF. Grayscale: #363636. Windows color (decimal): -7993008 or 5245318. OLE color: 5245318.

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

Color convert

RGB134980-
CMYK00.930.400.47
HSL325.92º87.41%28.04%-
HSV(B)325.92º93.28%52.55%-
XYZ11.385.848.12-
YUV54.47142.41184.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=60.09%
G=4.04%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13498000.930.400.47325.9287.4128.04
Hex8695005D282F146571c
Octal206111200135505750612734
Binary100001101001101000001011101101000101111101000110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860950; }

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

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

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

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

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

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

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

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