#85056A

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

Shades of Eggplant #85056A

Tints of Eggplant #85056A

Color information

#85056A (or 0x85056A) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 6A. RGB value is (133,5,106). Sum of RGB (Red+Green+Blue) = 133+5+106=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85056A is #7AFA95. Grayscale: #363636. Windows color (decimal): -8059542 or 6948229. OLE color: 6948229.

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

Color convert

RGB1335106-
CMYK00.960.200.48
HSL312.66º92.75%27.06%-
HSV(B)312.66º96.24%52.16%-
XYZ12.336.1414.17-
YUV54.79156.91183.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=54.51%
G=2.05%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133510600.960.200.48312.6692.7527.06
Hex8556A06014301395d1b
Octal20551520140246047113533
Binary1000010110111010100110000010100110000100111001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85056A; }

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

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

<style>
 a { background-color: #85056A; }

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

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

<style>
 span { border-color: #85056A; }

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

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