Html Css Color HEX #9471BA Purple Mountain's Majesty
📋 copy color: '#9471BA'red 148 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #9471BA
Tints of Purple Mountain's Majesty #9471BA
RGB
CMYK
RGB Variations
Color information
#9471BA (or 0x9471BA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 71 and BA. RGB value is (148,113,186). Sum of RGB (Red+Green+Blue) = 148+113+186=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 113 (44.53% from 255 or 25.28% 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 #9471BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471BA is #6B8E45. Grayscale: #838383. Windows color (decimal): -7048774 or 12218772. OLE color: 12218772.
HSL color Cylindrical-coordinate representation of color #9471BA: hue angle of 268.77º 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 #9471BA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 113 | 186 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.27 |
| HSL | 268.77º | 0.35% | 0.59% | - |
| HSV(B) | 268.77º | 0.39% | 0.73% | - |
| XYZ | 26.98 | 21.65 | 49.21 | - |
| YUV | 131.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 186 | 0.20 | 0.39 | 0 | 0.27 | 268.77 | 0.35 | 0.59 |
| Hex | 94 | 71 | BA | 14 | 27 | 0 | 1B | 10D | 23 | 3B |
| Octal | 224 | 161 | 272 | 24 | 47 | 0 | 33 | 415 | 43 | 73 |
| Binary | 10010100 | 1110001 | 10111010 | 10100 | 100111 | 0 | 11011 | 100001101 | 100011 | 111011 |
Color Harmonies of #9471BA
Complementary color
Monochromatic Colors of #9471BA
Black with #9471BA
Text Example
Text Example
White with #9471BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471BA; }
p { color: rgb(148,113,186); }
H1.HeaderClassName
{
color: #9471BA;
}
.AnyTagClassName
{
color: #9471BA;
}
</style>
background-color css
<style>
a { background-color: #9471BA; }
a { background-color: rgb(148,113,186); }
div.DivClassName
{
background-color: #9471BA;
}
.BgClassName
{
background-color: #9471BA;
}
</style>
border-color css
<style>
span { border-color: #9471BA; }
span { border-color: rgb(148,113,186); }
td.TdClassName
{
border-color: #9471BA;
}
.TagClassName
{
border-color: #9471BA;
}
</style>