Shades of Dark Magenta #9A1C95
Tints of Dark Magenta #9A1C95
RGB
CMYK
RGB Variations
Color information
#9A1C95 (or 0x9A1C95) is known color: Dark Magenta. HEX triplet: 9A, 1C and 95. RGB value is (154,28,149). Sum of RGB (Red+Green+Blue) = 154+28+149=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1C95 is #65E36A. Grayscale: #4F4F4F. Windows color (decimal): -6677355 or 9772186. OLE color: 9772186.
HSL color Cylindrical-coordinate representation of color #9A1C95: hue angle of 302.38º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C95 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 149 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.40 |
| HSL | 302.38º | 0.69% | 0.36% | - |
| HSV(B) | 302.38º | 0.82% | 0.6% | - |
| XYZ | 19.17 | 9.87 | 29.33 | - |
| YUV | 79.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 149 | 0 | 0.82 | 0.03 | 0.40 | 302.38 | 0.69 | 0.36 |
| Hex | 9A | 1C | 95 | 0 | 52 | 3 | 28 | 12E | 45 | 24 |
| Octal | 232 | 34 | 225 | 0 | 122 | 3 | 50 | 456 | 105 | 44 |
| Binary | 10011010 | 11100 | 10010101 | 0 | 1010010 | 11 | 101000 | 100101110 | 1000101 | 100100 |
Color Harmonies of #9A1C95
Complementary color
Monochromatic Colors of #9A1C95
Black with #9A1C95
Text Example
Text Example
White with #9A1C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C95; }
p { color: rgb(154,28,149); }
H1.HeaderClassName
{
color: #9A1C95;
}
.AnyTagClassName
{
color: #9A1C95;
}
</style>
background-color css
<style>
a { background-color: #9A1C95; }
a { background-color: rgb(154,28,149); }
div.DivClassName
{
background-color: #9A1C95;
}
.BgClassName
{
background-color: #9A1C95;
}
</style>
border-color css
<style>
span { border-color: #9A1C95; }
span { border-color: rgb(154,28,149); }
td.TdClassName
{
border-color: #9A1C95;
}
.TagClassName
{
border-color: #9A1C95;
}
</style>