Shades of Dark Magenta #91019F
Tints of Dark Magenta #91019F
RGB
CMYK
RGB Variations
Color information
#91019F (or 0x91019F) is known color: Dark Magenta. HEX triplet: 91, 01 and 9F. RGB value is (145,1,159). Sum of RGB (Red+Green+Blue) = 145+1+159=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #91019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91019F is #6EFE60. Grayscale: #3D3D3D. Windows color (decimal): -7274081 or 10420625. OLE color: 10420625.
HSL color Cylindrical-coordinate representation of color #91019F: hue angle of 294.68º 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 #91019F is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 1 | 159 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.38 |
| HSL | 294.68º | 0.99% | 0.31% | - |
| HSV(B) | 294.68º | 0.99% | 0.62% | - |
| XYZ | 17.95 | 8.54 | 33.5 | - |
| YUV | 62.07 | 182.71 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 159 | 0.09 | 0.99 | 0 | 0.38 | 294.68 | 0.99 | 0.31 |
| Hex | 91 | 1 | 9F | 9 | 63 | 0 | 26 | 127 | 63 | 1F |
| Octal | 221 | 1 | 237 | 11 | 143 | 0 | 46 | 447 | 143 | 37 |
| Binary | 10010001 | 1 | 10011111 | 1001 | 1100011 | 0 | 100110 | 100100111 | 1100011 | 11111 |
Color Harmonies of #91019F
Complementary color
Monochromatic Colors of #91019F
Black with #91019F
Text Example
Text Example
White with #91019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91019F; }
p { color: rgb(145,1,159); }
H1.HeaderClassName
{
color: #91019F;
}
.AnyTagClassName
{
color: #91019F;
}
</style>
background-color css
<style>
a { background-color: #91019F; }
a { background-color: rgb(145,1,159); }
div.DivClassName
{
background-color: #91019F;
}
.BgClassName
{
background-color: #91019F;
}
</style>
border-color css
<style>
span { border-color: #91019F; }
span { border-color: rgb(145,1,159); }
td.TdClassName
{
border-color: #91019F;
}
.TagClassName
{
border-color: #91019F;
}
</style>