Shades of Dark Magenta #91017A
Tints of Dark Magenta #91017A
RGB
CMYK
RGB Variations
Color information
#91017A (or 0x91017A) is known color: Dark Magenta. HEX triplet: 91, 01 and 7A. RGB value is (145,1,122). Sum of RGB (Red+Green+Blue) = 145+1+122=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #91017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91017A is #6EFE85. Grayscale: #393939. Windows color (decimal): -7274118 or 7995793. OLE color: 7995793.
HSL color Cylindrical-coordinate representation of color #91017A: hue angle of 309.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91017A is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 122 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.43 |
| HSL | 309.58º | 0.99% | 0.29% | - |
| HSV(B) | 309.58º | 0.99% | 0.57% | - |
| XYZ | 15.2 | 7.45 | 19.05 | - |
| YUV | 57.85 | 164.21 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 122 | 0 | 0.99 | 0.16 | 0.43 | 309.58 | 0.99 | 0.29 |
| Hex | 91 | 1 | 7A | 0 | 63 | 10 | 2B | 136 | 63 | 1D |
| Octal | 221 | 1 | 172 | 0 | 143 | 20 | 53 | 466 | 143 | 35 |
| Binary | 10010001 | 1 | 1111010 | 0 | 1100011 | 10000 | 101011 | 100110110 | 1100011 | 11101 |
Color Harmonies of #91017A
Complementary color
Monochromatic Colors of #91017A
Black with #91017A
Text Example
Text Example
White with #91017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91017A; }
p { color: rgb(145,1,122); }
H1.HeaderClassName
{
color: #91017A;
}
.AnyTagClassName
{
color: #91017A;
}
</style>
background-color css
<style>
a { background-color: #91017A; }
a { background-color: rgb(145,1,122); }
div.DivClassName
{
background-color: #91017A;
}
.BgClassName
{
background-color: #91017A;
}
</style>
border-color css
<style>
span { border-color: #91017A; }
span { border-color: rgb(145,1,122); }
td.TdClassName
{
border-color: #91017A;
}
.TagClassName
{
border-color: #91017A;
}
</style>