Shades of Dark Magenta #9A199B
Tints of Dark Magenta #9A199B
RGB
CMYK
RGB Variations
Color information
#9A199B (or 0x9A199B) is known color: Dark Magenta. HEX triplet: 9A, 19 and 9B. RGB value is (154,25,155). Sum of RGB (Red+Green+Blue) = 154+25+155=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A199B is #65E664. Grayscale: #4E4E4E. Windows color (decimal): -6678117 or 10164634. OLE color: 10164634.
HSL color Cylindrical-coordinate representation of color #9A199B: hue angle of 299.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A199B is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 25 | 155 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.39 |
| HSL | 299.54º | 0.72% | 0.35% | - |
| HSV(B) | 299.54º | 0.84% | 0.61% | - |
| XYZ | 19.59 | 9.93 | 31.89 | - |
| YUV | 78.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 155 | 0.01 | 0.84 | 0 | 0.39 | 299.54 | 0.72 | 0.35 |
| Hex | 9A | 19 | 9B | 1 | 54 | 0 | 27 | 12C | 48 | 23 |
| Octal | 232 | 31 | 233 | 1 | 124 | 0 | 47 | 454 | 110 | 43 |
| Binary | 10011010 | 11001 | 10011011 | 1 | 1010100 | 0 | 100111 | 100101100 | 1001000 | 100011 |
Color Harmonies of #9A199B
Complementary color
Monochromatic Colors of #9A199B
Black with #9A199B
Text Example
Text Example
White with #9A199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A199B; }
p { color: rgb(154,25,155); }
H1.HeaderClassName
{
color: #9A199B;
}
.AnyTagClassName
{
color: #9A199B;
}
</style>
background-color css
<style>
a { background-color: #9A199B; }
a { background-color: rgb(154,25,155); }
div.DivClassName
{
background-color: #9A199B;
}
.BgClassName
{
background-color: #9A199B;
}
</style>
border-color css
<style>
span { border-color: #9A199B; }
span { border-color: rgb(154,25,155); }
td.TdClassName
{
border-color: #9A199B;
}
.TagClassName
{
border-color: #9A199B;
}
</style>