Shades of Dark Magenta #9F219C
Tints of Dark Magenta #9F219C
RGB
CMYK
RGB Variations
Color information
#9F219C (or 0x9F219C) is known color: Dark Magenta. HEX triplet: 9F, 21 and 9C. RGB value is (159,33,156). Sum of RGB (Red+Green+Blue) = 159+33+156=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F219C is #60DE63. Grayscale: #545454. Windows color (decimal): -6348388 or 10232223. OLE color: 10232223.
HSL color Cylindrical-coordinate representation of color #9F219C: hue angle of 301.43º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F219C is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 156 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.38 |
| HSL | 301.43º | 0.66% | 0.38% | - |
| HSV(B) | 301.43º | 0.79% | 0.62% | - |
| XYZ | 20.84 | 10.86 | 32.45 | - |
| YUV | 84.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 156 | 0 | 0.79 | 0.02 | 0.38 | 301.43 | 0.66 | 0.38 |
| Hex | 9F | 21 | 9C | 0 | 4F | 2 | 26 | 12D | 42 | 26 |
| Octal | 237 | 41 | 234 | 0 | 117 | 2 | 46 | 455 | 102 | 46 |
| Binary | 10011111 | 100001 | 10011100 | 0 | 1001111 | 10 | 100110 | 100101101 | 1000010 | 100110 |
Color Harmonies of #9F219C
Complementary color
Monochromatic Colors of #9F219C
Black with #9F219C
Text Example
Text Example
White with #9F219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F219C; }
p { color: rgb(159,33,156); }
H1.HeaderClassName
{
color: #9F219C;
}
.AnyTagClassName
{
color: #9F219C;
}
</style>
background-color css
<style>
a { background-color: #9F219C; }
a { background-color: rgb(159,33,156); }
div.DivClassName
{
background-color: #9F219C;
}
.BgClassName
{
background-color: #9F219C;
}
</style>
border-color css
<style>
span { border-color: #9F219C; }
span { border-color: rgb(159,33,156); }
td.TdClassName
{
border-color: #9F219C;
}
.TagClassName
{
border-color: #9F219C;
}
</style>