#85046D

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

Shades of Eggplant #85046D

Tints of Eggplant #85046D

Color information

#85046D (or 0x85046D) is unknown color: approx Eggplant. HEX triplet: 85, 04 and 6D. RGB value is (133,4,109). Sum of RGB (Red+Green+Blue) = 133+4+109=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85046D is #7AFB92. Grayscale: #363636. Windows color (decimal): -8059795 or 7144581. OLE color: 7144581.

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

Color convert

RGB1334109-
CMYK00.970.180.48
HSL311.16º94.16%26.86%-
HSV(B)311.16º96.99%52.16%-
XYZ12.486.1815-
YUV54.54158.74183.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 4 (1.95% from 255) = 1.63%
BLUE value IS 109 (42.97% from 255) = 44.31%
R=54.07%
G=1.63%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133410900.970.180.48311.1694.1626.86
Hex8546D06112301375e1b
Octal20541550141226046713633
Binary1000010110011011010110000110010110000100110111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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