Shades of Dark Magenta #910F85
Tints of Dark Magenta #910F85
RGB
CMYK
RGB Variations
Color information
#910F85 (or 0x910F85) is known color: Dark Magenta. HEX triplet: 91, 0F and 85. RGB value is (145,15,133). Sum of RGB (Red+Green+Blue) = 145+15+133=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #910F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F85 is #6EF07A. Grayscale: #424242. Windows color (decimal): -7270523 or 8720273. OLE color: 8720273.
HSL color Cylindrical-coordinate representation of color #910F85: hue angle of 305.54º 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 #910F85 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 133 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.43 |
| HSL | 305.54º | 0.81% | 0.31% | - |
| HSV(B) | 305.54º | 0.9% | 0.57% | - |
| XYZ | 16.08 | 8.05 | 22.9 | - |
| YUV | 67.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 133 | 0 | 0.90 | 0.08 | 0.43 | 305.54 | 0.81 | 0.31 |
| Hex | 91 | F | 85 | 0 | 5A | 8 | 2B | 132 | 51 | 1F |
| Octal | 221 | 17 | 205 | 0 | 132 | 10 | 53 | 462 | 121 | 37 |
| Binary | 10010001 | 1111 | 10000101 | 0 | 1011010 | 1000 | 101011 | 100110010 | 1010001 | 11111 |
Color Harmonies of #910F85
Complementary color
Monochromatic Colors of #910F85
Black with #910F85
Text Example
Text Example
White with #910F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F85; }
p { color: rgb(145,15,133); }
H1.HeaderClassName
{
color: #910F85;
}
.AnyTagClassName
{
color: #910F85;
}
</style>
background-color css
<style>
a { background-color: #910F85; }
a { background-color: rgb(145,15,133); }
div.DivClassName
{
background-color: #910F85;
}
.BgClassName
{
background-color: #910F85;
}
</style>
border-color css
<style>
span { border-color: #910F85; }
span { border-color: rgb(145,15,133); }
td.TdClassName
{
border-color: #910F85;
}
.TagClassName
{
border-color: #910F85;
}
</style>