Html Css Color HEX #9372BA Purple Mountain's Majesty
📋 copy color: '#9372BA'red 147 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9372BA
Tints of Purple Mountain's Majesty #9372BA
RGB
CMYK
RGB Variations
Color information
#9372BA (or 0x9372BA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 72 and BA. RGB value is (147,114,186). Sum of RGB (Red+Green+Blue) = 147+114+186=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9372BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372BA is #6C8D45. Grayscale: #838383. Windows color (decimal): -7114054 or 12219027. OLE color: 12219027.
HSL color Cylindrical-coordinate representation of color #9372BA: hue angle of 267.5º degrees, saturation: 0.34, 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 #9372BA is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 114 | 186 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.27 |
| HSL | 267.5º | 0.34% | 0.59% | - |
| HSV(B) | 267.5º | 0.39% | 0.73% | - |
| XYZ | 26.91 | 21.78 | 49.24 | - |
| YUV | 132.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 114 | 186 | 0.21 | 0.39 | 0 | 0.27 | 267.5 | 0.34 | 0.59 |
| Hex | 93 | 72 | BA | 15 | 27 | 0 | 1B | 10C | 22 | 3B |
| Octal | 223 | 162 | 272 | 25 | 47 | 0 | 33 | 414 | 42 | 73 |
| Binary | 10010011 | 1110010 | 10111010 | 10101 | 100111 | 0 | 11011 | 100001100 | 100010 | 111011 |
Color Harmonies of #9372BA
Complementary color
Monochromatic Colors of #9372BA
Black with #9372BA
Text Example
Text Example
White with #9372BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9372BA; }
p { color: rgb(147,114,186); }
H1.HeaderClassName
{
color: #9372BA;
}
.AnyTagClassName
{
color: #9372BA;
}
</style>
background-color css
<style>
a { background-color: #9372BA; }
a { background-color: rgb(147,114,186); }
div.DivClassName
{
background-color: #9372BA;
}
.BgClassName
{
background-color: #9372BA;
}
</style>
border-color css
<style>
span { border-color: #9372BA; }
span { border-color: rgb(147,114,186); }
td.TdClassName
{
border-color: #9372BA;
}
.TagClassName
{
border-color: #9372BA;
}
</style>