#850C5F

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

Shades of Eggplant #850C5F

Tints of Eggplant #850C5F

Color information

#850C5F (or 0x850C5F) is unknown color: approx Eggplant. HEX triplet: 85, 0C and 5F. RGB value is (133,12,95). Sum of RGB (Red+Green+Blue) = 133+12+95=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850C5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C5F is #7AF3A0. Grayscale: #393939. Windows color (decimal): -8057761 or 6229125. OLE color: 6229125.

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

Color convert

RGB1331295-
CMYK00.910.290.48
HSL318.84º83.45%28.43%-
HSV(B)318.84º90.98%52.16%-
XYZ11.876.0811.37-
YUV57.64149.09181.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=55.42%
G=5%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133129500.910.290.48318.8483.4528.43
Hex85C5F05B1D3013f531c
Octal205141370133356047712334
Binary10000101110010111110101101111101110000100111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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