Shades of Dark Magenta #910699
Tints of Dark Magenta #910699
RGB
CMYK
RGB Variations
Color information
#910699 (or 0x910699) is known color: Dark Magenta. HEX triplet: 91, 06 and 99. RGB value is (145,6,153). Sum of RGB (Red+Green+Blue) = 145+6+153=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #910699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910699 is #6EF966. Grayscale: #3F3F3F. Windows color (decimal): -7272807 or 10028689. OLE color: 10028689.
HSL color Cylindrical-coordinate representation of color #910699: hue angle of 296.73º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #910699 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 6 | 153 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.4 |
| HSL | 296.73º | 0.92% | 0.31% | - |
| HSV(B) | 296.73º | 0.96% | 0.6% | - |
| XYZ | 17.49 | 8.45 | 30.85 | - |
| YUV | 64.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 153 | 0.05 | 0.96 | 0 | 0.4 | 296.73 | 0.92 | 0.31 |
| Hex | 91 | 6 | 99 | 5 | 60 | 0 | 28 | 129 | 5C | 1F |
| Octal | 221 | 6 | 231 | 5 | 140 | 0 | 50 | 451 | 134 | 37 |
| Binary | 10010001 | 110 | 10011001 | 101 | 1100000 | 0 | 101000 | 100101001 | 1011100 | 11111 |
Color Harmonies of #910699
Complementary color
Monochromatic Colors of #910699
Black with #910699
Text Example
Text Example
White with #910699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910699; }
p { color: rgb(145,6,153); }
H1.HeaderClassName
{
color: #910699;
}
.AnyTagClassName
{
color: #910699;
}
</style>
background-color css
<style>
a { background-color: #910699; }
a { background-color: rgb(145,6,153); }
div.DivClassName
{
background-color: #910699;
}
.BgClassName
{
background-color: #910699;
}
</style>
border-color css
<style>
span { border-color: #910699; }
span { border-color: rgb(145,6,153); }
td.TdClassName
{
border-color: #910699;
}
.TagClassName
{
border-color: #910699;
}
</style>