Shades of Dark Magenta #96018F
Tints of Dark Magenta #96018F
RGB
CMYK
RGB Variations
Color information
#96018F (or 0x96018F) is known color: Dark Magenta. HEX triplet: 96, 01 and 8F. RGB value is (150,1,143). Sum of RGB (Red+Green+Blue) = 150+1+143=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96018F is #69FE70. Grayscale: #3D3D3D. Windows color (decimal): -6946417 or 9372054. OLE color: 9372054.
HSL color Cylindrical-coordinate representation of color #96018F: hue angle of 302.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96018F is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 143 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.41 |
| HSL | 302.82º | 0.99% | 0.3% | - |
| HSV(B) | 302.82º | 0.99% | 0.59% | - |
| XYZ | 17.55 | 8.49 | 26.7 | - |
| YUV | 61.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 143 | 0 | 0.99 | 0.05 | 0.41 | 302.82 | 0.99 | 0.3 |
| Hex | 96 | 1 | 8F | 0 | 63 | 5 | 29 | 12F | 63 | 1E |
| Octal | 226 | 1 | 217 | 0 | 143 | 5 | 51 | 457 | 143 | 36 |
| Binary | 10010110 | 1 | 10001111 | 0 | 1100011 | 101 | 101001 | 100101111 | 1100011 | 11110 |
Color Harmonies of #96018F
Complementary color
Monochromatic Colors of #96018F
Black with #96018F
Text Example
Text Example
White with #96018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96018F; }
p { color: rgb(150,1,143); }
H1.HeaderClassName
{
color: #96018F;
}
.AnyTagClassName
{
color: #96018F;
}
</style>
background-color css
<style>
a { background-color: #96018F; }
a { background-color: rgb(150,1,143); }
div.DivClassName
{
background-color: #96018F;
}
.BgClassName
{
background-color: #96018F;
}
</style>
border-color css
<style>
span { border-color: #96018F; }
span { border-color: rgb(150,1,143); }
td.TdClassName
{
border-color: #96018F;
}
.TagClassName
{
border-color: #96018F;
}
</style>