#850A5E

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

Shades of Eggplant #850A5E

Tints of Eggplant #850A5E

Color information

#850A5E (or 0x850A5E) is unknown color: approx Eggplant. HEX triplet: 85, 0A and 5E. RGB value is (133,10,94). Sum of RGB (Red+Green+Blue) = 133+10+94=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #850A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A5E is #7AF5A1. Grayscale: #383838. Windows color (decimal): -8058274 or 6163077. OLE color: 6163077.

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

Color convert

RGB1331094-
CMYK00.920.290.48
HSL319.02º86.01%28.04%-
HSV(B)319.02º92.48%52.16%-
XYZ11.86.0111.13-
YUV56.35149.25182.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=56.12%
G=4.22%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133109400.920.290.48319.0286.0128.04
Hex85A5E05C1D3013f561c
Octal205121360134356047712634
Binary10000101101010111100101110011101110000100111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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