Shades of Dark Magenta #960183
Tints of Dark Magenta #960183
RGB
CMYK
RGB Variations
Color information
#960183 (or 0x960183) is known color: Dark Magenta. HEX triplet: 96, 01 and 83. RGB value is (150,1,131). Sum of RGB (Red+Green+Blue) = 150+1+131=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960183 is #69FE7C. Grayscale: #3C3C3C. Windows color (decimal): -6946429 or 8585622. OLE color: 8585622.
HSL color Cylindrical-coordinate representation of color #960183: hue angle of 307.65º degrees, saturation: 0.99, 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 #960183 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.41 |
| HSL | 307.65º | 0.99% | 0.3% | - |
| HSV(B) | 307.65º | 0.99% | 0.59% | - |
| XYZ | 16.69 | 8.14 | 22.17 | - |
| YUV | 60.37 | 167.86 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 131 | 0 | 0.99 | 0.13 | 0.41 | 307.65 | 0.99 | 0.3 |
| Hex | 96 | 1 | 83 | 0 | 63 | D | 29 | 134 | 63 | 1E |
| Octal | 226 | 1 | 203 | 0 | 143 | 15 | 51 | 464 | 143 | 36 |
| Binary | 10010110 | 1 | 10000011 | 0 | 1100011 | 1101 | 101001 | 100110100 | 1100011 | 11110 |
Color Harmonies of #960183
Complementary color
Monochromatic Colors of #960183
Black with #960183
Text Example
Text Example
White with #960183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960183; }
p { color: rgb(150,1,131); }
H1.HeaderClassName
{
color: #960183;
}
.AnyTagClassName
{
color: #960183;
}
</style>
background-color css
<style>
a { background-color: #960183; }
a { background-color: rgb(150,1,131); }
div.DivClassName
{
background-color: #960183;
}
.BgClassName
{
background-color: #960183;
}
</style>
border-color css
<style>
span { border-color: #960183; }
span { border-color: rgb(150,1,131); }
td.TdClassName
{
border-color: #960183;
}
.TagClassName
{
border-color: #960183;
}
</style>