Shades of Dark Magenta #9A1B97
Tints of Dark Magenta #9A1B97
RGB
CMYK
RGB Variations
Color information
#9A1B97 (or 0x9A1B97) is known color: Dark Magenta. HEX triplet: 9A, 1B and 97. RGB value is (154,27,151). Sum of RGB (Red+Green+Blue) = 154+27+151=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1B97 is #65E468. Grayscale: #4E4E4E. Windows color (decimal): -6677609 or 9903002. OLE color: 9903002.
HSL color Cylindrical-coordinate representation of color #9A1B97: hue angle of 301.42º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1B97 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 27 | 151 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.40 |
| HSL | 301.42º | 0.7% | 0.35% | - |
| HSV(B) | 301.42º | 0.82% | 0.6% | - |
| XYZ | 19.3 | 9.89 | 30.17 | - |
| YUV | 79.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 27 | 151 | 0 | 0.82 | 0.02 | 0.40 | 301.42 | 0.7 | 0.35 |
| Hex | 9A | 1B | 97 | 0 | 52 | 2 | 28 | 12D | 46 | 23 |
| Octal | 232 | 33 | 227 | 0 | 122 | 2 | 50 | 455 | 106 | 43 |
| Binary | 10011010 | 11011 | 10010111 | 0 | 1010010 | 10 | 101000 | 100101101 | 1000110 | 100011 |
Color Harmonies of #9A1B97
Complementary color
Monochromatic Colors of #9A1B97
Black with #9A1B97
Text Example
Text Example
White with #9A1B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1B97; }
p { color: rgb(154,27,151); }
H1.HeaderClassName
{
color: #9A1B97;
}
.AnyTagClassName
{
color: #9A1B97;
}
</style>
background-color css
<style>
a { background-color: #9A1B97; }
a { background-color: rgb(154,27,151); }
div.DivClassName
{
background-color: #9A1B97;
}
.BgClassName
{
background-color: #9A1B97;
}
</style>
border-color css
<style>
span { border-color: #9A1B97; }
span { border-color: rgb(154,27,151); }
td.TdClassName
{
border-color: #9A1B97;
}
.TagClassName
{
border-color: #9A1B97;
}
</style>