Shades of Dark Magenta #960889
Tints of Dark Magenta #960889
RGB
CMYK
RGB Variations
Color information
#960889 (or 0x960889) is known color: Dark Magenta. HEX triplet: 96, 08 and 89. RGB value is (150,8,137). Sum of RGB (Red+Green+Blue) = 150+8+137=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #960889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960889 is #69F776. Grayscale: #404040. Windows color (decimal): -6944631 or 8980630. OLE color: 8980630.
HSL color Cylindrical-coordinate representation of color #960889: hue angle of 305.49º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960889 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.41 |
| HSL | 305.49º | 0.9% | 0.31% | - |
| HSV(B) | 305.49º | 0.95% | 0.59% | - |
| XYZ | 17.18 | 8.46 | 24.4 | - |
| YUV | 65.16 | 168.54 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 137 | 0 | 0.95 | 0.09 | 0.41 | 305.49 | 0.9 | 0.31 |
| Hex | 96 | 8 | 89 | 0 | 5F | 9 | 29 | 131 | 5A | 1F |
| Octal | 226 | 10 | 211 | 0 | 137 | 11 | 51 | 461 | 132 | 37 |
| Binary | 10010110 | 1000 | 10001001 | 0 | 1011111 | 1001 | 101001 | 100110001 | 1011010 | 11111 |
Color Harmonies of #960889
Complementary color
Monochromatic Colors of #960889
Black with #960889
Text Example
Text Example
White with #960889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960889; }
p { color: rgb(150,8,137); }
H1.HeaderClassName
{
color: #960889;
}
.AnyTagClassName
{
color: #960889;
}
</style>
background-color css
<style>
a { background-color: #960889; }
a { background-color: rgb(150,8,137); }
div.DivClassName
{
background-color: #960889;
}
.BgClassName
{
background-color: #960889;
}
</style>
border-color css
<style>
span { border-color: #960889; }
span { border-color: rgb(150,8,137); }
td.TdClassName
{
border-color: #960889;
}
.TagClassName
{
border-color: #960889;
}
</style>