#85045F

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

Shades of Eggplant #85045F

Tints of Eggplant #85045F

Color information

#85045F (or 0x85045F) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 5F. RGB value is (133,4,95). Sum of RGB (Red+Green+Blue) = 133+4+95=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85045F is #7AFBA0. Grayscale: #343434. Windows color (decimal): -8059809 or 6227077. OLE color: 6227077.

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

Color convert

RGB133495-
CMYK00.970.290.48
HSL317.67º94.16%26.86%-
HSV(B)317.67º96.99%52.16%-
XYZ11.785.911.34-
YUV52.94151.74185.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.33%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=57.33%
G=1.72%
B=40.95%

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
Decimal13349500.970.290.48317.6794.1626.86
Hex8545F0611D3013e5e1b
Octal20541370141356047613633
Binary1000010110010111110110000111101110000100111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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