#850B58

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

Shades of Eggplant #850B58

Tints of Eggplant #850B58

Color information

#850B58 (or 0x850B58) is unknown color: approx Eggplant. HEX triplet: 85, 0B and 58. RGB value is (133,11,88). Sum of RGB (Red+Green+Blue) = 133+11+88=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #850B58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B58 is #7AF4A7. Grayscale: #383838. Windows color (decimal): -8058024 or 5770117. OLE color: 5770117.

HSL color Cylindrical-coordinate representation of color #850B58: hue angle of 322.13º 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 #850B58 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB1331188-
CMYK00.920.340.48
HSL322.13º84.72%28.24%-
HSV(B)322.13º91.73%52.16%-
XYZ11.555.939.77-
YUV56.26145.92182.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=57.33%
G=4.74%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133118800.920.340.48322.1384.7228.24
Hex85B5805C2230142551c
Octal205131300134426050212534
Binary100001011011101100001011100100010110000101000010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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