Shades of Dark Magenta #9F1893
Tints of Dark Magenta #9F1893
RGB
CMYK
RGB Variations
Color information
#9F1893 (or 0x9F1893) is known color: Dark Magenta. HEX triplet: 9F, 18 and 93. RGB value is (159,24,147). Sum of RGB (Red+Green+Blue) = 159+24+147=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1893 is #60E76C. Grayscale: #4E4E4E. Windows color (decimal): -6350701 or 9640095. OLE color: 9640095.
HSL color Cylindrical-coordinate representation of color #9F1893: hue angle of 305.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1893 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 147 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.38 |
| HSL | 305.33º | 0.74% | 0.36% | - |
| HSV(B) | 305.33º | 0.85% | 0.62% | - |
| XYZ | 19.89 | 10.13 | 28.51 | - |
| YUV | 78.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 147 | 0 | 0.85 | 0.08 | 0.38 | 305.33 | 0.74 | 0.36 |
| Hex | 9F | 18 | 93 | 0 | 55 | 8 | 26 | 131 | 4A | 24 |
| Octal | 237 | 30 | 223 | 0 | 125 | 10 | 46 | 461 | 112 | 44 |
| Binary | 10011111 | 11000 | 10010011 | 0 | 1010101 | 1000 | 100110 | 100110001 | 1001010 | 100100 |
Color Harmonies of #9F1893
Complementary color
Monochromatic Colors of #9F1893
Black with #9F1893
Text Example
Text Example
White with #9F1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1893; }
p { color: rgb(159,24,147); }
H1.HeaderClassName
{
color: #9F1893;
}
.AnyTagClassName
{
color: #9F1893;
}
</style>
background-color css
<style>
a { background-color: #9F1893; }
a { background-color: rgb(159,24,147); }
div.DivClassName
{
background-color: #9F1893;
}
.BgClassName
{
background-color: #9F1893;
}
</style>
border-color css
<style>
span { border-color: #9F1893; }
span { border-color: rgb(159,24,147); }
td.TdClassName
{
border-color: #9F1893;
}
.TagClassName
{
border-color: #9F1893;
}
</style>