#850D87

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

Shades of Dark Magenta #850D87

Tints of Dark Magenta #850D87

Color information

#850D87 (or 0x850D87) is unknown color: approx Dark Magenta. HEX triplet: 85, 0D and 87. RGB value is (133,13,135). Sum of RGB (Red+Green+Blue) = 133+13+135=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #850D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D87 is #7AF278. Grayscale: #3E3E3E. Windows color (decimal): -8057465 or 8850821. OLE color: 8850821.

HSL color Cylindrical-coordinate representation of color #850D87: hue angle of 299.02º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D87 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13313135-
CMYK0.010.9000.47
HSL299.02º82.43%29.02%-
HSV(B)299.02º90.37%52.94%-
XYZ14.197.0223.53-
YUV62.79168.76178.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 13 (5.47% from 255) = 4.63%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=47.33%
G=4.63%
B=48.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133131350.010.9000.47299.0282.4329.02
Hex85D8715A02F12b521d
Octal20515207113205745312235
Binary10000101110110000111110110100101111100101011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,13,135); }

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

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

 a { background-color: rgb(133,13,135); }

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

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

 span { border-color: rgb(133,13,135); }

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