Html Css Color HEX #9971BA Purple Mountain's Majesty
📋 copy color: '#9971BA'red 153 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #9971BA
Tints of Purple Mountain's Majesty #9971BA
RGB
CMYK
RGB Variations
Color information
#9971BA (or 0x9971BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 71 and BA. RGB value is (153,113,186). Sum of RGB (Red+Green+Blue) = 153+113+186=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9971BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971BA is #668E45. Grayscale: #858585. Windows color (decimal): -6721094 or 12218777. OLE color: 12218777.
HSL color Cylindrical-coordinate representation of color #9971BA: hue angle of 272.88º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9971BA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 113 | 186 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.27 |
| HSL | 272.88º | 0.35% | 0.59% | - |
| HSV(B) | 272.88º | 0.39% | 0.73% | - |
| XYZ | 27.9 | 22.13 | 49.25 | - |
| YUV | 133.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 186 | 0.18 | 0.39 | 0 | 0.27 | 272.88 | 0.35 | 0.59 |
| Hex | 99 | 71 | BA | 12 | 27 | 0 | 1B | 111 | 23 | 3B |
| Octal | 231 | 161 | 272 | 22 | 47 | 0 | 33 | 421 | 43 | 73 |
| Binary | 10011001 | 1110001 | 10111010 | 10010 | 100111 | 0 | 11011 | 100010001 | 100011 | 111011 |
Color Harmonies of #9971BA
Complementary color
Monochromatic Colors of #9971BA
Black with #9971BA
Text Example
Text Example
White with #9971BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971BA; }
p { color: rgb(153,113,186); }
H1.HeaderClassName
{
color: #9971BA;
}
.AnyTagClassName
{
color: #9971BA;
}
</style>
background-color css
<style>
a { background-color: #9971BA; }
a { background-color: rgb(153,113,186); }
div.DivClassName
{
background-color: #9971BA;
}
.BgClassName
{
background-color: #9971BA;
}
</style>
border-color css
<style>
span { border-color: #9971BA; }
span { border-color: rgb(153,113,186); }
td.TdClassName
{
border-color: #9971BA;
}
.TagClassName
{
border-color: #9971BA;
}
</style>