#850B56

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

Shades of Eggplant #850B56

Tints of Eggplant #850B56

Color information

#850B56 (or 0x850B56) is unknown color: approx Eggplant. HEX triplet: 85, 0B and 56. RGB value is (133,11,86). Sum of RGB (Red+Green+Blue) = 133+11+86=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #850B56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B56 is #7AF4A9. Grayscale: #373737. Windows color (decimal): -8058026 or 5639045. OLE color: 5639045.

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

Color convert

RGB1331186-
CMYK00.920.350.48
HSL323.11º84.72%28.24%-
HSV(B)323.11º91.73%52.16%-
XYZ11.475.99.34-
YUV56.03144.92182.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=57.83%
G=4.78%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118600.920.350.48323.1184.7228.24
Hex85B5605C2330143551c
Octal205131260134436050312534
Binary100001011011101011001011100100011110000101000011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850B56; }

 p { color: rgb(133,11,86); }

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

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

 a { background-color: rgb(133,11,86); }

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

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

 span { border-color: rgb(133,11,86); }

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