Shades of Dark Magenta #831698
Tints of Dark Magenta #831698
RGB
CMYK
RGB Variations
Color information
#831698 (or 0x831698) is known color: Dark Magenta. HEX triplet: 83, 16 and 98. RGB value is (131,22,152). Sum of RGB (Red+Green+Blue) = 131+22+152=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #831698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831698 is #7CE967. Grayscale: #454545. Windows color (decimal): -8186216 or 9967235. OLE color: 9967235.
HSL color Cylindrical-coordinate representation of color #831698: hue angle of 290.31º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831698 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 22 | 152 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.40 |
| HSL | 290.31º | 0.75% | 0.34% | - |
| HSV(B) | 290.31º | 0.86% | 0.6% | - |
| XYZ | 15.31 | 7.67 | 30.38 | - |
| YUV | 69.41 | 174.61 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 152 | 0.14 | 0.86 | 0 | 0.40 | 290.31 | 0.75 | 0.34 |
| Hex | 83 | 16 | 98 | E | 56 | 0 | 28 | 122 | 4B | 22 |
| Octal | 203 | 26 | 230 | 16 | 126 | 0 | 50 | 442 | 113 | 42 |
| Binary | 10000011 | 10110 | 10011000 | 1110 | 1010110 | 0 | 101000 | 100100010 | 1001011 | 100010 |
Color Harmonies of #831698
Complementary color
Monochromatic Colors of #831698
Black with #831698
Text Example
Text Example
White with #831698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831698; }
p { color: rgb(131,22,152); }
H1.HeaderClassName
{
color: #831698;
}
.AnyTagClassName
{
color: #831698;
}
</style>
background-color css
<style>
a { background-color: #831698; }
a { background-color: rgb(131,22,152); }
div.DivClassName
{
background-color: #831698;
}
.BgClassName
{
background-color: #831698;
}
</style>
border-color css
<style>
span { border-color: #831698; }
span { border-color: rgb(131,22,152); }
td.TdClassName
{
border-color: #831698;
}
.TagClassName
{
border-color: #831698;
}
</style>