#850D91

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

Shades of Dark Magenta #850D91

Tints of Dark Magenta #850D91

Color information

#850D91 (or 0x850D91) is unknown color: approx Dark Magenta. HEX triplet: 85, 0D and 91. RGB value is (133,13,145). Sum of RGB (Red+Green+Blue) = 133+13+145=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #850D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D91 is #7AF26E. Grayscale: #3F3F3F. Windows color (decimal): -8057455 or 9506181. OLE color: 9506181.

HSL color Cylindrical-coordinate representation of color #850D91: hue angle of 294.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850D91 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13313145-
CMYK0.080.9100.43
HSL294.55º83.54%30.98%-
HSV(B)294.55º91.03%56.86%-
XYZ14.937.3227.41-
YUV63.93173.76177.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 13 (5.47% from 255) = 4.47%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=45.70%
G=4.47%
B=49.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133131450.080.9100.43294.5583.5430.98
Hex85D9185B02B127541f
Octal205152211013305344712437
Binary10000101110110010001100010110110101011100100111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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