Shades of Dark Magenta #830B9A
Tints of Dark Magenta #830B9A
RGB
CMYK
RGB Variations
Color information
#830B9A (or 0x830B9A) is known color: Dark Magenta. HEX triplet: 83, 0B and 9A. RGB value is (131,11,154). Sum of RGB (Red+Green+Blue) = 131+11+154=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #830B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B9A is #7CF465. Grayscale: #3E3E3E. Windows color (decimal): -8189030 or 10095491. OLE color: 10095491.
HSL color Cylindrical-coordinate representation of color #830B9A: hue angle of 290.35º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830B9A is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 11 | 154 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.40 |
| HSL | 290.35º | 0.87% | 0.32% | - |
| HSV(B) | 290.35º | 0.93% | 0.6% | - |
| XYZ | 15.31 | 7.4 | 31.19 | - |
| YUV | 63.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 11 | 154 | 0.15 | 0.93 | 0 | 0.40 | 290.35 | 0.87 | 0.32 |
| Hex | 83 | B | 9A | F | 5D | 0 | 28 | 122 | 57 | 20 |
| Octal | 203 | 13 | 232 | 17 | 135 | 0 | 50 | 442 | 127 | 40 |
| Binary | 10000011 | 1011 | 10011010 | 1111 | 1011101 | 0 | 101000 | 100100010 | 1010111 | 100000 |
Color Harmonies of #830B9A
Complementary color
Monochromatic Colors of #830B9A
Black with #830B9A
Text Example
Text Example
White with #830B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #830B9A; }
p { color: rgb(131,11,154); }
H1.HeaderClassName
{
color: #830B9A;
}
.AnyTagClassName
{
color: #830B9A;
}
</style>
background-color css
<style>
a { background-color: #830B9A; }
a { background-color: rgb(131,11,154); }
div.DivClassName
{
background-color: #830B9A;
}
.BgClassName
{
background-color: #830B9A;
}
</style>
border-color css
<style>
span { border-color: #830B9A; }
span { border-color: rgb(131,11,154); }
td.TdClassName
{
border-color: #830B9A;
}
.TagClassName
{
border-color: #830B9A;
}
</style>