#85045D

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

Shades of Eggplant #85045D

Tints of Eggplant #85045D

Color information

#85045D (or 0x85045D) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 5D. RGB value is (133,4,93). Sum of RGB (Red+Green+Blue) = 133+4+93=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85045D is #7AFBA2. Grayscale: #343434. Windows color (decimal): -8059811 or 6096005. OLE color: 6096005.

HSL color Cylindrical-coordinate representation of color #85045D: hue angle of 318.6º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #85045D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB133493-
CMYK00.970.300.48
HSL318.6º94.16%26.86%-
HSV(B)318.6º96.99%52.16%-
XYZ11.695.8610.87-
YUV52.72150.74185.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.83%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=57.83%
G=1.74%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13349300.970.300.48318.694.1626.86
Hex8545D0611E3013f5e1b
Octal20541350141366047713633
Binary1000010110010111010110000111110110000100111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85045D; }

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

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

<style>
 a { background-color: #85045D; }

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

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

<style>
 span { border-color: #85045D; }

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

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