Shades of Dark Magenta #9F1BA4
Tints of Dark Magenta #9F1BA4
RGB
CMYK
RGB Variations
Color information
#9F1BA4 (or 0x9F1BA4) is known color: Dark Magenta. HEX triplet: 9F, 1B and A4. RGB value is (159,27,164). Sum of RGB (Red+Green+Blue) = 159+27+164=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F1BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1BA4 is #60E45B. Grayscale: #515151. Windows color (decimal): -6349916 or 10754975. OLE color: 10754975.
HSL color Cylindrical-coordinate representation of color #9F1BA4: hue angle of 297.81º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1BA4 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 27 | 164 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.36 |
| HSL | 297.81º | 0.72% | 0.37% | - |
| HSV(B) | 297.81º | 0.84% | 0.64% | - |
| XYZ | 21.39 | 10.84 | 36.09 | - |
| YUV | 82.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 164 | 0.03 | 0.84 | 0 | 0.36 | 297.81 | 0.72 | 0.37 |
| Hex | 9F | 1B | A4 | 3 | 54 | 0 | 24 | 12A | 48 | 25 |
| Octal | 237 | 33 | 244 | 3 | 124 | 0 | 44 | 452 | 110 | 45 |
| Binary | 10011111 | 11011 | 10100100 | 11 | 1010100 | 0 | 100100 | 100101010 | 1001000 | 100101 |
Color Harmonies of #9F1BA4
Complementary color
Monochromatic Colors of #9F1BA4
Black with #9F1BA4
Text Example
Text Example
White with #9F1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1BA4; }
p { color: rgb(159,27,164); }
H1.HeaderClassName
{
color: #9F1BA4;
}
.AnyTagClassName
{
color: #9F1BA4;
}
</style>
background-color css
<style>
a { background-color: #9F1BA4; }
a { background-color: rgb(159,27,164); }
div.DivClassName
{
background-color: #9F1BA4;
}
.BgClassName
{
background-color: #9F1BA4;
}
</style>
border-color css
<style>
span { border-color: #9F1BA4; }
span { border-color: rgb(159,27,164); }
td.TdClassName
{
border-color: #9F1BA4;
}
.TagClassName
{
border-color: #9F1BA4;
}
</style>