#85045E

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

Shades of Eggplant #85045E

Tints of Eggplant #85045E

Color information

#85045E (or 0x85045E) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 5E. RGB value is (133,4,94). Sum of RGB (Red+Green+Blue) = 133+4+94=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85045E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85045E is #7AFBA1. Grayscale: #343434. Windows color (decimal): -8059810 or 6161541. OLE color: 6161541.

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

Color convert

RGB133494-
CMYK00.970.290.48
HSL318.14º94.16%26.86%-
HSV(B)318.14º96.99%52.16%-
XYZ11.745.8811.11-
YUV52.83151.24185.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=57.58%
G=1.73%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13349400.970.290.48318.1494.1626.86
Hex8545E0611D3013e5e1b
Octal20541360141356047613633
Binary1000010110010111100110000111101110000100111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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