Shades of Dark Magenta #960382
Tints of Dark Magenta #960382
RGB
CMYK
RGB Variations
Color information
#960382 (or 0x960382) is known color: Dark Magenta. HEX triplet: 96, 03 and 82. RGB value is (150,3,130). Sum of RGB (Red+Green+Blue) = 150+3+130=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #960382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960382 is #69FC7D. Grayscale: #3D3D3D. Windows color (decimal): -6945918 or 8520598. OLE color: 8520598.
HSL color Cylindrical-coordinate representation of color #960382: hue angle of 308.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960382 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.41 |
| HSL | 308.16º | 0.96% | 0.3% | - |
| HSV(B) | 308.16º | 0.98% | 0.59% | - |
| XYZ | 16.64 | 8.16 | 21.82 | - |
| YUV | 61.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 130 | 0 | 0.98 | 0.13 | 0.41 | 308.16 | 0.96 | 0.3 |
| Hex | 96 | 3 | 82 | 0 | 62 | D | 29 | 134 | 60 | 1E |
| Octal | 226 | 3 | 202 | 0 | 142 | 15 | 51 | 464 | 140 | 36 |
| Binary | 10010110 | 11 | 10000010 | 0 | 1100010 | 1101 | 101001 | 100110100 | 1100000 | 11110 |
Color Harmonies of #960382
Complementary color
Monochromatic Colors of #960382
Black with #960382
Text Example
Text Example
White with #960382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960382; }
p { color: rgb(150,3,130); }
H1.HeaderClassName
{
color: #960382;
}
.AnyTagClassName
{
color: #960382;
}
</style>
background-color css
<style>
a { background-color: #960382; }
a { background-color: rgb(150,3,130); }
div.DivClassName
{
background-color: #960382;
}
.BgClassName
{
background-color: #960382;
}
</style>
border-color css
<style>
span { border-color: #960382; }
span { border-color: rgb(150,3,130); }
td.TdClassName
{
border-color: #960382;
}
.TagClassName
{
border-color: #960382;
}
</style>