Html Css Color HEX #9572BA Purple Mountain's Majesty
📋 copy color: '#9572BA'red 149 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9572BA
Tints of Purple Mountain's Majesty #9572BA
RGB
CMYK
RGB Variations
Color information
#9572BA (or 0x9572BA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 72 and BA. RGB value is (149,114,186). Sum of RGB (Red+Green+Blue) = 149+114+186=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9572BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572BA is #6A8D45. Grayscale: #848484. Windows color (decimal): -6982982 or 12219029. OLE color: 12219029.
HSL color Cylindrical-coordinate representation of color #9572BA: hue angle of 269.17º 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 #9572BA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 114 | 186 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.27 |
| HSL | 269.17º | 0.34% | 0.59% | - |
| HSV(B) | 269.17º | 0.39% | 0.73% | - |
| XYZ | 27.27 | 21.97 | 49.26 | - |
| YUV | 132.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 186 | 0.20 | 0.39 | 0 | 0.27 | 269.17 | 0.34 | 0.59 |
| Hex | 95 | 72 | BA | 14 | 27 | 0 | 1B | 10D | 22 | 3B |
| Octal | 225 | 162 | 272 | 24 | 47 | 0 | 33 | 415 | 42 | 73 |
| Binary | 10010101 | 1110010 | 10111010 | 10100 | 100111 | 0 | 11011 | 100001101 | 100010 | 111011 |
Color Harmonies of #9572BA
Complementary color
Monochromatic Colors of #9572BA
Black with #9572BA
Text Example
Text Example
White with #9572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572BA; }
p { color: rgb(149,114,186); }
H1.HeaderClassName
{
color: #9572BA;
}
.AnyTagClassName
{
color: #9572BA;
}
</style>
background-color css
<style>
a { background-color: #9572BA; }
a { background-color: rgb(149,114,186); }
div.DivClassName
{
background-color: #9572BA;
}
.BgClassName
{
background-color: #9572BA;
}
</style>
border-color css
<style>
span { border-color: #9572BA; }
span { border-color: rgb(149,114,186); }
td.TdClassName
{
border-color: #9572BA;
}
.TagClassName
{
border-color: #9572BA;
}
</style>