Shades of Dark Magenta #910F94
Tints of Dark Magenta #910F94
RGB
CMYK
RGB Variations
Color information
#910F94 (or 0x910F94) is known color: Dark Magenta. HEX triplet: 91, 0F and 94. RGB value is (145,15,148). Sum of RGB (Red+Green+Blue) = 145+15+148=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #910F94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F94 is #6EF06B. Grayscale: #444444. Windows color (decimal): -7270508 or 9703313. OLE color: 9703313.
HSL color Cylindrical-coordinate representation of color #910F94: hue angle of 298.65º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F94 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 15 | 148 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.42 |
| HSL | 298.65º | 0.82% | 0.32% | - |
| HSV(B) | 298.65º | 0.9% | 0.58% | - |
| XYZ | 17.19 | 8.5 | 28.75 | - |
| YUV | 69.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 148 | 0.02 | 0.90 | 0 | 0.42 | 298.65 | 0.82 | 0.32 |
| Hex | 91 | F | 94 | 2 | 5A | 0 | 2A | 12B | 52 | 20 |
| Octal | 221 | 17 | 224 | 2 | 132 | 0 | 52 | 453 | 122 | 40 |
| Binary | 10010001 | 1111 | 10010100 | 10 | 1011010 | 0 | 101010 | 100101011 | 1010010 | 100000 |
Color Harmonies of #910F94
Complementary color
Monochromatic Colors of #910F94
Black with #910F94
Text Example
Text Example
White with #910F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F94; }
p { color: rgb(145,15,148); }
H1.HeaderClassName
{
color: #910F94;
}
.AnyTagClassName
{
color: #910F94;
}
</style>
background-color css
<style>
a { background-color: #910F94; }
a { background-color: rgb(145,15,148); }
div.DivClassName
{
background-color: #910F94;
}
.BgClassName
{
background-color: #910F94;
}
</style>
border-color css
<style>
span { border-color: #910F94; }
span { border-color: rgb(145,15,148); }
td.TdClassName
{
border-color: #910F94;
}
.TagClassName
{
border-color: #910F94;
}
</style>