Shades of Dark Magenta #910F90
Tints of Dark Magenta #910F90
RGB
CMYK
RGB Variations
Color information
#910F90 (or 0x910F90) is known color: Dark Magenta. HEX triplet: 91, 0F and 90. RGB value is (145,15,144). Sum of RGB (Red+Green+Blue) = 145+15+144=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #910F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910F90 is #6EF06F. Grayscale: #444444. Windows color (decimal): -7270512 or 9441169. OLE color: 9441169.
HSL color Cylindrical-coordinate representation of color #910F90: hue angle of 300.46º 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 #910F90 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 144 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.43 |
| HSL | 300.46º | 0.81% | 0.31% | - |
| HSV(B) | 300.46º | 0.9% | 0.57% | - |
| XYZ | 16.88 | 8.38 | 27.11 | - |
| YUV | 68.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 144 | 0 | 0.90 | 0.01 | 0.43 | 300.46 | 0.81 | 0.31 |
| Hex | 91 | F | 90 | 0 | 5A | 1 | 2B | 12C | 51 | 1F |
| Octal | 221 | 17 | 220 | 0 | 132 | 1 | 53 | 454 | 121 | 37 |
| Binary | 10010001 | 1111 | 10010000 | 0 | 1011010 | 1 | 101011 | 100101100 | 1010001 | 11111 |
Color Harmonies of #910F90
Complementary color
Monochromatic Colors of #910F90
Black with #910F90
Text Example
Text Example
White with #910F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F90; }
p { color: rgb(145,15,144); }
H1.HeaderClassName
{
color: #910F90;
}
.AnyTagClassName
{
color: #910F90;
}
</style>
background-color css
<style>
a { background-color: #910F90; }
a { background-color: rgb(145,15,144); }
div.DivClassName
{
background-color: #910F90;
}
.BgClassName
{
background-color: #910F90;
}
</style>
border-color css
<style>
span { border-color: #910F90; }
span { border-color: rgb(145,15,144); }
td.TdClassName
{
border-color: #910F90;
}
.TagClassName
{
border-color: #910F90;
}
</style>