Shades of Dark Magenta #960281
Tints of Dark Magenta #960281
RGB
CMYK
RGB Variations
Color information
#960281 (or 0x960281) is known color: Dark Magenta. HEX triplet: 96, 02 and 81. RGB value is (150,2,129). Sum of RGB (Red+Green+Blue) = 150+2+129=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #960281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960281 is #69FD7E. Grayscale: #3C3C3C. Windows color (decimal): -6946175 or 8454806. OLE color: 8454806.
HSL color Cylindrical-coordinate representation of color #960281: hue angle of 308.51º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960281 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.41 |
| HSL | 308.51º | 0.97% | 0.3% | - |
| HSV(B) | 308.51º | 0.99% | 0.59% | - |
| XYZ | 16.56 | 8.11 | 21.46 | - |
| YUV | 60.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 129 | 0 | 0.99 | 0.14 | 0.41 | 308.51 | 0.97 | 0.3 |
| Hex | 96 | 2 | 81 | 0 | 63 | E | 29 | 135 | 61 | 1E |
| Octal | 226 | 2 | 201 | 0 | 143 | 16 | 51 | 465 | 141 | 36 |
| Binary | 10010110 | 10 | 10000001 | 0 | 1100011 | 1110 | 101001 | 100110101 | 1100001 | 11110 |
Color Harmonies of #960281
Complementary color
Monochromatic Colors of #960281
Black with #960281
Text Example
Text Example
White with #960281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960281; }
p { color: rgb(150,2,129); }
H1.HeaderClassName
{
color: #960281;
}
.AnyTagClassName
{
color: #960281;
}
</style>
background-color css
<style>
a { background-color: #960281; }
a { background-color: rgb(150,2,129); }
div.DivClassName
{
background-color: #960281;
}
.BgClassName
{
background-color: #960281;
}
</style>
border-color css
<style>
span { border-color: #960281; }
span { border-color: rgb(150,2,129); }
td.TdClassName
{
border-color: #960281;
}
.TagClassName
{
border-color: #960281;
}
</style>