Shades of Dark Magenta #96019C
Tints of Dark Magenta #96019C
RGB
CMYK
RGB Variations
Color information
#96019C (or 0x96019C) is known color: Dark Magenta. HEX triplet: 96, 01 and 9C. RGB value is (150,1,156). Sum of RGB (Red+Green+Blue) = 150+1+156=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #96019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96019C is #69FE63. Grayscale: #3E3E3E. Windows color (decimal): -6946404 or 10224022. OLE color: 10224022.
HSL color Cylindrical-coordinate representation of color #96019C: hue angle of 297.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96019C is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 1 | 156 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.39 |
| HSL | 297.68º | 0.99% | 0.31% | - |
| HSV(B) | 297.68º | 0.99% | 0.61% | - |
| XYZ | 18.59 | 8.91 | 32.19 | - |
| YUV | 63.22 | 180.36 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 156 | 0.04 | 0.99 | 0 | 0.39 | 297.68 | 0.99 | 0.31 |
| Hex | 96 | 1 | 9C | 4 | 63 | 0 | 27 | 12A | 63 | 1F |
| Octal | 226 | 1 | 234 | 4 | 143 | 0 | 47 | 452 | 143 | 37 |
| Binary | 10010110 | 1 | 10011100 | 100 | 1100011 | 0 | 100111 | 100101010 | 1100011 | 11111 |
Color Harmonies of #96019C
Complementary color
Monochromatic Colors of #96019C
Black with #96019C
Text Example
Text Example
White with #96019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96019C; }
p { color: rgb(150,1,156); }
H1.HeaderClassName
{
color: #96019C;
}
.AnyTagClassName
{
color: #96019C;
}
</style>
background-color css
<style>
a { background-color: #96019C; }
a { background-color: rgb(150,1,156); }
div.DivClassName
{
background-color: #96019C;
}
.BgClassName
{
background-color: #96019C;
}
</style>
border-color css
<style>
span { border-color: #96019C; }
span { border-color: rgb(150,1,156); }
td.TdClassName
{
border-color: #96019C;
}
.TagClassName
{
border-color: #96019C;
}
</style>