Html Css Color HEX #9472BA Purple Mountain's Majesty
📋 copy color: '#9472BA'red 148 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9472BA
Tints of Purple Mountain's Majesty #9472BA
RGB
CMYK
RGB Variations
Color information
#9472BA (or 0x9472BA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 72 and BA. RGB value is (148,114,186). Sum of RGB (Red+Green+Blue) = 148+114+186=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #9472BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472BA is #6B8D45. Grayscale: #848484. Windows color (decimal): -7048518 or 12219028. OLE color: 12219028.
HSL color Cylindrical-coordinate representation of color #9472BA: hue angle of 268.33º 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 #9472BA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 114 | 186 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.27 |
| HSL | 268.33º | 0.34% | 0.59% | - |
| HSV(B) | 268.33º | 0.39% | 0.73% | - |
| XYZ | 27.09 | 21.88 | 49.25 | - |
| YUV | 132.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 186 | 0.20 | 0.39 | 0 | 0.27 | 268.33 | 0.34 | 0.59 |
| Hex | 94 | 72 | BA | 14 | 27 | 0 | 1B | 10C | 22 | 3B |
| Octal | 224 | 162 | 272 | 24 | 47 | 0 | 33 | 414 | 42 | 73 |
| Binary | 10010100 | 1110010 | 10111010 | 10100 | 100111 | 0 | 11011 | 100001100 | 100010 | 111011 |
Color Harmonies of #9472BA
Complementary color
Monochromatic Colors of #9472BA
Black with #9472BA
Text Example
Text Example
White with #9472BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9472BA; }
p { color: rgb(148,114,186); }
H1.HeaderClassName
{
color: #9472BA;
}
.AnyTagClassName
{
color: #9472BA;
}
</style>
background-color css
<style>
a { background-color: #9472BA; }
a { background-color: rgb(148,114,186); }
div.DivClassName
{
background-color: #9472BA;
}
.BgClassName
{
background-color: #9472BA;
}
</style>
border-color css
<style>
span { border-color: #9472BA; }
span { border-color: rgb(148,114,186); }
td.TdClassName
{
border-color: #9472BA;
}
.TagClassName
{
border-color: #9472BA;
}
</style>