Shades of Dark Magenta #850398
Tints of Dark Magenta #850398
RGB
CMYK
RGB Variations
Color information
#850398 (or 0x850398) is known color: Dark Magenta. HEX triplet: 85, 03 and 98. RGB value is (133,3,152). Sum of RGB (Red+Green+Blue) = 133+3+152=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #850398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850398 is #7AFC67. Grayscale: #3A3A3A. Windows color (decimal): -8060008 or 9962373. OLE color: 9962373.
HSL color Cylindrical-coordinate representation of color #850398: hue angle of 292.35º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850398 is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 3 | 152 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.40 |
| HSL | 292.35º | 0.96% | 0.3% | - |
| HSV(B) | 292.35º | 0.98% | 0.6% | - |
| XYZ | 15.37 | 7.32 | 30.31 | - |
| YUV | 58.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 152 | 0.13 | 0.98 | 0 | 0.40 | 292.35 | 0.96 | 0.3 |
| Hex | 85 | 3 | 98 | D | 62 | 0 | 28 | 124 | 60 | 1E |
| Octal | 205 | 3 | 230 | 15 | 142 | 0 | 50 | 444 | 140 | 36 |
| Binary | 10000101 | 11 | 10011000 | 1101 | 1100010 | 0 | 101000 | 100100100 | 1100000 | 11110 |
Color Harmonies of #850398
Complementary color
Monochromatic Colors of #850398
Black with #850398
Text Example
Text Example
White with #850398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850398; }
p { color: rgb(133,3,152); }
H1.HeaderClassName
{
color: #850398;
}
.AnyTagClassName
{
color: #850398;
}
</style>
background-color css
<style>
a { background-color: #850398; }
a { background-color: rgb(133,3,152); }
div.DivClassName
{
background-color: #850398;
}
.BgClassName
{
background-color: #850398;
}
</style>
border-color css
<style>
span { border-color: #850398; }
span { border-color: rgb(133,3,152); }
td.TdClassName
{
border-color: #850398;
}
.TagClassName
{
border-color: #850398;
}
</style>