#850A5D

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

Shades of Eggplant #850A5D

Tints of Eggplant #850A5D

Color information

#850A5D (or 0x850A5D) is unknown color: approx Eggplant. HEX triplet: 85, 0A and 5D. RGB value is (133,10,93). Sum of RGB (Red+Green+Blue) = 133+10+93=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A5D is #7AF5A2. Grayscale: #383838. Windows color (decimal): -8058275 or 6097541. OLE color: 6097541.

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

Color convert

RGB1331093-
CMYK00.920.300.48
HSL319.51º86.01%28.04%-
HSV(B)319.51º92.48%52.16%-
XYZ11.765.9910.89-
YUV56.24148.75182.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 10 (4.30% from 255) = 4.24%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=56.36%
G=4.24%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133109300.920.300.48319.5186.0128.04
Hex85A5D05C1E30140561c
Octal205121350134366050012634
Binary10000101101010111010101110011110110000101000000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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