Shades of Dark Magenta #960F88
Tints of Dark Magenta #960F88
RGB
CMYK
RGB Variations
Color information
#960F88 (or 0x960F88) is known color: Dark Magenta. HEX triplet: 96, 0F and 88. RGB value is (150,15,136). Sum of RGB (Red+Green+Blue) = 150+15+136=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #960F88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960F88 is #69F077. Grayscale: #444444. Windows color (decimal): -6942840 or 8916886. OLE color: 8916886.
HSL color Cylindrical-coordinate representation of color #960F88: hue angle of 306.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F88 is Cyan = 0, Magento = 0.9, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 136 | - |
| CMYK | 0 | 0.9 | 0.09 | 0.41 |
| HSL | 306.22º | 0.82% | 0.32% | - |
| HSV(B) | 306.22º | 0.9% | 0.59% | - |
| XYZ | 17.19 | 8.6 | 24.05 | - |
| YUV | 69.16 | 165.73 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 136 | 0 | 0.9 | 0.09 | 0.41 | 306.22 | 0.82 | 0.32 |
| Hex | 96 | F | 88 | 0 | 5A | 9 | 29 | 132 | 52 | 20 |
| Octal | 226 | 17 | 210 | 0 | 132 | 11 | 51 | 462 | 122 | 40 |
| Binary | 10010110 | 1111 | 10001000 | 0 | 1011010 | 1001 | 101001 | 100110010 | 1010010 | 100000 |
Color Harmonies of #960F88
Complementary color
Monochromatic Colors of #960F88
Black with #960F88
Text Example
Text Example
White with #960F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F88; }
p { color: rgb(150,15,136); }
H1.HeaderClassName
{
color: #960F88;
}
.AnyTagClassName
{
color: #960F88;
}
</style>
background-color css
<style>
a { background-color: #960F88; }
a { background-color: rgb(150,15,136); }
div.DivClassName
{
background-color: #960F88;
}
.BgClassName
{
background-color: #960F88;
}
</style>
border-color css
<style>
span { border-color: #960F88; }
span { border-color: rgb(150,15,136); }
td.TdClassName
{
border-color: #960F88;
}
.TagClassName
{
border-color: #960F88;
}
</style>