Html Css Color HEX #9572B7 Purple Mountain's Majesty
📋 copy color: '#9572B7'red 149 ◦ green 114 ◦ blue 183
Shades of Purple Mountain's Majesty #9572B7
Tints of Purple Mountain's Majesty #9572B7
RGB
CMYK
RGB Variations
Color information
#9572B7 (or 0x9572B7) is known color: Purple Mountain's Majesty. HEX triplet: 95, 72 and B7. RGB value is (149,114,183). Sum of RGB (Red+Green+Blue) = 149+114+183=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: blue. Hex color #9572B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572B7 is #6A8D48. Grayscale: #848484. Windows color (decimal): -6982985 or 12022421. OLE color: 12022421.
HSL color Cylindrical-coordinate representation of color #9572B7: hue angle of 270.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9572B7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 114 | 183 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.28 |
| HSL | 270.43º | 0.32% | 0.58% | - |
| HSV(B) | 270.43º | 0.38% | 0.72% | - |
| XYZ | 26.96 | 21.84 | 47.59 | - |
| YUV | 132.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 183 | 0.19 | 0.38 | 0 | 0.28 | 270.43 | 0.32 | 0.58 |
| Hex | 95 | 72 | B7 | 13 | 26 | 0 | 1C | 10E | 20 | 3A |
| Octal | 225 | 162 | 267 | 23 | 46 | 0 | 34 | 416 | 40 | 72 |
| Binary | 10010101 | 1110010 | 10110111 | 10011 | 100110 | 0 | 11100 | 100001110 | 100000 | 111010 |
Color Harmonies of #9572B7
Complementary color
Monochromatic Colors of #9572B7
Black with #9572B7
Text Example
Text Example
White with #9572B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9572B7; }
p { color: rgb(149,114,183); }
H1.HeaderClassName
{
color: #9572B7;
}
.AnyTagClassName
{
color: #9572B7;
}
</style>
background-color css
<style>
a { background-color: #9572B7; }
a { background-color: rgb(149,114,183); }
div.DivClassName
{
background-color: #9572B7;
}
.BgClassName
{
background-color: #9572B7;
}
</style>
border-color css
<style>
span { border-color: #9572B7; }
span { border-color: rgb(149,114,183); }
td.TdClassName
{
border-color: #9572B7;
}
.TagClassName
{
border-color: #9572B7;
}
</style>