Shades of Dark Magenta #9A1592
Tints of Dark Magenta #9A1592
RGB
CMYK
RGB Variations
Color information
#9A1592 (or 0x9A1592) is known color: Dark Magenta. HEX triplet: 9A, 15 and 92. RGB value is (154,21,146). Sum of RGB (Red+Green+Blue) = 154+21+146=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1592 is #65EA6D. Grayscale: #4A4A4A. Windows color (decimal): -6679150 or 9573786. OLE color: 9573786.
HSL color Cylindrical-coordinate representation of color #9A1592: hue angle of 303.61º 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 #9A1592 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 21 | 146 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.40 |
| HSL | 303.61º | 0.76% | 0.34% | - |
| HSV(B) | 303.61º | 0.86% | 0.6% | - |
| XYZ | 18.78 | 9.48 | 28.03 | - |
| YUV | 75.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 146 | 0 | 0.86 | 0.05 | 0.40 | 303.61 | 0.76 | 0.34 |
| Hex | 9A | 15 | 92 | 0 | 56 | 5 | 28 | 130 | 4C | 22 |
| Octal | 232 | 25 | 222 | 0 | 126 | 5 | 50 | 460 | 114 | 42 |
| Binary | 10011010 | 10101 | 10010010 | 0 | 1010110 | 101 | 101000 | 100110000 | 1001100 | 100010 |
Color Harmonies of #9A1592
Complementary color
Monochromatic Colors of #9A1592
Black with #9A1592
Text Example
Text Example
White with #9A1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1592; }
p { color: rgb(154,21,146); }
H1.HeaderClassName
{
color: #9A1592;
}
.AnyTagClassName
{
color: #9A1592;
}
</style>
background-color css
<style>
a { background-color: #9A1592; }
a { background-color: rgb(154,21,146); }
div.DivClassName
{
background-color: #9A1592;
}
.BgClassName
{
background-color: #9A1592;
}
</style>
border-color css
<style>
span { border-color: #9A1592; }
span { border-color: rgb(154,21,146); }
td.TdClassName
{
border-color: #9A1592;
}
.TagClassName
{
border-color: #9A1592;
}
</style>