#850560

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

Shades of Eggplant #850560

Tints of Eggplant #850560

Color information

#850560 (or 0x850560) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 60. RGB value is (133,5,96). Sum of RGB (Red+Green+Blue) = 133+5+96=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #850560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850560 is #7AFA9F. Grayscale: #353535. Windows color (decimal): -8059552 or 6292869. OLE color: 6292869.

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

Color convert

RGB133596-
CMYK00.960.280.48
HSL317.34º92.75%27.06%-
HSV(B)317.34º96.24%52.16%-
XYZ11.845.9411.59-
YUV53.65151.91184.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 5 (2.34% from 255) = 2.14%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=56.84%
G=2.14%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13359600.960.280.48317.3492.7527.06
Hex855600601C3013d5d1b
Octal20551400140346047513533
Binary1000010110111000000110000011100110000100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850560; }

 p { color: rgb(133,5,96); }

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

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

 a { background-color: rgb(133,5,96); }

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

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

 span { border-color: rgb(133,5,96); }

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