Shades of Dark Magenta #96128B
Tints of Dark Magenta #96128B
RGB
CMYK
RGB Variations
Color information
#96128B (or 0x96128B) is known color: Dark Magenta. HEX triplet: 96, 12 and 8B. RGB value is (150,18,139). Sum of RGB (Red+Green+Blue) = 150+18+139=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96128B is #69ED74. Grayscale: #464646. Windows color (decimal): -6942069 or 9114262. OLE color: 9114262.
HSL color Cylindrical-coordinate representation of color #96128B: hue angle of 305º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96128B is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 139 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.41 |
| HSL | 305º | 0.79% | 0.33% | - |
| HSV(B) | 305º | 0.88% | 0.59% | - |
| XYZ | 17.45 | 8.78 | 25.2 | - |
| YUV | 71.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 139 | 0 | 0.88 | 0.07 | 0.41 | 305 | 0.79 | 0.33 |
| Hex | 96 | 12 | 8B | 0 | 58 | 7 | 29 | 131 | 4F | 21 |
| Octal | 226 | 22 | 213 | 0 | 130 | 7 | 51 | 461 | 117 | 41 |
| Binary | 10010110 | 10010 | 10001011 | 0 | 1011000 | 111 | 101001 | 100110001 | 1001111 | 100001 |
Color Harmonies of #96128B
Complementary color
Monochromatic Colors of #96128B
Black with #96128B
Text Example
Text Example
White with #96128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96128B; }
p { color: rgb(150,18,139); }
H1.HeaderClassName
{
color: #96128B;
}
.AnyTagClassName
{
color: #96128B;
}
</style>
background-color css
<style>
a { background-color: #96128B; }
a { background-color: rgb(150,18,139); }
div.DivClassName
{
background-color: #96128B;
}
.BgClassName
{
background-color: #96128B;
}
</style>
border-color css
<style>
span { border-color: #96128B; }
span { border-color: rgb(150,18,139); }
td.TdClassName
{
border-color: #96128B;
}
.TagClassName
{
border-color: #96128B;
}
</style>