Shades of Dark Magenta #9A029E
Tints of Dark Magenta #9A029E
RGB
CMYK
RGB Variations
Color information
#9A029E (or 0x9A029E) is known color: Dark Magenta. HEX triplet: 9A, 02 and 9E. RGB value is (154,2,158). Sum of RGB (Red+Green+Blue) = 154+2+158=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A029E is #65FD61. Grayscale: #404040. Windows color (decimal): -6684002 or 10355354. OLE color: 10355354.
HSL color Cylindrical-coordinate representation of color #9A029E: hue angle of 298.46º degrees, saturation: 0.98, 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 #9A029E is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 2 | 158 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.38 |
| HSL | 298.46º | 0.98% | 0.31% | - |
| HSV(B) | 298.46º | 0.99% | 0.62% | - |
| XYZ | 19.52 | 9.38 | 33.13 | - |
| YUV | 65.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 158 | 0.03 | 0.99 | 0 | 0.38 | 298.46 | 0.98 | 0.31 |
| Hex | 9A | 2 | 9E | 3 | 63 | 0 | 26 | 12A | 62 | 1F |
| Octal | 232 | 2 | 236 | 3 | 143 | 0 | 46 | 452 | 142 | 37 |
| Binary | 10011010 | 10 | 10011110 | 11 | 1100011 | 0 | 100110 | 100101010 | 1100010 | 11111 |
Color Harmonies of #9A029E
Complementary color
Monochromatic Colors of #9A029E
Black with #9A029E
Text Example
Text Example
White with #9A029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A029E; }
p { color: rgb(154,2,158); }
H1.HeaderClassName
{
color: #9A029E;
}
.AnyTagClassName
{
color: #9A029E;
}
</style>
background-color css
<style>
a { background-color: #9A029E; }
a { background-color: rgb(154,2,158); }
div.DivClassName
{
background-color: #9A029E;
}
.BgClassName
{
background-color: #9A029E;
}
</style>
border-color css
<style>
span { border-color: #9A029E; }
span { border-color: rgb(154,2,158); }
td.TdClassName
{
border-color: #9A029E;
}
.TagClassName
{
border-color: #9A029E;
}
</style>