Shades of Dark Magenta #9F108A
Tints of Dark Magenta #9F108A
RGB
CMYK
RGB Variations
Color information
#9F108A (or 0x9F108A) is known color: Dark Magenta. HEX triplet: 9F, 10 and 8A. RGB value is (159,16,138). Sum of RGB (Red+Green+Blue) = 159+16+138=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F108A is #60EF75. Grayscale: #484848. Windows color (decimal): -6352758 or 9048223. OLE color: 9048223.
HSL color Cylindrical-coordinate representation of color #9F108A: hue angle of 308.81º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F108A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 16 | 138 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.38 |
| HSL | 308.81º | 0.82% | 0.34% | - |
| HSV(B) | 308.81º | 0.9% | 0.62% | - |
| XYZ | 19.07 | 9.58 | 24.89 | - |
| YUV | 72.67 | 164.88 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 16 | 138 | 0 | 0.90 | 0.13 | 0.38 | 308.81 | 0.82 | 0.34 |
| Hex | 9F | 10 | 8A | 0 | 5A | D | 26 | 135 | 52 | 22 |
| Octal | 237 | 20 | 212 | 0 | 132 | 15 | 46 | 465 | 122 | 42 |
| Binary | 10011111 | 10000 | 10001010 | 0 | 1011010 | 1101 | 100110 | 100110101 | 1010010 | 100010 |
Color Harmonies of #9F108A
Complementary color
Monochromatic Colors of #9F108A
Black with #9F108A
Text Example
Text Example
White with #9F108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F108A; }
p { color: rgb(159,16,138); }
H1.HeaderClassName
{
color: #9F108A;
}
.AnyTagClassName
{
color: #9F108A;
}
</style>
background-color css
<style>
a { background-color: #9F108A; }
a { background-color: rgb(159,16,138); }
div.DivClassName
{
background-color: #9F108A;
}
.BgClassName
{
background-color: #9F108A;
}
</style>
border-color css
<style>
span { border-color: #9F108A; }
span { border-color: rgb(159,16,138); }
td.TdClassName
{
border-color: #9F108A;
}
.TagClassName
{
border-color: #9F108A;
}
</style>