#85046B

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

Shades of Eggplant #85046B

Tints of Eggplant #85046B

Color information

#85046B (or 0x85046B) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 6B. RGB value is (133,4,107). Sum of RGB (Red+Green+Blue) = 133+4+107=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046B is #7AFB94. Grayscale: #363636. Windows color (decimal): -8059797 or 7013509. OLE color: 7013509.

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

Color convert

RGB1334107-
CMYK00.970.200.48
HSL312.09º94.16%26.86%-
HSV(B)312.09º96.99%52.16%-
XYZ12.376.1314.44-
YUV54.31157.74184.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=54.51%
G=1.64%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133410700.970.200.48312.0994.1626.86
Hex8546B06114301385e1b
Octal20541530141246047013633
Binary1000010110011010110110000110100110000100111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85046B; }

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

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

<style>
 a { background-color: #85046B; }

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

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

<style>
 span { border-color: #85046B; }

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

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