#85054F

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

Shades of Eggplant #85054F

Tints of Eggplant #85054F

Color information

#85054F (or 0x85054F) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 4F. RGB value is (133,5,79). Sum of RGB (Red+Green+Blue) = 133+5+79=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85054F is #7AFAB0. Grayscale: #333333. Windows color (decimal): -8059569 or 5178757. OLE color: 5178757.

HSL color Cylindrical-coordinate representation of color #85054F: hue angle of 325.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85054F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB133579-
CMYK00.960.410.48
HSL325.31º92.75%27.06%-
HSV(B)325.31º96.24%52.16%-
XYZ11.145.667.9-
YUV51.71143.41185.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 5 (2.34% from 255) = 2.30%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=61.29%
G=2.30%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13357900.960.410.48325.3192.7527.06
Hex8554F06029301455d1b
Octal20551170140516050513533
Binary10000101101100111101100000101001110000101000101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,5,79); }

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

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

 a { background-color: rgb(133,5,79); }

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

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

 span { border-color: rgb(133,5,79); }

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