Shades of Dark Magenta #910F84
Tints of Dark Magenta #910F84
RGB
CMYK
RGB Variations
Color information
#910F84 (or 0x910F84) is known color: Dark Magenta. HEX triplet: 91, 0F and 84. RGB value is (145,15,132). Sum of RGB (Red+Green+Blue) = 145+15+132=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #910F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F84 is #6EF07B. Grayscale: #424242. Windows color (decimal): -7270524 or 8654737. OLE color: 8654737.
HSL color Cylindrical-coordinate representation of color #910F84: hue angle of 306º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F84 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 132 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.43 |
| HSL | 306º | 0.81% | 0.31% | - |
| HSV(B) | 306º | 0.9% | 0.57% | - |
| XYZ | 16.01 | 8.03 | 22.54 | - |
| YUV | 67.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 132 | 0 | 0.90 | 0.09 | 0.43 | 306 | 0.81 | 0.31 |
| Hex | 91 | F | 84 | 0 | 5A | 9 | 2B | 132 | 51 | 1F |
| Octal | 221 | 17 | 204 | 0 | 132 | 11 | 53 | 462 | 121 | 37 |
| Binary | 10010001 | 1111 | 10000100 | 0 | 1011010 | 1001 | 101011 | 100110010 | 1010001 | 11111 |
Color Harmonies of #910F84
Complementary color
Monochromatic Colors of #910F84
Black with #910F84
Text Example
Text Example
White with #910F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F84; }
p { color: rgb(145,15,132); }
H1.HeaderClassName
{
color: #910F84;
}
.AnyTagClassName
{
color: #910F84;
}
</style>
background-color css
<style>
a { background-color: #910F84; }
a { background-color: rgb(145,15,132); }
div.DivClassName
{
background-color: #910F84;
}
.BgClassName
{
background-color: #910F84;
}
</style>
border-color css
<style>
span { border-color: #910F84; }
span { border-color: rgb(145,15,132); }
td.TdClassName
{
border-color: #910F84;
}
.TagClassName
{
border-color: #910F84;
}
</style>