Shades of Dark Magenta #850299
Tints of Dark Magenta #850299
RGB
CMYK
RGB Variations
Color information
#850299 (or 0x850299) is known color: Dark Magenta. HEX triplet: 85, 02 and 99. RGB value is (133,2,153). Sum of RGB (Red+Green+Blue) = 133+2+153=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #850299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850299 is #7AFD66. Grayscale: #393939. Windows color (decimal): -8060263 or 10027653. OLE color: 10027653.
HSL color Cylindrical-coordinate representation of color #850299: hue angle of 292.05º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850299 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 2 | 153 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.4 |
| HSL | 292.05º | 0.97% | 0.3% | - |
| HSV(B) | 292.05º | 0.99% | 0.6% | - |
| XYZ | 15.44 | 7.33 | 30.74 | - |
| YUV | 58.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 153 | 0.13 | 0.99 | 0 | 0.4 | 292.05 | 0.97 | 0.3 |
| Hex | 85 | 2 | 99 | D | 63 | 0 | 28 | 124 | 61 | 1E |
| Octal | 205 | 2 | 231 | 15 | 143 | 0 | 50 | 444 | 141 | 36 |
| Binary | 10000101 | 10 | 10011001 | 1101 | 1100011 | 0 | 101000 | 100100100 | 1100001 | 11110 |
Color Harmonies of #850299
Complementary color
Monochromatic Colors of #850299
Black with #850299
Text Example
Text Example
White with #850299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850299; }
p { color: rgb(133,2,153); }
H1.HeaderClassName
{
color: #850299;
}
.AnyTagClassName
{
color: #850299;
}
</style>
background-color css
<style>
a { background-color: #850299; }
a { background-color: rgb(133,2,153); }
div.DivClassName
{
background-color: #850299;
}
.BgClassName
{
background-color: #850299;
}
</style>
border-color css
<style>
span { border-color: #850299; }
span { border-color: rgb(133,2,153); }
td.TdClassName
{
border-color: #850299;
}
.TagClassName
{
border-color: #850299;
}
</style>