Html Css Color HEX #9973BA Purple Mountain's Majesty
📋 copy color: '#9973BA'red 153 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #9973BA
Tints of Purple Mountain's Majesty #9973BA
RGB
CMYK
RGB Variations
Color information
#9973BA (or 0x9973BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 73 and BA. RGB value is (153,115,186). Sum of RGB (Red+Green+Blue) = 153+115+186=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9973BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9973BA is #668C45. Grayscale: #868686. Windows color (decimal): -6720582 or 12219289. OLE color: 12219289.
HSL color Cylindrical-coordinate representation of color #9973BA: hue angle of 272.11º 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 #9973BA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 115 | 186 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.27 |
| HSL | 272.11º | 0.34% | 0.59% | - |
| HSV(B) | 272.11º | 0.38% | 0.73% | - |
| XYZ | 28.13 | 22.58 | 49.33 | - |
| YUV | 134.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 186 | 0.18 | 0.38 | 0 | 0.27 | 272.11 | 0.34 | 0.59 |
| Hex | 99 | 73 | BA | 12 | 26 | 0 | 1B | 110 | 22 | 3B |
| Octal | 231 | 163 | 272 | 22 | 46 | 0 | 33 | 420 | 42 | 73 |
| Binary | 10011001 | 1110011 | 10111010 | 10010 | 100110 | 0 | 11011 | 100010000 | 100010 | 111011 |
Color Harmonies of #9973BA
Complementary color
Monochromatic Colors of #9973BA
Black with #9973BA
Text Example
Text Example
White with #9973BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9973BA; }
p { color: rgb(153,115,186); }
H1.HeaderClassName
{
color: #9973BA;
}
.AnyTagClassName
{
color: #9973BA;
}
</style>
background-color css
<style>
a { background-color: #9973BA; }
a { background-color: rgb(153,115,186); }
div.DivClassName
{
background-color: #9973BA;
}
.BgClassName
{
background-color: #9973BA;
}
</style>
border-color css
<style>
span { border-color: #9973BA; }
span { border-color: rgb(153,115,186); }
td.TdClassName
{
border-color: #9973BA;
}
.TagClassName
{
border-color: #9973BA;
}
</style>