Shades of Dark Magenta #910790
Tints of Dark Magenta #910790
RGB
CMYK
RGB Variations
Color information
#910790 (or 0x910790) is known color: Dark Magenta. HEX triplet: 91, 07 and 90. RGB value is (145,7,144). Sum of RGB (Red+Green+Blue) = 145+7+144=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #910790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910790 is #6EF86F. Grayscale: #3F3F3F. Windows color (decimal): -7272560 or 9439121. OLE color: 9439121.
HSL color Cylindrical-coordinate representation of color #910790: hue angle of 300.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910790 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 144 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.43 |
| HSL | 300.43º | 0.91% | 0.3% | - |
| HSV(B) | 300.43º | 0.95% | 0.57% | - |
| XYZ | 16.79 | 8.19 | 27.08 | - |
| YUV | 63.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 144 | 0 | 0.95 | 0.01 | 0.43 | 300.43 | 0.91 | 0.3 |
| Hex | 91 | 7 | 90 | 0 | 5F | 1 | 2B | 12C | 5B | 1E |
| Octal | 221 | 7 | 220 | 0 | 137 | 1 | 53 | 454 | 133 | 36 |
| Binary | 10010001 | 111 | 10010000 | 0 | 1011111 | 1 | 101011 | 100101100 | 1011011 | 11110 |
Color Harmonies of #910790
Complementary color
Monochromatic Colors of #910790
Black with #910790
Text Example
Text Example
White with #910790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910790; }
p { color: rgb(145,7,144); }
H1.HeaderClassName
{
color: #910790;
}
.AnyTagClassName
{
color: #910790;
}
</style>
background-color css
<style>
a { background-color: #910790; }
a { background-color: rgb(145,7,144); }
div.DivClassName
{
background-color: #910790;
}
.BgClassName
{
background-color: #910790;
}
</style>
border-color css
<style>
span { border-color: #910790; }
span { border-color: rgb(145,7,144); }
td.TdClassName
{
border-color: #910790;
}
.TagClassName
{
border-color: #910790;
}
</style>