Shades of Dark Magenta #9101A1
Tints of Dark Magenta #9101A1
RGB
CMYK
RGB Variations
Color information
#9101A1 (or 0x9101A1) is known color: Dark Magenta. HEX triplet: 91, 01 and A1. RGB value is (145,1,161). Sum of RGB (Red+Green+Blue) = 145+1+161=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #9101A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9101A1 is #6EFE5E. Grayscale: #3D3D3D. Windows color (decimal): -7274079 or 10551697. OLE color: 10551697.
HSL color Cylindrical-coordinate representation of color #9101A1: hue angle of 294º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9101A1 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 1 | 161 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.37 |
| HSL | 294º | 0.99% | 0.32% | - |
| HSV(B) | 294º | 0.99% | 0.63% | - |
| XYZ | 18.12 | 8.61 | 34.43 | - |
| YUV | 62.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 161 | 0.10 | 0.99 | 0 | 0.37 | 294 | 0.99 | 0.32 |
| Hex | 91 | 1 | A1 | A | 63 | 0 | 25 | 126 | 63 | 20 |
| Octal | 221 | 1 | 241 | 12 | 143 | 0 | 45 | 446 | 143 | 40 |
| Binary | 10010001 | 1 | 10100001 | 1010 | 1100011 | 0 | 100101 | 100100110 | 1100011 | 100000 |
Color Harmonies of #9101A1
Complementary color
Monochromatic Colors of #9101A1
Black with #9101A1
Text Example
Text Example
White with #9101A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101A1; }
p { color: rgb(145,1,161); }
H1.HeaderClassName
{
color: #9101A1;
}
.AnyTagClassName
{
color: #9101A1;
}
</style>
background-color css
<style>
a { background-color: #9101A1; }
a { background-color: rgb(145,1,161); }
div.DivClassName
{
background-color: #9101A1;
}
.BgClassName
{
background-color: #9101A1;
}
</style>
border-color css
<style>
span { border-color: #9101A1; }
span { border-color: rgb(145,1,161); }
td.TdClassName
{
border-color: #9101A1;
}
.TagClassName
{
border-color: #9101A1;
}
</style>