Shades of Dark Magenta #91019A
Tints of Dark Magenta #91019A
RGB
CMYK
RGB Variations
Color information
#91019A (or 0x91019A) is known color: Dark Magenta. HEX triplet: 91, 01 and 9A. RGB value is (145,1,154). Sum of RGB (Red+Green+Blue) = 145+1+154=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #91019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91019A is #6EFE65. Grayscale: #3D3D3D. Windows color (decimal): -7274086 or 10092945. OLE color: 10092945.
HSL color Cylindrical-coordinate representation of color #91019A: hue angle of 296.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91019A is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 1 | 154 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.40 |
| HSL | 296.47º | 0.99% | 0.3% | - |
| HSV(B) | 296.47º | 0.99% | 0.6% | - |
| XYZ | 17.52 | 8.37 | 31.26 | - |
| YUV | 61.5 | 180.21 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 154 | 0.06 | 0.99 | 0 | 0.40 | 296.47 | 0.99 | 0.3 |
| Hex | 91 | 1 | 9A | 6 | 63 | 0 | 28 | 128 | 63 | 1E |
| Octal | 221 | 1 | 232 | 6 | 143 | 0 | 50 | 450 | 143 | 36 |
| Binary | 10010001 | 1 | 10011010 | 110 | 1100011 | 0 | 101000 | 100101000 | 1100011 | 11110 |
Color Harmonies of #91019A
Complementary color
Monochromatic Colors of #91019A
Black with #91019A
Text Example
Text Example
White with #91019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91019A; }
p { color: rgb(145,1,154); }
H1.HeaderClassName
{
color: #91019A;
}
.AnyTagClassName
{
color: #91019A;
}
</style>
background-color css
<style>
a { background-color: #91019A; }
a { background-color: rgb(145,1,154); }
div.DivClassName
{
background-color: #91019A;
}
.BgClassName
{
background-color: #91019A;
}
</style>
border-color css
<style>
span { border-color: #91019A; }
span { border-color: rgb(145,1,154); }
td.TdClassName
{
border-color: #91019A;
}
.TagClassName
{
border-color: #91019A;
}
</style>