Shades of Dark Magenta #910793
Tints of Dark Magenta #910793
RGB
CMYK
RGB Variations
Color information
#910793 (or 0x910793) is known color: Dark Magenta. HEX triplet: 91, 07 and 93. RGB value is (145,7,147). Sum of RGB (Red+Green+Blue) = 145+7+147=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #910793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910793 is #6EF86C. Grayscale: #3F3F3F. Windows color (decimal): -7272557 or 9635729. OLE color: 9635729.
HSL color Cylindrical-coordinate representation of color #910793: hue angle of 299.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910793 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 7 | 147 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.42 |
| HSL | 299.14º | 0.91% | 0.3% | - |
| HSV(B) | 299.14º | 0.95% | 0.58% | - |
| XYZ | 17.02 | 8.28 | 28.3 | - |
| YUV | 64.22 | 174.72 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 147 | 0.01 | 0.95 | 0 | 0.42 | 299.14 | 0.91 | 0.3 |
| Hex | 91 | 7 | 93 | 1 | 5F | 0 | 2A | 12B | 5B | 1E |
| Octal | 221 | 7 | 223 | 1 | 137 | 0 | 52 | 453 | 133 | 36 |
| Binary | 10010001 | 111 | 10010011 | 1 | 1011111 | 0 | 101010 | 100101011 | 1011011 | 11110 |
Color Harmonies of #910793
Complementary color
Monochromatic Colors of #910793
Black with #910793
Text Example
Text Example
White with #910793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910793; }
p { color: rgb(145,7,147); }
H1.HeaderClassName
{
color: #910793;
}
.AnyTagClassName
{
color: #910793;
}
</style>
background-color css
<style>
a { background-color: #910793; }
a { background-color: rgb(145,7,147); }
div.DivClassName
{
background-color: #910793;
}
.BgClassName
{
background-color: #910793;
}
</style>
border-color css
<style>
span { border-color: #910793; }
span { border-color: rgb(145,7,147); }
td.TdClassName
{
border-color: #910793;
}
.TagClassName
{
border-color: #910793;
}
</style>