Html Css Color HEX #9172BA Purple Mountain's Majesty
📋 copy color: '#9172BA'red 145 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9172BA
Tints of Purple Mountain's Majesty #9172BA
RGB
CMYK
RGB Variations
Color information
#9172BA (or 0x9172BA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 72 and BA. RGB value is (145,114,186). Sum of RGB (Red+Green+Blue) = 145+114+186=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #9172BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9172BA is #6E8D45. Grayscale: #838383. Windows color (decimal): -7245126 or 12219025. OLE color: 12219025.
HSL color Cylindrical-coordinate representation of color #9172BA: hue angle of 265.83º 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 #9172BA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 114 | 186 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.27 |
| HSL | 265.83º | 0.34% | 0.59% | - |
| HSV(B) | 265.83º | 0.39% | 0.73% | - |
| XYZ | 26.56 | 21.6 | 49.22 | - |
| YUV | 131.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 186 | 0.22 | 0.39 | 0 | 0.27 | 265.83 | 0.34 | 0.59 |
| Hex | 91 | 72 | BA | 16 | 27 | 0 | 1B | 10A | 22 | 3B |
| Octal | 221 | 162 | 272 | 26 | 47 | 0 | 33 | 412 | 42 | 73 |
| Binary | 10010001 | 1110010 | 10111010 | 10110 | 100111 | 0 | 11011 | 100001010 | 100010 | 111011 |
Color Harmonies of #9172BA
Complementary color
Monochromatic Colors of #9172BA
Black with #9172BA
Text Example
Text Example
White with #9172BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9172BA; }
p { color: rgb(145,114,186); }
H1.HeaderClassName
{
color: #9172BA;
}
.AnyTagClassName
{
color: #9172BA;
}
</style>
background-color css
<style>
a { background-color: #9172BA; }
a { background-color: rgb(145,114,186); }
div.DivClassName
{
background-color: #9172BA;
}
.BgClassName
{
background-color: #9172BA;
}
</style>
border-color css
<style>
span { border-color: #9172BA; }
span { border-color: rgb(145,114,186); }
td.TdClassName
{
border-color: #9172BA;
}
.TagClassName
{
border-color: #9172BA;
}
</style>