Shades of Dark Magenta #910497
Tints of Dark Magenta #910497
RGB
CMYK
RGB Variations
Color information
#910497 (or 0x910497) is known color: Dark Magenta. HEX triplet: 91, 04 and 97. RGB value is (145,4,151). Sum of RGB (Red+Green+Blue) = 145+4+151=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #910497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910497 is #6EFB68. Grayscale: #3E3E3E. Windows color (decimal): -7273321 or 9897105. OLE color: 9897105.
HSL color Cylindrical-coordinate representation of color #910497: hue angle of 297.55º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910497 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 4 | 151 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.41 |
| HSL | 297.55º | 0.95% | 0.3% | - |
| HSV(B) | 297.55º | 0.97% | 0.59% | - |
| XYZ | 17.31 | 8.34 | 29.98 | - |
| YUV | 62.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 151 | 0.04 | 0.97 | 0 | 0.41 | 297.55 | 0.95 | 0.3 |
| Hex | 91 | 4 | 97 | 4 | 61 | 0 | 29 | 12A | 5F | 1E |
| Octal | 221 | 4 | 227 | 4 | 141 | 0 | 51 | 452 | 137 | 36 |
| Binary | 10010001 | 100 | 10010111 | 100 | 1100001 | 0 | 101001 | 100101010 | 1011111 | 11110 |
Color Harmonies of #910497
Complementary color
Monochromatic Colors of #910497
Black with #910497
Text Example
Text Example
White with #910497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910497; }
p { color: rgb(145,4,151); }
H1.HeaderClassName
{
color: #910497;
}
.AnyTagClassName
{
color: #910497;
}
</style>
background-color css
<style>
a { background-color: #910497; }
a { background-color: rgb(145,4,151); }
div.DivClassName
{
background-color: #910497;
}
.BgClassName
{
background-color: #910497;
}
</style>
border-color css
<style>
span { border-color: #910497; }
span { border-color: rgb(145,4,151); }
td.TdClassName
{
border-color: #910497;
}
.TagClassName
{
border-color: #910497;
}
</style>