Html Css Color HEX #9272BA Purple Mountain's Majesty
📋 copy color: '#9272BA'red 146 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9272BA
Tints of Purple Mountain's Majesty #9272BA
RGB
CMYK
RGB Variations
Color information
#9272BA (or 0x9272BA) is known color: Purple Mountain's Majesty. HEX triplet: 92, 72 and BA. RGB value is (146,114,186). Sum of RGB (Red+Green+Blue) = 146+114+186=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 114 (44.92% from 255 or 25.56% 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 #9272BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272BA is #6D8D45. Grayscale: #838383. Windows color (decimal): -7179590 or 12219026. OLE color: 12219026.
HSL color Cylindrical-coordinate representation of color #9272BA: hue angle of 266.67º 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 #9272BA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 114 | 186 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.27 |
| HSL | 266.67º | 0.34% | 0.59% | - |
| HSV(B) | 266.67º | 0.39% | 0.73% | - |
| XYZ | 26.73 | 21.69 | 49.23 | - |
| YUV | 131.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 186 | 0.22 | 0.39 | 0 | 0.27 | 266.67 | 0.34 | 0.59 |
| Hex | 92 | 72 | BA | 16 | 27 | 0 | 1B | 10B | 22 | 3B |
| Octal | 222 | 162 | 272 | 26 | 47 | 0 | 33 | 413 | 42 | 73 |
| Binary | 10010010 | 1110010 | 10111010 | 10110 | 100111 | 0 | 11011 | 100001011 | 100010 | 111011 |
Color Harmonies of #9272BA
Complementary color
Monochromatic Colors of #9272BA
Black with #9272BA
Text Example
Text Example
White with #9272BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9272BA; }
p { color: rgb(146,114,186); }
H1.HeaderClassName
{
color: #9272BA;
}
.AnyTagClassName
{
color: #9272BA;
}
</style>
background-color css
<style>
a { background-color: #9272BA; }
a { background-color: rgb(146,114,186); }
div.DivClassName
{
background-color: #9272BA;
}
.BgClassName
{
background-color: #9272BA;
}
</style>
border-color css
<style>
span { border-color: #9272BA; }
span { border-color: rgb(146,114,186); }
td.TdClassName
{
border-color: #9272BA;
}
.TagClassName
{
border-color: #9272BA;
}
</style>