Shades of Dark Magenta #960A83
Tints of Dark Magenta #960A83
RGB
CMYK
RGB Variations
Color information
#960A83 (or 0x960A83) is known color: Dark Magenta. HEX triplet: 96, 0A and 83. RGB value is (150,10,131). Sum of RGB (Red+Green+Blue) = 150+10+131=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #960A83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960A83 is #69F57C. Grayscale: #414141. Windows color (decimal): -6944125 or 8587926. OLE color: 8587926.
HSL color Cylindrical-coordinate representation of color #960A83: hue angle of 308.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A83 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 10 | 131 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.41 |
| HSL | 308.14º | 0.88% | 0.31% | - |
| HSV(B) | 308.14º | 0.93% | 0.59% | - |
| XYZ | 16.78 | 8.34 | 22.2 | - |
| YUV | 65.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 131 | 0 | 0.93 | 0.13 | 0.41 | 308.14 | 0.88 | 0.31 |
| Hex | 96 | A | 83 | 0 | 5D | D | 29 | 134 | 58 | 1F |
| Octal | 226 | 12 | 203 | 0 | 135 | 15 | 51 | 464 | 130 | 37 |
| Binary | 10010110 | 1010 | 10000011 | 0 | 1011101 | 1101 | 101001 | 100110100 | 1011000 | 11111 |
Color Harmonies of #960A83
Complementary color
Monochromatic Colors of #960A83
Black with #960A83
Text Example
Text Example
White with #960A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960A83; }
p { color: rgb(150,10,131); }
H1.HeaderClassName
{
color: #960A83;
}
.AnyTagClassName
{
color: #960A83;
}
</style>
background-color css
<style>
a { background-color: #960A83; }
a { background-color: rgb(150,10,131); }
div.DivClassName
{
background-color: #960A83;
}
.BgClassName
{
background-color: #960A83;
}
</style>
border-color css
<style>
span { border-color: #960A83; }
span { border-color: rgb(150,10,131); }
td.TdClassName
{
border-color: #960A83;
}
.TagClassName
{
border-color: #960A83;
}
</style>