Shades of Dark Magenta #91088B
Tints of Dark Magenta #91088B
RGB
CMYK
RGB Variations
Color information
#91088B (or 0x91088B) is known color: Dark Magenta. HEX triplet: 91, 08 and 8B. RGB value is (145,8,139). Sum of RGB (Red+Green+Blue) = 145+8+139=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #91088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91088B is #6EF774. Grayscale: #3F3F3F. Windows color (decimal): -7272309 or 9111697. OLE color: 9111697.
HSL color Cylindrical-coordinate representation of color #91088B: hue angle of 302.63º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91088B is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 139 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.43 |
| HSL | 302.63º | 0.9% | 0.3% | - |
| HSV(B) | 302.63º | 0.94% | 0.57% | - |
| XYZ | 16.42 | 8.06 | 25.12 | - |
| YUV | 63.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 139 | 0 | 0.94 | 0.04 | 0.43 | 302.63 | 0.9 | 0.3 |
| Hex | 91 | 8 | 8B | 0 | 5E | 4 | 2B | 12F | 5A | 1E |
| Octal | 221 | 10 | 213 | 0 | 136 | 4 | 53 | 457 | 132 | 36 |
| Binary | 10010001 | 1000 | 10001011 | 0 | 1011110 | 100 | 101011 | 100101111 | 1011010 | 11110 |
Color Harmonies of #91088B
Complementary color
Monochromatic Colors of #91088B
Black with #91088B
Text Example
Text Example
White with #91088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91088B; }
p { color: rgb(145,8,139); }
H1.HeaderClassName
{
color: #91088B;
}
.AnyTagClassName
{
color: #91088B;
}
</style>
background-color css
<style>
a { background-color: #91088B; }
a { background-color: rgb(145,8,139); }
div.DivClassName
{
background-color: #91088B;
}
.BgClassName
{
background-color: #91088B;
}
</style>
border-color css
<style>
span { border-color: #91088B; }
span { border-color: rgb(145,8,139); }
td.TdClassName
{
border-color: #91088B;
}
.TagClassName
{
border-color: #91088B;
}
</style>