Shades of Dark Magenta #9A028D
Tints of Dark Magenta #9A028D
RGB
CMYK
RGB Variations
Color information
#9A028D (or 0x9A028D) is known color: Dark Magenta. HEX triplet: 9A, 02 and 8D. RGB value is (154,2,141). Sum of RGB (Red+Green+Blue) = 154+2+141=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A028D is #65FD72. Grayscale: #3E3E3E. Windows color (decimal): -6684019 or 9241242. OLE color: 9241242.
HSL color Cylindrical-coordinate representation of color #9A028D: hue angle of 305.13º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A028D is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 141 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.40 |
| HSL | 305.13º | 0.97% | 0.31% | - |
| HSV(B) | 305.13º | 0.99% | 0.6% | - |
| XYZ | 18.16 | 8.84 | 25.95 | - |
| YUV | 63.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 141 | 0 | 0.99 | 0.08 | 0.40 | 305.13 | 0.97 | 0.31 |
| Hex | 9A | 2 | 8D | 0 | 63 | 8 | 28 | 131 | 61 | 1F |
| Octal | 232 | 2 | 215 | 0 | 143 | 10 | 50 | 461 | 141 | 37 |
| Binary | 10011010 | 10 | 10001101 | 0 | 1100011 | 1000 | 101000 | 100110001 | 1100001 | 11111 |
Color Harmonies of #9A028D
Complementary color
Monochromatic Colors of #9A028D
Black with #9A028D
Text Example
Text Example
White with #9A028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A028D; }
p { color: rgb(154,2,141); }
H1.HeaderClassName
{
color: #9A028D;
}
.AnyTagClassName
{
color: #9A028D;
}
</style>
background-color css
<style>
a { background-color: #9A028D; }
a { background-color: rgb(154,2,141); }
div.DivClassName
{
background-color: #9A028D;
}
.BgClassName
{
background-color: #9A028D;
}
</style>
border-color css
<style>
span { border-color: #9A028D; }
span { border-color: rgb(154,2,141); }
td.TdClassName
{
border-color: #9A028D;
}
.TagClassName
{
border-color: #9A028D;
}
</style>