#85056C

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

Shades of Eggplant #85056C

Tints of Eggplant #85056C

Color information

#85056C (or 0x85056C) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 6C. RGB value is (133,5,108). Sum of RGB (Red+Green+Blue) = 133+5+108=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85056C is #7AFA93. Grayscale: #363636. Windows color (decimal): -8059540 or 7079301. OLE color: 7079301.

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

Color convert

RGB1335108-
CMYK00.960.190.48
HSL311.72º92.75%27.06%-
HSV(B)311.72º96.24%52.16%-
XYZ12.436.1814.72-
YUV55.01157.91183.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=54.07%
G=2.03%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133510800.960.190.48311.7292.7527.06
Hex8556C06013301385d1b
Octal20551540140236047013533
Binary1000010110111011000110000010011110000100111000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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