#850F55

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

Shades of Eggplant #850F55

Tints of Eggplant #850F55

Color information

#850F55 (or 0x850F55) is unknown color: approx Eggplant. HEX triplet: 85, 0F and 55. RGB value is (133,15,85). Sum of RGB (Red+Green+Blue) = 133+15+85=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #850F55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F55 is #7AF0AA. Grayscale: #3A3A3A. Windows color (decimal): -8057003 or 5574533. OLE color: 5574533.

HSL color Cylindrical-coordinate representation of color #850F55: hue angle of 324.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F55 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1331585-
CMYK00.890.360.48
HSL324.41º79.73%29.02%-
HSV(B)324.41º88.72%52.16%-
XYZ11.485.989.14-
YUV58.26143.09181.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=57.08%
G=6.44%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133158500.890.360.48324.4179.7329.02
Hex85F550592430144501d
Octal205171250131446050412035
Binary100001011111101010101011001100100110000101000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850F55; }

 p { color: rgb(133,15,85); }

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

<style>
 a { background-color: #850F55; }

 a { background-color: rgb(133,15,85); }

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

<style>
 span { border-color: #850F55; }

 span { border-color: rgb(133,15,85); }

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