Html Css Color HEX #9173B7 Purple Mountain's Majesty
📋 copy color: '#9173B7'red 145 ◦ green 115 ◦ blue 183
Shades of Purple Mountain's Majesty #9173B7
Tints of Purple Mountain's Majesty #9173B7
RGB
CMYK
RGB Variations
Color information
#9173B7 (or 0x9173B7) is known color: Purple Mountain's Majesty. HEX triplet: 91, 73 and B7. RGB value is (145,115,183). Sum of RGB (Red+Green+Blue) = 145+115+183=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #9173B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173B7 is #6E8C48. Grayscale: #838383. Windows color (decimal): -7244873 or 12022673. OLE color: 12022673.
HSL color Cylindrical-coordinate representation of color #9173B7: hue angle of 266.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9173B7 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 115 | 183 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.28 |
| HSL | 266.47º | 0.32% | 0.58% | - |
| HSV(B) | 266.47º | 0.37% | 0.72% | - |
| XYZ | 26.36 | 21.7 | 47.6 | - |
| YUV | 131.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 183 | 0.21 | 0.37 | 0 | 0.28 | 266.47 | 0.32 | 0.58 |
| Hex | 91 | 73 | B7 | 15 | 25 | 0 | 1C | 10A | 20 | 3A |
| Octal | 221 | 163 | 267 | 25 | 45 | 0 | 34 | 412 | 40 | 72 |
| Binary | 10010001 | 1110011 | 10110111 | 10101 | 100101 | 0 | 11100 | 100001010 | 100000 | 111010 |
Color Harmonies of #9173B7
Complementary color
Monochromatic Colors of #9173B7
Black with #9173B7
Text Example
Text Example
White with #9173B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9173B7; }
p { color: rgb(145,115,183); }
H1.HeaderClassName
{
color: #9173B7;
}
.AnyTagClassName
{
color: #9173B7;
}
</style>
background-color css
<style>
a { background-color: #9173B7; }
a { background-color: rgb(145,115,183); }
div.DivClassName
{
background-color: #9173B7;
}
.BgClassName
{
background-color: #9173B7;
}
</style>
border-color css
<style>
span { border-color: #9173B7; }
span { border-color: rgb(145,115,183); }
td.TdClassName
{
border-color: #9173B7;
}
.TagClassName
{
border-color: #9173B7;
}
</style>