#850060

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

Shades of Eggplant #850060

Tints of Eggplant #850060

Color information

#850060 (or 0x850060) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 60. RGB value is (133,0,96). Sum of RGB (Red+Green+Blue) = 133+0+96=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #850060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850060 is #7AFF9F. Grayscale: #323232. Windows color (decimal): -8060832 or 6291589. OLE color: 6291589.

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

Color convert

RGB133096-
CMYK010.280.48
HSL316.69º100%26.08%-
HSV(B)316.69º100%52.16%-
XYZ11.785.8311.57-
YUV50.71153.56186.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=58.08%
G=0%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133096010.280.48316.6910026.08
Hex850600641C3013d641a
Octal20501400144346047514432
Binary10000101011000000110010011100110000100111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850060; }

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

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

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

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

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

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

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

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