#850050

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

Shades of Eggplant #850050

Tints of Eggplant #850050

Color information

#850050 (or 0x850050) is unknown color: approx Eggplant. HEX triplet: 85, 00 and 50. RGB value is (133,0,80). Sum of RGB (Red+Green+Blue) = 133+0+80=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #850050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850050 is #7AFFAF. Grayscale: #303030. Windows color (decimal): -8060848 or 5243013. OLE color: 5243013.

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

Color convert

RGB133080-
CMYK010.400.48
HSL323.91º100%26.08%-
HSV(B)323.91º100%52.16%-
XYZ11.125.578.08-
YUV48.89145.56188-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=62.44%
G=0%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133080010.400.48323.9110026.08
Hex850500642830144641a
Octal20501200144506050414432
Binary100001010101000001100100101000110000101000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850050; }

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

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

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

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

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

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

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

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