Shades of Dark Magenta #850E93
Tints of Dark Magenta #850E93
RGB
CMYK
RGB Variations
Color information
#850E93 (or 0x850E93) is known color: Dark Magenta. HEX triplet: 85, 0E and 93. RGB value is (133,14,147). Sum of RGB (Red+Green+Blue) = 133+14+147=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #850E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E93 is #7AF16C. Grayscale: #404040. Windows color (decimal): -8057197 or 9637509. OLE color: 9637509.
HSL color Cylindrical-coordinate representation of color #850E93: hue angle of 293.68º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850E93 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 14 | 147 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.42 |
| HSL | 293.68º | 0.83% | 0.32% | - |
| HSV(B) | 293.68º | 0.9% | 0.58% | - |
| XYZ | 15.1 | 7.41 | 28.24 | - |
| YUV | 64.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 147 | 0.10 | 0.90 | 0 | 0.42 | 293.68 | 0.83 | 0.32 |
| Hex | 85 | E | 93 | A | 5A | 0 | 2A | 126 | 53 | 20 |
| Octal | 205 | 16 | 223 | 12 | 132 | 0 | 52 | 446 | 123 | 40 |
| Binary | 10000101 | 1110 | 10010011 | 1010 | 1011010 | 0 | 101010 | 100100110 | 1010011 | 100000 |
Color Harmonies of #850E93
Complementary color
Monochromatic Colors of #850E93
Black with #850E93
Text Example
Text Example
White with #850E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E93; }
p { color: rgb(133,14,147); }
H1.HeaderClassName
{
color: #850E93;
}
.AnyTagClassName
{
color: #850E93;
}
</style>
background-color css
<style>
a { background-color: #850E93; }
a { background-color: rgb(133,14,147); }
div.DivClassName
{
background-color: #850E93;
}
.BgClassName
{
background-color: #850E93;
}
</style>
border-color css
<style>
span { border-color: #850E93; }
span { border-color: rgb(133,14,147); }
td.TdClassName
{
border-color: #850E93;
}
.TagClassName
{
border-color: #850E93;
}
</style>