Html Css Color HEX #9371BA Purple Mountain's Majesty
📋 copy color: '#9371BA'red 147 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #9371BA
Tints of Purple Mountain's Majesty #9371BA
RGB
CMYK
RGB Variations
Color information
#9371BA (or 0x9371BA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 71 and BA. RGB value is (147,113,186). Sum of RGB (Red+Green+Blue) = 147+113+186=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9371BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371BA is #6C8E45. Grayscale: #838383. Windows color (decimal): -7114310 or 12218771. OLE color: 12218771.
HSL color Cylindrical-coordinate representation of color #9371BA: hue angle of 267.95º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9371BA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 113 | 186 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.27 |
| HSL | 267.95º | 0.35% | 0.59% | - |
| HSV(B) | 267.95º | 0.39% | 0.73% | - |
| XYZ | 26.8 | 21.56 | 49.2 | - |
| YUV | 131.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 186 | 0.21 | 0.39 | 0 | 0.27 | 267.95 | 0.35 | 0.59 |
| Hex | 93 | 71 | BA | 15 | 27 | 0 | 1B | 10C | 23 | 3B |
| Octal | 223 | 161 | 272 | 25 | 47 | 0 | 33 | 414 | 43 | 73 |
| Binary | 10010011 | 1110001 | 10111010 | 10101 | 100111 | 0 | 11011 | 100001100 | 100011 | 111011 |
Color Harmonies of #9371BA
Complementary color
Monochromatic Colors of #9371BA
Black with #9371BA
Text Example
Text Example
White with #9371BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9371BA; }
p { color: rgb(147,113,186); }
H1.HeaderClassName
{
color: #9371BA;
}
.AnyTagClassName
{
color: #9371BA;
}
</style>
background-color css
<style>
a { background-color: #9371BA; }
a { background-color: rgb(147,113,186); }
div.DivClassName
{
background-color: #9371BA;
}
.BgClassName
{
background-color: #9371BA;
}
</style>
border-color css
<style>
span { border-color: #9371BA; }
span { border-color: rgb(147,113,186); }
td.TdClassName
{
border-color: #9371BA;
}
.TagClassName
{
border-color: #9371BA;
}
</style>