Shades of Dark Magenta #830B9E
Tints of Dark Magenta #830B9E
RGB
CMYK
RGB Variations
Color information
#830B9E (or 0x830B9E) is known color: Dark Magenta. HEX triplet: 83, 0B and 9E. RGB value is (131,11,158). Sum of RGB (Red+Green+Blue) = 131+11+158=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #830B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B9E is #7CF461. Grayscale: #3F3F3F. Windows color (decimal): -8189026 or 10357635. OLE color: 10357635.
HSL color Cylindrical-coordinate representation of color #830B9E: hue angle of 288.98º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830B9E is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 11 | 158 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.38 |
| HSL | 288.98º | 0.87% | 0.33% | - |
| HSV(B) | 288.98º | 0.93% | 0.62% | - |
| XYZ | 15.65 | 7.53 | 32.98 | - |
| YUV | 63.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 158 | 0.17 | 0.93 | 0 | 0.38 | 288.98 | 0.87 | 0.33 |
| Hex | 83 | B | 9E | 11 | 5D | 0 | 26 | 121 | 57 | 21 |
| Octal | 203 | 13 | 236 | 21 | 135 | 0 | 46 | 441 | 127 | 41 |
| Binary | 10000011 | 1011 | 10011110 | 10001 | 1011101 | 0 | 100110 | 100100001 | 1010111 | 100001 |
Color Harmonies of #830B9E
Complementary color
Monochromatic Colors of #830B9E
Black with #830B9E
Text Example
Text Example
White with #830B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830B9E; }
p { color: rgb(131,11,158); }
H1.HeaderClassName
{
color: #830B9E;
}
.AnyTagClassName
{
color: #830B9E;
}
</style>
background-color css
<style>
a { background-color: #830B9E; }
a { background-color: rgb(131,11,158); }
div.DivClassName
{
background-color: #830B9E;
}
.BgClassName
{
background-color: #830B9E;
}
</style>
border-color css
<style>
span { border-color: #830B9E; }
span { border-color: rgb(131,11,158); }
td.TdClassName
{
border-color: #830B9E;
}
.TagClassName
{
border-color: #830B9E;
}
</style>