#85055F

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

Shades of Eggplant #85055F

Tints of Eggplant #85055F

Color information

#85055F (or 0x85055F) is unknown color: approx Eggplant. HEX triplet: 85, 05 and 5F. RGB value is (133,5,95). Sum of RGB (Red+Green+Blue) = 133+5+95=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85055F is #7AFAA0. Grayscale: #353535. Windows color (decimal): -8059553 or 6227333. OLE color: 6227333.

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

Color convert

RGB133595-
CMYK00.960.290.48
HSL317.81º92.75%27.06%-
HSV(B)317.81º96.24%52.16%-
XYZ11.795.9211.35-
YUV53.53151.41184.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=57.08%
G=2.15%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13359500.960.290.48317.8192.7527.06
Hex8555F0601D3013e5d1b
Octal20551370140356047613533
Binary1000010110110111110110000011101110000100111110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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