Shades of Dark Magenta #9F1BA8
Tints of Dark Magenta #9F1BA8
RGB
CMYK
RGB Variations
Color information
#9F1BA8 (or 0x9F1BA8) is known color: Dark Magenta. HEX triplet: 9F, 1B and A8. RGB value is (159,27,168). Sum of RGB (Red+Green+Blue) = 159+27+168=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 168 - color contains mainly: blue. Hex color #9F1BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1BA8 is #60E457. Grayscale: #525252. Windows color (decimal): -6349912 or 11017119. OLE color: 11017119.
HSL color Cylindrical-coordinate representation of color #9F1BA8: hue angle of 296.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1BA8 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 27 | 168 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.34 |
| HSL | 296.17º | 0.72% | 0.38% | - |
| HSV(B) | 296.17º | 0.84% | 0.66% | - |
| XYZ | 21.76 | 10.98 | 38.02 | - |
| YUV | 82.54 | 176.23 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 168 | 0.05 | 0.84 | 0 | 0.34 | 296.17 | 0.72 | 0.38 |
| Hex | 9F | 1B | A8 | 5 | 54 | 0 | 22 | 128 | 48 | 26 |
| Octal | 237 | 33 | 250 | 5 | 124 | 0 | 42 | 450 | 110 | 46 |
| Binary | 10011111 | 11011 | 10101000 | 101 | 1010100 | 0 | 100010 | 100101000 | 1001000 | 100110 |
Color Harmonies of #9F1BA8
Complementary color
Monochromatic Colors of #9F1BA8
Black with #9F1BA8
Text Example
Text Example
White with #9F1BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BA8; }
p { color: rgb(159,27,168); }
H1.HeaderClassName
{
color: #9F1BA8;
}
.AnyTagClassName
{
color: #9F1BA8;
}
</style>
background-color css
<style>
a { background-color: #9F1BA8; }
a { background-color: rgb(159,27,168); }
div.DivClassName
{
background-color: #9F1BA8;
}
.BgClassName
{
background-color: #9F1BA8;
}
</style>
border-color css
<style>
span { border-color: #9F1BA8; }
span { border-color: rgb(159,27,168); }
td.TdClassName
{
border-color: #9F1BA8;
}
.TagClassName
{
border-color: #9F1BA8;
}
</style>