Html Css Color HEX #9974BA Purple Mountain's Majesty
📋 copy color: '#9974BA'red 153 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #9974BA
Tints of Purple Mountain's Majesty #9974BA
RGB
CMYK
RGB Variations
Color information
#9974BA (or 0x9974BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 74 and BA. RGB value is (153,116,186). Sum of RGB (Red+Green+Blue) = 153+116+186=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9974BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974BA is #668B45. Grayscale: #868686. Windows color (decimal): -6720326 or 12219545. OLE color: 12219545.
HSL color Cylindrical-coordinate representation of color #9974BA: hue angle of 271.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9974BA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 116 | 186 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.27 |
| HSL | 271.71º | 0.34% | 0.59% | - |
| HSV(B) | 271.71º | 0.38% | 0.73% | - |
| XYZ | 28.25 | 22.81 | 49.37 | - |
| YUV | 135.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 186 | 0.18 | 0.38 | 0 | 0.27 | 271.71 | 0.34 | 0.59 |
| Hex | 99 | 74 | BA | 12 | 26 | 0 | 1B | 110 | 22 | 3B |
| Octal | 231 | 164 | 272 | 22 | 46 | 0 | 33 | 420 | 42 | 73 |
| Binary | 10011001 | 1110100 | 10111010 | 10010 | 100110 | 0 | 11011 | 100010000 | 100010 | 111011 |
Color Harmonies of #9974BA
Complementary color
Monochromatic Colors of #9974BA
Black with #9974BA
Text Example
Text Example
White with #9974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9974BA; }
p { color: rgb(153,116,186); }
H1.HeaderClassName
{
color: #9974BA;
}
.AnyTagClassName
{
color: #9974BA;
}
</style>
background-color css
<style>
a { background-color: #9974BA; }
a { background-color: rgb(153,116,186); }
div.DivClassName
{
background-color: #9974BA;
}
.BgClassName
{
background-color: #9974BA;
}
</style>
border-color css
<style>
span { border-color: #9974BA; }
span { border-color: rgb(153,116,186); }
td.TdClassName
{
border-color: #9974BA;
}
.TagClassName
{
border-color: #9974BA;
}
</style>