Shades of Dark Magenta #91019D
Tints of Dark Magenta #91019D
RGB
CMYK
RGB Variations
Color information
#91019D (or 0x91019D) is known color: Dark Magenta. HEX triplet: 91, 01 and 9D. RGB value is (145,1,157). Sum of RGB (Red+Green+Blue) = 145+1+157=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #91019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91019D is #6EFE62. Grayscale: #3D3D3D. Windows color (decimal): -7274083 or 10289553. OLE color: 10289553.
HSL color Cylindrical-coordinate representation of color #91019D: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91019D is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 1 | 157 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.38 |
| HSL | 295.38º | 0.99% | 0.31% | - |
| HSV(B) | 295.38º | 0.99% | 0.62% | - |
| XYZ | 17.77 | 8.48 | 32.6 | - |
| YUV | 61.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 157 | 0.08 | 0.99 | 0 | 0.38 | 295.38 | 0.99 | 0.31 |
| Hex | 91 | 1 | 9D | 8 | 63 | 0 | 26 | 127 | 63 | 1F |
| Octal | 221 | 1 | 235 | 10 | 143 | 0 | 46 | 447 | 143 | 37 |
| Binary | 10010001 | 1 | 10011101 | 1000 | 1100011 | 0 | 100110 | 100100111 | 1100011 | 11111 |
Color Harmonies of #91019D
Complementary color
Monochromatic Colors of #91019D
Black with #91019D
Text Example
Text Example
White with #91019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91019D; }
p { color: rgb(145,1,157); }
H1.HeaderClassName
{
color: #91019D;
}
.AnyTagClassName
{
color: #91019D;
}
</style>
background-color css
<style>
a { background-color: #91019D; }
a { background-color: rgb(145,1,157); }
div.DivClassName
{
background-color: #91019D;
}
.BgClassName
{
background-color: #91019D;
}
</style>
border-color css
<style>
span { border-color: #91019D; }
span { border-color: rgb(145,1,157); }
td.TdClassName
{
border-color: #91019D;
}
.TagClassName
{
border-color: #91019D;
}
</style>