Shades of Dark Magenta #9F219F
Tints of Dark Magenta #9F219F
RGB
CMYK
RGB Variations
Color information
#9F219F (or 0x9F219F) is known color: Dark Magenta. HEX triplet: 9F, 21 and 9F. RGB value is (159,33,159). Sum of RGB (Red+Green+Blue) = 159+33+159=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F219F is #60DE60. Grayscale: #545454. Windows color (decimal): -6348385 or 10428831. OLE color: 10428831.
HSL color Cylindrical-coordinate representation of color #9F219F: hue angle of 300º 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 #9F219F is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 159 | - |
| CMYK | 0 | 0.79 | 0 | 0.38 |
| HSL | 300º | 0.66% | 0.38% | - |
| HSV(B) | 300º | 0.79% | 0.62% | - |
| XYZ | 21.1 | 10.96 | 33.8 | - |
| YUV | 85.04 | 169.74 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 159 | 0 | 0.79 | 0 | 0.38 | 300 | 0.66 | 0.38 |
| Hex | 9F | 21 | 9F | 0 | 4F | 0 | 26 | 12C | 42 | 26 |
| Octal | 237 | 41 | 237 | 0 | 117 | 0 | 46 | 454 | 102 | 46 |
| Binary | 10011111 | 100001 | 10011111 | 0 | 1001111 | 0 | 100110 | 100101100 | 1000010 | 100110 |
Color Harmonies of #9F219F
Complementary color
Monochromatic Colors of #9F219F
Black with #9F219F
Text Example
Text Example
White with #9F219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F219F; }
p { color: rgb(159,33,159); }
H1.HeaderClassName
{
color: #9F219F;
}
.AnyTagClassName
{
color: #9F219F;
}
</style>
background-color css
<style>
a { background-color: #9F219F; }
a { background-color: rgb(159,33,159); }
div.DivClassName
{
background-color: #9F219F;
}
.BgClassName
{
background-color: #9F219F;
}
</style>
border-color css
<style>
span { border-color: #9F219F; }
span { border-color: rgb(159,33,159); }
td.TdClassName
{
border-color: #9F219F;
}
.TagClassName
{
border-color: #9F219F;
}
</style>