Shades of Dark Magenta #9A158F
Tints of Dark Magenta #9A158F
RGB
CMYK
RGB Variations
Color information
#9A158F (or 0x9A158F) is known color: Dark Magenta. HEX triplet: 9A, 15 and 8F. RGB value is (154,21,143). Sum of RGB (Red+Green+Blue) = 154+21+143=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A158F is #65EA70. Grayscale: #4A4A4A. Windows color (decimal): -6679153 or 9377178. OLE color: 9377178.
HSL color Cylindrical-coordinate representation of color #9A158F: hue angle of 304.96º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A158F is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 143 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.40 |
| HSL | 304.96º | 0.76% | 0.34% | - |
| HSV(B) | 304.96º | 0.86% | 0.6% | - |
| XYZ | 18.55 | 9.39 | 26.82 | - |
| YUV | 74.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 143 | 0 | 0.86 | 0.07 | 0.40 | 304.96 | 0.76 | 0.34 |
| Hex | 9A | 15 | 8F | 0 | 56 | 7 | 28 | 131 | 4C | 22 |
| Octal | 232 | 25 | 217 | 0 | 126 | 7 | 50 | 461 | 114 | 42 |
| Binary | 10011010 | 10101 | 10001111 | 0 | 1010110 | 111 | 101000 | 100110001 | 1001100 | 100010 |
Color Harmonies of #9A158F
Complementary color
Monochromatic Colors of #9A158F
Black with #9A158F
Text Example
Text Example
White with #9A158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A158F; }
p { color: rgb(154,21,143); }
H1.HeaderClassName
{
color: #9A158F;
}
.AnyTagClassName
{
color: #9A158F;
}
</style>
background-color css
<style>
a { background-color: #9A158F; }
a { background-color: rgb(154,21,143); }
div.DivClassName
{
background-color: #9A158F;
}
.BgClassName
{
background-color: #9A158F;
}
</style>
border-color css
<style>
span { border-color: #9A158F; }
span { border-color: rgb(154,21,143); }
td.TdClassName
{
border-color: #9A158F;
}
.TagClassName
{
border-color: #9A158F;
}
</style>