Shades of Dark Magenta #91018B
Tints of Dark Magenta #91018B
RGB
CMYK
RGB Variations
Color information
#91018B (or 0x91018B) is known color: Dark Magenta. HEX triplet: 91, 01 and 8B. RGB value is (145,1,139). Sum of RGB (Red+Green+Blue) = 145+1+139=285 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.88% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 145 - color contains mainly: red. Hex color #91018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91018B is #6EFE74. Grayscale: #3B3B3B. Windows color (decimal): -7274101 or 9109905. OLE color: 9109905.
HSL color Cylindrical-coordinate representation of color #91018B: hue angle of 302.5º 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 #91018B is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.43 |
| HSL | 302.5º | 0.99% | 0.29% | - |
| HSV(B) | 302.5º | 0.99% | 0.57% | - |
| XYZ | 16.35 | 7.91 | 25.09 | - |
| YUV | 59.79 | 172.71 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 139 | 0 | 0.99 | 0.04 | 0.43 | 302.5 | 0.99 | 0.29 |
| Hex | 91 | 1 | 8B | 0 | 63 | 4 | 2B | 12E | 63 | 1D |
| Octal | 221 | 1 | 213 | 0 | 143 | 4 | 53 | 456 | 143 | 35 |
| Binary | 10010001 | 1 | 10001011 | 0 | 1100011 | 100 | 101011 | 100101110 | 1100011 | 11101 |
Color Harmonies of #91018B
Complementary color
Monochromatic Colors of #91018B
Black with #91018B
Text Example
Text Example
White with #91018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91018B; }
p { color: rgb(145,1,139); }
H1.HeaderClassName
{
color: #91018B;
}
.AnyTagClassName
{
color: #91018B;
}
</style>
background-color css
<style>
a { background-color: #91018B; }
a { background-color: rgb(145,1,139); }
div.DivClassName
{
background-color: #91018B;
}
.BgClassName
{
background-color: #91018B;
}
</style>
border-color css
<style>
span { border-color: #91018B; }
span { border-color: rgb(145,1,139); }
td.TdClassName
{
border-color: #91018B;
}
.TagClassName
{
border-color: #91018B;
}
</style>