Shades of Dark Magenta #83098D
Tints of Dark Magenta #83098D
RGB
CMYK
RGB Variations
Color information
#83098D (or 0x83098D) is known color: Dark Magenta. HEX triplet: 83, 09 and 8D. RGB value is (131,9,141). Sum of RGB (Red+Green+Blue) = 131+9+141=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #83098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83098D is #7CF672. Grayscale: #3C3C3C. Windows color (decimal): -8189555 or 9243011. OLE color: 9243011.
HSL color Cylindrical-coordinate representation of color #83098D: hue angle of 295.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83098D is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 9 | 141 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.45 |
| HSL | 295.45º | 0.88% | 0.29% | - |
| HSV(B) | 295.45º | 0.94% | 0.55% | - |
| XYZ | 14.27 | 6.94 | 25.79 | - |
| YUV | 60.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 9 | 141 | 0.07 | 0.94 | 0 | 0.45 | 295.45 | 0.88 | 0.29 |
| Hex | 83 | 9 | 8D | 7 | 5E | 0 | 2D | 127 | 58 | 1D |
| Octal | 203 | 11 | 215 | 7 | 136 | 0 | 55 | 447 | 130 | 35 |
| Binary | 10000011 | 1001 | 10001101 | 111 | 1011110 | 0 | 101101 | 100100111 | 1011000 | 11101 |
Color Harmonies of #83098D
Complementary color
Monochromatic Colors of #83098D
Black with #83098D
Text Example
Text Example
White with #83098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83098D; }
p { color: rgb(131,9,141); }
H1.HeaderClassName
{
color: #83098D;
}
.AnyTagClassName
{
color: #83098D;
}
</style>
background-color css
<style>
a { background-color: #83098D; }
a { background-color: rgb(131,9,141); }
div.DivClassName
{
background-color: #83098D;
}
.BgClassName
{
background-color: #83098D;
}
</style>
border-color css
<style>
span { border-color: #83098D; }
span { border-color: rgb(131,9,141); }
td.TdClassName
{
border-color: #83098D;
}
.TagClassName
{
border-color: #83098D;
}
</style>