Html Css Color HEX #9370BA Purple Mountain's Majesty
📋 copy color: '#9370BA'red 147 ◦ green 112 ◦ blue 186
Shades of Purple Mountain's Majesty #9370BA
Tints of Purple Mountain's Majesty #9370BA
RGB
CMYK
RGB Variations
Color information
#9370BA (or 0x9370BA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 70 and BA. RGB value is (147,112,186). Sum of RGB (Red+Green+Blue) = 147+112+186=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #9370BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BA is #6C8F45. Grayscale: #828282. Windows color (decimal): -7114566 or 12218515. OLE color: 12218515.
HSL color Cylindrical-coordinate representation of color #9370BA: hue angle of 268.38º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9370BA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 112 | 186 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.27 |
| HSL | 268.38º | 0.35% | 0.58% | - |
| HSV(B) | 268.38º | 0.4% | 0.73% | - |
| XYZ | 26.69 | 21.34 | 49.17 | - |
| YUV | 130.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 186 | 0.21 | 0.40 | 0 | 0.27 | 268.38 | 0.35 | 0.58 |
| Hex | 93 | 70 | BA | 15 | 28 | 0 | 1B | 10C | 23 | 3A |
| Octal | 223 | 160 | 272 | 25 | 50 | 0 | 33 | 414 | 43 | 72 |
| Binary | 10010011 | 1110000 | 10111010 | 10101 | 101000 | 0 | 11011 | 100001100 | 100011 | 111010 |
Color Harmonies of #9370BA
Complementary color
Monochromatic Colors of #9370BA
Black with #9370BA
Text Example
Text Example
White with #9370BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370BA; }
p { color: rgb(147,112,186); }
H1.HeaderClassName
{
color: #9370BA;
}
.AnyTagClassName
{
color: #9370BA;
}
</style>
background-color css
<style>
a { background-color: #9370BA; }
a { background-color: rgb(147,112,186); }
div.DivClassName
{
background-color: #9370BA;
}
.BgClassName
{
background-color: #9370BA;
}
</style>
border-color css
<style>
span { border-color: #9370BA; }
span { border-color: rgb(147,112,186); }
td.TdClassName
{
border-color: #9370BA;
}
.TagClassName
{
border-color: #9370BA;
}
</style>