Shades of Dark Magenta #971A9B
Tints of Dark Magenta #971A9B
RGB
CMYK
RGB Variations
Color information
#971A9B (or 0x971A9B) is known color: Dark Magenta. HEX triplet: 97, 1A and 9B. RGB value is (151,26,155). Sum of RGB (Red+Green+Blue) = 151+26+155=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #971A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971A9B is #68E564. Grayscale: #4D4D4D. Windows color (decimal): -6874469 or 10164887. OLE color: 10164887.
HSL color Cylindrical-coordinate representation of color #971A9B: hue angle of 298.14º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971A9B is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 26 | 155 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.39 |
| HSL | 298.14º | 0.71% | 0.35% | - |
| HSV(B) | 298.14º | 0.83% | 0.61% | - |
| XYZ | 19.05 | 9.68 | 31.88 | - |
| YUV | 78.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 155 | 0.03 | 0.83 | 0 | 0.39 | 298.14 | 0.71 | 0.35 |
| Hex | 97 | 1A | 9B | 3 | 53 | 0 | 27 | 12A | 47 | 23 |
| Octal | 227 | 32 | 233 | 3 | 123 | 0 | 47 | 452 | 107 | 43 |
| Binary | 10010111 | 11010 | 10011011 | 11 | 1010011 | 0 | 100111 | 100101010 | 1000111 | 100011 |
Color Harmonies of #971A9B
Complementary color
Monochromatic Colors of #971A9B
Black with #971A9B
Text Example
Text Example
White with #971A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971A9B; }
p { color: rgb(151,26,155); }
H1.HeaderClassName
{
color: #971A9B;
}
.AnyTagClassName
{
color: #971A9B;
}
</style>
background-color css
<style>
a { background-color: #971A9B; }
a { background-color: rgb(151,26,155); }
div.DivClassName
{
background-color: #971A9B;
}
.BgClassName
{
background-color: #971A9B;
}
</style>
border-color css
<style>
span { border-color: #971A9B; }
span { border-color: rgb(151,26,155); }
td.TdClassName
{
border-color: #971A9B;
}
.TagClassName
{
border-color: #971A9B;
}
</style>