Html Css Color HEX #9573BA Purple Mountain's Majesty
📋 copy color: '#9573BA'red 149 ◦ green 115 ◦ blue 186
Shades of Purple Mountain's Majesty #9573BA
Tints of Purple Mountain's Majesty #9573BA
RGB
CMYK
RGB Variations
Color information
#9573BA (or 0x9573BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 73 and BA. RGB value is (149,115,186). Sum of RGB (Red+Green+Blue) = 149+115+186=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9573BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573BA is #6A8C45. Grayscale: #858585. Windows color (decimal): -6982726 or 12219285. OLE color: 12219285.
HSL color Cylindrical-coordinate representation of color #9573BA: hue angle of 268.73º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9573BA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 115 | 186 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.27 |
| HSL | 268.73º | 0.34% | 0.59% | - |
| HSV(B) | 268.73º | 0.38% | 0.73% | - |
| XYZ | 27.39 | 22.2 | 49.3 | - |
| YUV | 133.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 186 | 0.20 | 0.38 | 0 | 0.27 | 268.73 | 0.34 | 0.59 |
| Hex | 95 | 73 | BA | 14 | 26 | 0 | 1B | 10D | 22 | 3B |
| Octal | 225 | 163 | 272 | 24 | 46 | 0 | 33 | 415 | 42 | 73 |
| Binary | 10010101 | 1110011 | 10111010 | 10100 | 100110 | 0 | 11011 | 100001101 | 100010 | 111011 |
Color Harmonies of #9573BA
Complementary color
Monochromatic Colors of #9573BA
Black with #9573BA
Text Example
Text Example
White with #9573BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9573BA; }
p { color: rgb(149,115,186); }
H1.HeaderClassName
{
color: #9573BA;
}
.AnyTagClassName
{
color: #9573BA;
}
</style>
background-color css
<style>
a { background-color: #9573BA; }
a { background-color: rgb(149,115,186); }
div.DivClassName
{
background-color: #9573BA;
}
.BgClassName
{
background-color: #9573BA;
}
</style>
border-color css
<style>
span { border-color: #9573BA; }
span { border-color: rgb(149,115,186); }
td.TdClassName
{
border-color: #9573BA;
}
.TagClassName
{
border-color: #9573BA;
}
</style>