Shades of Dark Magenta #91017C
Tints of Dark Magenta #91017C
RGB
CMYK
RGB Variations
Color information
#91017C (or 0x91017C) is known color: Dark Magenta. HEX triplet: 91, 01 and 7C. RGB value is (145,1,124). Sum of RGB (Red+Green+Blue) = 145+1+124=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #91017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91017C is #6EFE83. Grayscale: #393939. Windows color (decimal): -7274116 or 8126865. OLE color: 8126865.
HSL color Cylindrical-coordinate representation of color #91017C: hue angle of 308.75º 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 #91017C is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.43 |
| HSL | 308.75º | 0.99% | 0.29% | - |
| HSV(B) | 308.75º | 0.99% | 0.57% | - |
| XYZ | 15.33 | 7.5 | 19.71 | - |
| YUV | 58.08 | 165.21 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 124 | 0 | 0.99 | 0.14 | 0.43 | 308.75 | 0.99 | 0.29 |
| Hex | 91 | 1 | 7C | 0 | 63 | E | 2B | 135 | 63 | 1D |
| Octal | 221 | 1 | 174 | 0 | 143 | 16 | 53 | 465 | 143 | 35 |
| Binary | 10010001 | 1 | 1111100 | 0 | 1100011 | 1110 | 101011 | 100110101 | 1100011 | 11101 |
Color Harmonies of #91017C
Complementary color
Monochromatic Colors of #91017C
Black with #91017C
Text Example
Text Example
White with #91017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91017C; }
p { color: rgb(145,1,124); }
H1.HeaderClassName
{
color: #91017C;
}
.AnyTagClassName
{
color: #91017C;
}
</style>
background-color css
<style>
a { background-color: #91017C; }
a { background-color: rgb(145,1,124); }
div.DivClassName
{
background-color: #91017C;
}
.BgClassName
{
background-color: #91017C;
}
</style>
border-color css
<style>
span { border-color: #91017C; }
span { border-color: rgb(145,1,124); }
td.TdClassName
{
border-color: #91017C;
}
.TagClassName
{
border-color: #91017C;
}
</style>