#850a58

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

Shades of Eggplant #850A58

Tints of Eggplant #850A58

Color information

#850A58 (or 0x850A58) is unknown color: approx Eggplant. HEX triplet: 85, 0A and 58. RGB value is (133,10,88). Sum of RGB (Red+Green+Blue) = 133+10+88=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #850A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A58 is #7AF5A7. Grayscale: #373737. Windows color (decimal): -8058280 or 5769861. OLE color: 5769861.

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

Color convert

RGB1331088-
CMYK00.920.340.48
HSL321.95º86.01%28.04%-
HSV(B)321.95º92.48%52.16%-
XYZ11.545.919.76-
YUV55.67146.25183.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=57.58%
G=4.33%
B=38.10%

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
Decimal133108800.920.340.48321.9586.0128.04
Hex85A5805C2230142561c
Octal205121300134426050212634
Binary100001011010101100001011100100010110000101000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850a58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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