Shades of Dark Magenta #97109A
Tints of Dark Magenta #97109A
RGB
CMYK
RGB Variations
Color information
#97109A (or 0x97109A) is known color: Dark Magenta. HEX triplet: 97, 10 and 9A. RGB value is (151,16,154). Sum of RGB (Red+Green+Blue) = 151+16+154=321 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.04% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #97109A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97109A is #68EF65. Grayscale: #474747. Windows color (decimal): -6877030 or 10096791. OLE color: 10096791.
HSL color Cylindrical-coordinate representation of color #97109A: hue angle of 298.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97109A is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 16 | 154 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.40 |
| HSL | 298.7º | 0.81% | 0.33% | - |
| HSV(B) | 298.7º | 0.9% | 0.6% | - |
| XYZ | 18.78 | 9.28 | 31.37 | - |
| YUV | 72.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 154 | 0.02 | 0.90 | 0 | 0.40 | 298.7 | 0.81 | 0.33 |
| Hex | 97 | 10 | 9A | 2 | 5A | 0 | 28 | 12B | 51 | 21 |
| Octal | 227 | 20 | 232 | 2 | 132 | 0 | 50 | 453 | 121 | 41 |
| Binary | 10010111 | 10000 | 10011010 | 10 | 1011010 | 0 | 101000 | 100101011 | 1010001 | 100001 |
Color Harmonies of #97109A
Complementary color
Monochromatic Colors of #97109A
Black with #97109A
Text Example
Text Example
White with #97109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97109A; }
p { color: rgb(151,16,154); }
H1.HeaderClassName
{
color: #97109A;
}
.AnyTagClassName
{
color: #97109A;
}
</style>
background-color css
<style>
a { background-color: #97109A; }
a { background-color: rgb(151,16,154); }
div.DivClassName
{
background-color: #97109A;
}
.BgClassName
{
background-color: #97109A;
}
</style>
border-color css
<style>
span { border-color: #97109A; }
span { border-color: rgb(151,16,154); }
td.TdClassName
{
border-color: #97109A;
}
.TagClassName
{
border-color: #97109A;
}
</style>