Shades of Dark Magenta #9F1B9C
Tints of Dark Magenta #9F1B9C
RGB
CMYK
RGB Variations
Color information
#9F1B9C (or 0x9F1B9C) is known color: Dark Magenta. HEX triplet: 9F, 1B and 9C. RGB value is (159,27,156). Sum of RGB (Red+Green+Blue) = 159+27+156=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1B9C is #60E463. Grayscale: #505050. Windows color (decimal): -6349924 or 10230687. OLE color: 10230687.
HSL color Cylindrical-coordinate representation of color #9F1B9C: hue angle of 301.36º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1B9C is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 156 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.38 |
| HSL | 301.36º | 0.71% | 0.36% | - |
| HSV(B) | 301.36º | 0.83% | 0.62% | - |
| XYZ | 20.69 | 10.56 | 32.4 | - |
| YUV | 81.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 156 | 0 | 0.83 | 0.02 | 0.38 | 301.36 | 0.71 | 0.36 |
| Hex | 9F | 1B | 9C | 0 | 53 | 2 | 26 | 12D | 47 | 24 |
| Octal | 237 | 33 | 234 | 0 | 123 | 2 | 46 | 455 | 107 | 44 |
| Binary | 10011111 | 11011 | 10011100 | 0 | 1010011 | 10 | 100110 | 100101101 | 1000111 | 100100 |
Color Harmonies of #9F1B9C
Complementary color
Monochromatic Colors of #9F1B9C
Black with #9F1B9C
Text Example
Text Example
White with #9F1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B9C; }
p { color: rgb(159,27,156); }
H1.HeaderClassName
{
color: #9F1B9C;
}
.AnyTagClassName
{
color: #9F1B9C;
}
</style>
background-color css
<style>
a { background-color: #9F1B9C; }
a { background-color: rgb(159,27,156); }
div.DivClassName
{
background-color: #9F1B9C;
}
.BgClassName
{
background-color: #9F1B9C;
}
</style>
border-color css
<style>
span { border-color: #9F1B9C; }
span { border-color: rgb(159,27,156); }
td.TdClassName
{
border-color: #9F1B9C;
}
.TagClassName
{
border-color: #9F1B9C;
}
</style>