#85046C

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

Shades of Eggplant #85046C

Tints of Eggplant #85046C

Color information

#85046C (or 0x85046C) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 6C. RGB value is (133,4,108). Sum of RGB (Red+Green+Blue) = 133+4+108=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046C is #7AFB93. Grayscale: #363636. Windows color (decimal): -8059796 or 7079045. OLE color: 7079045.

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

Color convert

RGB1334108-
CMYK00.970.190.48
HSL311.63º94.16%26.86%-
HSV(B)311.63º96.99%52.16%-
XYZ12.426.1614.72-
YUV54.43158.24184.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=54.29%
G=1.63%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133410800.970.190.48311.6394.1626.86
Hex8546C06113301385e1b
Octal20541540141236047013633
Binary1000010110011011000110000110011110000100111000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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