Shades of Dark Magenta #97018A
Tints of Dark Magenta #97018A
RGB
CMYK
RGB Variations
Color information
#97018A (or 0x97018A) is known color: Dark Magenta. HEX triplet: 97, 01 and 8A. RGB value is (151,1,138). Sum of RGB (Red+Green+Blue) = 151+1+138=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #97018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97018A is #68FE75. Grayscale: #3D3D3D. Windows color (decimal): -6880886 or 9044375. OLE color: 9044375.
HSL color Cylindrical-coordinate representation of color #97018A: hue angle of 305.2º 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 #97018A is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.41 |
| HSL | 305.2º | 0.99% | 0.3% | - |
| HSV(B) | 305.2º | 0.99% | 0.59% | - |
| XYZ | 17.36 | 8.44 | 24.76 | - |
| YUV | 61.47 | 171.2 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 138 | 0 | 0.99 | 0.09 | 0.41 | 305.2 | 0.99 | 0.3 |
| Hex | 97 | 1 | 8A | 0 | 63 | 9 | 29 | 131 | 63 | 1E |
| Octal | 227 | 1 | 212 | 0 | 143 | 11 | 51 | 461 | 143 | 36 |
| Binary | 10010111 | 1 | 10001010 | 0 | 1100011 | 1001 | 101001 | 100110001 | 1100011 | 11110 |
Color Harmonies of #97018A
Complementary color
Monochromatic Colors of #97018A
Black with #97018A
Text Example
Text Example
White with #97018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97018A; }
p { color: rgb(151,1,138); }
H1.HeaderClassName
{
color: #97018A;
}
.AnyTagClassName
{
color: #97018A;
}
</style>
background-color css
<style>
a { background-color: #97018A; }
a { background-color: rgb(151,1,138); }
div.DivClassName
{
background-color: #97018A;
}
.BgClassName
{
background-color: #97018A;
}
</style>
border-color css
<style>
span { border-color: #97018A; }
span { border-color: rgb(151,1,138); }
td.TdClassName
{
border-color: #97018A;
}
.TagClassName
{
border-color: #97018A;
}
</style>