Shades of Dark Magenta #9A028F
Tints of Dark Magenta #9A028F
RGB
CMYK
RGB Variations
Color information
#9A028F (or 0x9A028F) is known color: Dark Magenta. HEX triplet: 9A, 02 and 8F. RGB value is (154,2,143). Sum of RGB (Red+Green+Blue) = 154+2+143=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A028F is #65FD70. Grayscale: #3F3F3F. Windows color (decimal): -6684017 or 9372314. OLE color: 9372314.
HSL color Cylindrical-coordinate representation of color #9A028F: hue angle of 304.34º 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 #9A028F is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.40 |
| HSL | 304.34º | 0.97% | 0.31% | - |
| HSV(B) | 304.34º | 0.99% | 0.6% | - |
| XYZ | 18.31 | 8.9 | 26.74 | - |
| YUV | 63.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 143 | 0 | 0.99 | 0.07 | 0.40 | 304.34 | 0.97 | 0.31 |
| Hex | 9A | 2 | 8F | 0 | 63 | 7 | 28 | 130 | 61 | 1F |
| Octal | 232 | 2 | 217 | 0 | 143 | 7 | 50 | 460 | 141 | 37 |
| Binary | 10011010 | 10 | 10001111 | 0 | 1100011 | 111 | 101000 | 100110000 | 1100001 | 11111 |
Color Harmonies of #9A028F
Complementary color
Monochromatic Colors of #9A028F
Black with #9A028F
Text Example
Text Example
White with #9A028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A028F; }
p { color: rgb(154,2,143); }
H1.HeaderClassName
{
color: #9A028F;
}
.AnyTagClassName
{
color: #9A028F;
}
</style>
background-color css
<style>
a { background-color: #9A028F; }
a { background-color: rgb(154,2,143); }
div.DivClassName
{
background-color: #9A028F;
}
.BgClassName
{
background-color: #9A028F;
}
</style>
border-color css
<style>
span { border-color: #9A028F; }
span { border-color: rgb(154,2,143); }
td.TdClassName
{
border-color: #9A028F;
}
.TagClassName
{
border-color: #9A028F;
}
</style>