Shades of Dark Magenta #A91B9D
Tints of Dark Magenta #A91B9D
RGB
CMYK
RGB Variations
Color information
#A91B9D (or 0xA91B9D) is known color: Dark Magenta. HEX triplet: A9, 1B and 9D. RGB value is (169,27,157). Sum of RGB (Red+Green+Blue) = 169+27+157=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91B9D is #56E462. Grayscale: #535353. Windows color (decimal): -5694563 or 10296233. OLE color: 10296233.
HSL color Cylindrical-coordinate representation of color #A91B9D: hue angle of 305.07º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91B9D is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 27 | 157 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.34 |
| HSL | 305.07º | 0.72% | 0.38% | - |
| HSV(B) | 305.07º | 0.84% | 0.66% | - |
| XYZ | 22.84 | 11.65 | 32.94 | - |
| YUV | 84.28 | 169.04 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 157 | 0 | 0.84 | 0.07 | 0.34 | 305.07 | 0.72 | 0.38 |
| Hex | A9 | 1B | 9D | 0 | 54 | 7 | 22 | 131 | 48 | 26 |
| Octal | 251 | 33 | 235 | 0 | 124 | 7 | 42 | 461 | 110 | 46 |
| Binary | 10101001 | 11011 | 10011101 | 0 | 1010100 | 111 | 100010 | 100110001 | 1001000 | 100110 |
Color Harmonies of #A91B9D
Complementary color
Monochromatic Colors of #A91B9D
Black with #A91B9D
Text Example
Text Example
White with #A91B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91B9D; }
p { color: rgb(169,27,157); }
H1.HeaderClassName
{
color: #A91B9D;
}
.AnyTagClassName
{
color: #A91B9D;
}
</style>
background-color css
<style>
a { background-color: #A91B9D; }
a { background-color: rgb(169,27,157); }
div.DivClassName
{
background-color: #A91B9D;
}
.BgClassName
{
background-color: #A91B9D;
}
</style>
border-color css
<style>
span { border-color: #A91B9D; }
span { border-color: rgb(169,27,157); }
td.TdClassName
{
border-color: #A91B9D;
}
.TagClassName
{
border-color: #A91B9D;
}
</style>