Shades of Dark Magenta #97017C
Tints of Dark Magenta #97017C
RGB
CMYK
RGB Variations
Color information
#97017C (or 0x97017C) is known color: Dark Magenta. HEX triplet: 97, 01 and 7C. RGB value is (151,1,124). Sum of RGB (Red+Green+Blue) = 151+1+124=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #97017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97017C is #68FE83. Grayscale: #3B3B3B. Windows color (decimal): -6880900 or 8126871. OLE color: 8126871.
HSL color Cylindrical-coordinate representation of color #97017C: hue angle of 310.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97017C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.41 |
| HSL | 310.8º | 0.99% | 0.3% | - |
| HSV(B) | 310.8º | 0.99% | 0.59% | - |
| XYZ | 16.41 | 8.06 | 19.76 | - |
| YUV | 59.87 | 164.2 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 124 | 0 | 0.99 | 0.18 | 0.41 | 310.8 | 0.99 | 0.3 |
| Hex | 97 | 1 | 7C | 0 | 63 | 12 | 29 | 137 | 63 | 1E |
| Octal | 227 | 1 | 174 | 0 | 143 | 22 | 51 | 467 | 143 | 36 |
| Binary | 10010111 | 1 | 1111100 | 0 | 1100011 | 10010 | 101001 | 100110111 | 1100011 | 11110 |
Color Harmonies of #97017C
Complementary color
Monochromatic Colors of #97017C
Black with #97017C
Text Example
Text Example
White with #97017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97017C; }
p { color: rgb(151,1,124); }
H1.HeaderClassName
{
color: #97017C;
}
.AnyTagClassName
{
color: #97017C;
}
</style>
background-color css
<style>
a { background-color: #97017C; }
a { background-color: rgb(151,1,124); }
div.DivClassName
{
background-color: #97017C;
}
.BgClassName
{
background-color: #97017C;
}
</style>
border-color css
<style>
span { border-color: #97017C; }
span { border-color: rgb(151,1,124); }
td.TdClassName
{
border-color: #97017C;
}
.TagClassName
{
border-color: #97017C;
}
</style>