Shades of Dark Magenta #9A108D
Tints of Dark Magenta #9A108D
RGB
CMYK
RGB Variations
Color information
#9A108D (or 0x9A108D) is known color: Dark Magenta. HEX triplet: 9A, 10 and 8D. RGB value is (154,16,141). Sum of RGB (Red+Green+Blue) = 154+16+141=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A108D is #65EF72. Grayscale: #474747. Windows color (decimal): -6680435 or 9244826. OLE color: 9244826.
HSL color Cylindrical-coordinate representation of color #9A108D: hue angle of 305.65º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A108D is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 141 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.40 |
| HSL | 305.65º | 0.81% | 0.33% | - |
| HSV(B) | 305.65º | 0.9% | 0.6% | - |
| XYZ | 18.32 | 9.16 | 26 | - |
| YUV | 71.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 141 | 0 | 0.90 | 0.08 | 0.40 | 305.65 | 0.81 | 0.33 |
| Hex | 9A | 10 | 8D | 0 | 5A | 8 | 28 | 132 | 51 | 21 |
| Octal | 232 | 20 | 215 | 0 | 132 | 10 | 50 | 462 | 121 | 41 |
| Binary | 10011010 | 10000 | 10001101 | 0 | 1011010 | 1000 | 101000 | 100110010 | 1010001 | 100001 |
Color Harmonies of #9A108D
Complementary color
Monochromatic Colors of #9A108D
Black with #9A108D
Text Example
Text Example
White with #9A108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A108D; }
p { color: rgb(154,16,141); }
H1.HeaderClassName
{
color: #9A108D;
}
.AnyTagClassName
{
color: #9A108D;
}
</style>
background-color css
<style>
a { background-color: #9A108D; }
a { background-color: rgb(154,16,141); }
div.DivClassName
{
background-color: #9A108D;
}
.BgClassName
{
background-color: #9A108D;
}
</style>
border-color css
<style>
span { border-color: #9A108D; }
span { border-color: rgb(154,16,141); }
td.TdClassName
{
border-color: #9A108D;
}
.TagClassName
{
border-color: #9A108D;
}
</style>