Html Css Color HEX #9370B9 Purple Mountain's Majesty
📋 copy color: '#9370B9'red 147 ◦ green 112 ◦ blue 185
Shades of Purple Mountain's Majesty #9370B9
Tints of Purple Mountain's Majesty #9370B9
RGB
CMYK
RGB Variations
Color information
#9370B9 (or 0x9370B9) is known color: Purple Mountain's Majesty. HEX triplet: 93, 70 and B9. RGB value is (147,112,185). Sum of RGB (Red+Green+Blue) = 147+112+185=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #9370B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370B9 is #6C8F46. Grayscale: #828282. Windows color (decimal): -7114567 or 12152979. OLE color: 12152979.
HSL color Cylindrical-coordinate representation of color #9370B9: hue angle of 268.77º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9370B9 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 112 | 185 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.27 |
| HSL | 268.77º | 0.34% | 0.58% | - |
| HSV(B) | 268.77º | 0.39% | 0.73% | - |
| XYZ | 26.58 | 21.29 | 48.61 | - |
| YUV | 130.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 185 | 0.21 | 0.39 | 0 | 0.27 | 268.77 | 0.34 | 0.58 |
| Hex | 93 | 70 | B9 | 15 | 27 | 0 | 1B | 10D | 22 | 3A |
| Octal | 223 | 160 | 271 | 25 | 47 | 0 | 33 | 415 | 42 | 72 |
| Binary | 10010011 | 1110000 | 10111001 | 10101 | 100111 | 0 | 11011 | 100001101 | 100010 | 111010 |
Color Harmonies of #9370B9
Complementary color
Monochromatic Colors of #9370B9
Black with #9370B9
Text Example
Text Example
White with #9370B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370B9; }
p { color: rgb(147,112,185); }
H1.HeaderClassName
{
color: #9370B9;
}
.AnyTagClassName
{
color: #9370B9;
}
</style>
background-color css
<style>
a { background-color: #9370B9; }
a { background-color: rgb(147,112,185); }
div.DivClassName
{
background-color: #9370B9;
}
.BgClassName
{
background-color: #9370B9;
}
</style>
border-color css
<style>
span { border-color: #9370B9; }
span { border-color: rgb(147,112,185); }
td.TdClassName
{
border-color: #9370B9;
}
.TagClassName
{
border-color: #9370B9;
}
</style>