Shades of Dark Magenta #9F0188
Tints of Dark Magenta #9F0188
RGB
CMYK
RGB Variations
Color information
#9F0188 (or 0x9F0188) is known color: Dark Magenta. HEX triplet: 9F, 01 and 88. RGB value is (159,1,136). Sum of RGB (Red+Green+Blue) = 159+1+136=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 136 (53.52% from 255 or 45.95% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0188 is #60FE77. Grayscale: #3F3F3F. Windows color (decimal): -6356600 or 8913311. OLE color: 8913311.
HSL color Cylindrical-coordinate representation of color #9F0188: hue angle of 308.73º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0188 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.38 |
| HSL | 308.73º | 0.99% | 0.31% | - |
| HSV(B) | 308.73º | 0.99% | 0.62% | - |
| XYZ | 18.75 | 9.17 | 24.07 | - |
| YUV | 63.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 136 | 0 | 0.99 | 0.14 | 0.38 | 308.73 | 0.99 | 0.31 |
| Hex | 9F | 1 | 88 | 0 | 63 | E | 26 | 135 | 63 | 1F |
| Octal | 237 | 1 | 210 | 0 | 143 | 16 | 46 | 465 | 143 | 37 |
| Binary | 10011111 | 1 | 10001000 | 0 | 1100011 | 1110 | 100110 | 100110101 | 1100011 | 11111 |
Color Harmonies of #9F0188
Complementary color
Monochromatic Colors of #9F0188
Black with #9F0188
Text Example
Text Example
White with #9F0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0188; }
p { color: rgb(159,1,136); }
H1.HeaderClassName
{
color: #9F0188;
}
.AnyTagClassName
{
color: #9F0188;
}
</style>
background-color css
<style>
a { background-color: #9F0188; }
a { background-color: rgb(159,1,136); }
div.DivClassName
{
background-color: #9F0188;
}
.BgClassName
{
background-color: #9F0188;
}
</style>
border-color css
<style>
span { border-color: #9F0188; }
span { border-color: rgb(159,1,136); }
td.TdClassName
{
border-color: #9F0188;
}
.TagClassName
{
border-color: #9F0188;
}
</style>