#860550

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

Shades of Eggplant #860550

Tints of Eggplant #860550

Color information

#860550 (or 0x860550) is unknown color: approx Eggplant. HEX triplet: 86, 05 and 50. RGB value is (134,5,80). Sum of RGB (Red+Green+Blue) = 134+5+80=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #860550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860550 is #79FAAF. Grayscale: #333333. Windows color (decimal): -7994032 or 5244294. OLE color: 5244294.

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

Color convert

RGB134580-
CMYK00.960.400.47
HSL325.12º92.81%27.25%-
HSV(B)325.12º96.27%52.55%-
XYZ11.335.768.1-
YUV52.12143.74186.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=61.19%
G=2.28%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13458000.960.400.47325.1292.8127.25
Hex86550060282F1455d1b
Octal20651200140505750513533
Binary10000110101101000001100000101000101111101000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860550; }

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

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

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

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

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

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

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

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