Shades of Dark Magenta #83009A
Tints of Dark Magenta #83009A
RGB
CMYK
RGB Variations
Color information
#83009A (or 0x83009A) is known color: Dark Magenta. HEX triplet: 83, 00 and 9A. RGB value is (131,0,154). Sum of RGB (Red+Green+Blue) = 131+0+154=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #83009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83009A is #7CFF65. Grayscale: #383838. Windows color (decimal): -8191846 or 10092675. OLE color: 10092675.
HSL color Cylindrical-coordinate representation of color #83009A: hue angle of 291.04º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #83009A is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 0 | 154 | - |
| CMYK | 0.15 | 1 | 0 | 0.40 |
| HSL | 291.04º | 1% | 0.3% | - |
| HSV(B) | 291.04º | 1% | 0.6% | - |
| XYZ | 15.19 | 7.16 | 31.15 | - |
| YUV | 56.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 0 | 154 | 0.15 | 1 | 0 | 0.40 | 291.04 | 1 | 0.3 |
| Hex | 83 | 0 | 9A | F | 64 | 0 | 28 | 123 | 64 | 1E |
| Octal | 203 | 0 | 232 | 17 | 144 | 0 | 50 | 443 | 144 | 36 |
| Binary | 10000011 | 0 | 10011010 | 1111 | 1100100 | 0 | 101000 | 100100011 | 1100100 | 11110 |
Color Harmonies of #83009A
Complementary color
Monochromatic Colors of #83009A
Black with #83009A
Text Example
Text Example
White with #83009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83009A; }
p { color: rgb(131,0,154); }
H1.HeaderClassName
{
color: #83009A;
}
.AnyTagClassName
{
color: #83009A;
}
</style>
background-color css
<style>
a { background-color: #83009A; }
a { background-color: rgb(131,0,154); }
div.DivClassName
{
background-color: #83009A;
}
.BgClassName
{
background-color: #83009A;
}
</style>
border-color css
<style>
span { border-color: #83009A; }
span { border-color: rgb(131,0,154); }
td.TdClassName
{
border-color: #83009A;
}
.TagClassName
{
border-color: #83009A;
}
</style>