Shades of Dark Magenta #97027C
Tints of Dark Magenta #97027C
RGB
CMYK
RGB Variations
Color information
#97027C (or 0x97027C) is known color: Dark Magenta. HEX triplet: 97, 02 and 7C. RGB value is (151,2,124). Sum of RGB (Red+Green+Blue) = 151+2+124=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97027C is #68FD83. Grayscale: #3C3C3C. Windows color (decimal): -6880644 or 8127127. OLE color: 8127127.
HSL color Cylindrical-coordinate representation of color #97027C: hue angle of 310.87º degrees, saturation: 0.97, 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 #97027C is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.41 |
| HSL | 310.87º | 0.97% | 0.3% | - |
| HSV(B) | 310.87º | 0.99% | 0.59% | - |
| XYZ | 16.42 | 8.08 | 19.76 | - |
| YUV | 60.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 124 | 0 | 0.99 | 0.18 | 0.41 | 310.87 | 0.97 | 0.3 |
| Hex | 97 | 2 | 7C | 0 | 63 | 12 | 29 | 137 | 61 | 1E |
| Octal | 227 | 2 | 174 | 0 | 143 | 22 | 51 | 467 | 141 | 36 |
| Binary | 10010111 | 10 | 1111100 | 0 | 1100011 | 10010 | 101001 | 100110111 | 1100001 | 11110 |
Color Harmonies of #97027C
Complementary color
Monochromatic Colors of #97027C
Black with #97027C
Text Example
Text Example
White with #97027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97027C; }
p { color: rgb(151,2,124); }
H1.HeaderClassName
{
color: #97027C;
}
.AnyTagClassName
{
color: #97027C;
}
</style>
background-color css
<style>
a { background-color: #97027C; }
a { background-color: rgb(151,2,124); }
div.DivClassName
{
background-color: #97027C;
}
.BgClassName
{
background-color: #97027C;
}
</style>
border-color css
<style>
span { border-color: #97027C; }
span { border-color: rgb(151,2,124); }
td.TdClassName
{
border-color: #97027C;
}
.TagClassName
{
border-color: #97027C;
}
</style>