Shades of Dark Magenta #960298
Tints of Dark Magenta #960298
RGB
CMYK
RGB Variations
Color information
#960298 (or 0x960298) is known color: Dark Magenta. HEX triplet: 96, 02 and 98. RGB value is (150,2,152). Sum of RGB (Red+Green+Blue) = 150+2+152=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #960298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960298 is #69FD67. Grayscale: #3E3E3E. Windows color (decimal): -6946152 or 9962134. OLE color: 9962134.
HSL color Cylindrical-coordinate representation of color #960298: hue angle of 299.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960298 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 2 | 152 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.40 |
| HSL | 299.2º | 0.97% | 0.3% | - |
| HSV(B) | 299.2º | 0.99% | 0.6% | - |
| XYZ | 18.27 | 8.79 | 30.44 | - |
| YUV | 63.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 152 | 0.01 | 0.99 | 0 | 0.40 | 299.2 | 0.97 | 0.3 |
| Hex | 96 | 2 | 98 | 1 | 63 | 0 | 28 | 12B | 61 | 1E |
| Octal | 226 | 2 | 230 | 1 | 143 | 0 | 50 | 453 | 141 | 36 |
| Binary | 10010110 | 10 | 10011000 | 1 | 1100011 | 0 | 101000 | 100101011 | 1100001 | 11110 |
Color Harmonies of #960298
Complementary color
Monochromatic Colors of #960298
Black with #960298
Text Example
Text Example
White with #960298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960298; }
p { color: rgb(150,2,152); }
H1.HeaderClassName
{
color: #960298;
}
.AnyTagClassName
{
color: #960298;
}
</style>
background-color css
<style>
a { background-color: #960298; }
a { background-color: rgb(150,2,152); }
div.DivClassName
{
background-color: #960298;
}
.BgClassName
{
background-color: #960298;
}
</style>
border-color css
<style>
span { border-color: #960298; }
span { border-color: rgb(150,2,152); }
td.TdClassName
{
border-color: #960298;
}
.TagClassName
{
border-color: #960298;
}
</style>