#85055B

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

Shades of Eggplant #85055B

Tints of Eggplant #85055B

Color information

#85055B (or 0x85055B) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 5B. RGB value is (133,5,91). Sum of RGB (Red+Green+Blue) = 133+5+91=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85055B is #7AFAA4. Grayscale: #343434. Windows color (decimal): -8059557 or 5965189. OLE color: 5965189.

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

Color convert

RGB133591-
CMYK00.960.320.48
HSL319.69º92.75%27.06%-
HSV(B)319.69º96.24%52.16%-
XYZ11.625.8510.41-
YUV53.08149.41185.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=58.08%
G=2.18%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13359100.960.320.48319.6992.7527.06
Hex8555B06020301405d1b
Octal20551330140406050013533
Binary10000101101101101101100000100000110000101000000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85055B; }

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

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

<style>
 a { background-color: #85055B; }

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

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

<style>
 span { border-color: #85055B; }

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

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