Html Css Color HEX #9473BA Purple Mountain's Majesty
📋 copy color: '#9473BA'red 148 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #9473BA
Tints of Purple Mountain's Majesty #9473BA
RGB
CMYK
RGB Variations
Color information
#9473BA (or 0x9473BA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 73 and BA. RGB value is (148,115,186). Sum of RGB (Red+Green+Blue) = 148+115+186=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9473BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473BA is #6B8C45. Grayscale: #848484. Windows color (decimal): -7048262 or 12219284. OLE color: 12219284.
HSL color Cylindrical-coordinate representation of color #9473BA: hue angle of 267.89º 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 #9473BA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 115 | 186 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.27 |
| HSL | 267.89º | 0.34% | 0.59% | - |
| HSV(B) | 267.89º | 0.38% | 0.73% | - |
| XYZ | 27.21 | 22.1 | 49.29 | - |
| YUV | 132.96 | 157.93 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 186 | 0.20 | 0.38 | 0 | 0.27 | 267.89 | 0.34 | 0.59 |
| Hex | 94 | 73 | BA | 14 | 26 | 0 | 1B | 10C | 22 | 3B |
| Octal | 224 | 163 | 272 | 24 | 46 | 0 | 33 | 414 | 42 | 73 |
| Binary | 10010100 | 1110011 | 10111010 | 10100 | 100110 | 0 | 11011 | 100001100 | 100010 | 111011 |
Color Harmonies of #9473BA
Complementary color
Monochromatic Colors of #9473BA
Black with #9473BA
Text Example
Text Example
White with #9473BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9473BA; }
p { color: rgb(148,115,186); }
H1.HeaderClassName
{
color: #9473BA;
}
.AnyTagClassName
{
color: #9473BA;
}
</style>
background-color css
<style>
a { background-color: #9473BA; }
a { background-color: rgb(148,115,186); }
div.DivClassName
{
background-color: #9473BA;
}
.BgClassName
{
background-color: #9473BA;
}
</style>
border-color css
<style>
span { border-color: #9473BA; }
span { border-color: rgb(148,115,186); }
td.TdClassName
{
border-color: #9473BA;
}
.TagClassName
{
border-color: #9473BA;
}
</style>