Shades of Dark Magenta #91038F
Tints of Dark Magenta #91038F
RGB
CMYK
RGB Variations
Color information
#91038F (or 0x91038F) is known color: Dark Magenta. HEX triplet: 91, 03 and 8F. RGB value is (145,3,143). Sum of RGB (Red+Green+Blue) = 145+3+143=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #91038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91038F is #6EFC70. Grayscale: #3D3D3D. Windows color (decimal): -7273585 or 9372561. OLE color: 9372561.
HSL color Cylindrical-coordinate representation of color #91038F: hue angle of 300.85º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #91038F is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.43 |
| HSL | 300.85º | 0.96% | 0.29% | - |
| HSV(B) | 300.85º | 0.98% | 0.57% | - |
| XYZ | 16.67 | 8.07 | 26.67 | - |
| YUV | 61.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 3 | 143 | 0 | 0.98 | 0.01 | 0.43 | 300.85 | 0.96 | 0.29 |
| Hex | 91 | 3 | 8F | 0 | 62 | 1 | 2B | 12D | 60 | 1D |
| Octal | 221 | 3 | 217 | 0 | 142 | 1 | 53 | 455 | 140 | 35 |
| Binary | 10010001 | 11 | 10001111 | 0 | 1100010 | 1 | 101011 | 100101101 | 1100000 | 11101 |
Color Harmonies of #91038F
Complementary color
Monochromatic Colors of #91038F
Black with #91038F
Text Example
Text Example
White with #91038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91038F; }
p { color: rgb(145,3,143); }
H1.HeaderClassName
{
color: #91038F;
}
.AnyTagClassName
{
color: #91038F;
}
</style>
background-color css
<style>
a { background-color: #91038F; }
a { background-color: rgb(145,3,143); }
div.DivClassName
{
background-color: #91038F;
}
.BgClassName
{
background-color: #91038F;
}
</style>
border-color css
<style>
span { border-color: #91038F; }
span { border-color: rgb(145,3,143); }
td.TdClassName
{
border-color: #91038F;
}
.TagClassName
{
border-color: #91038F;
}
</style>