Html Css Color HEX #9176BA Purple Mountain's Majesty
📋 copy color: '#9176BA'red 145 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9176BA
Tints of Purple Mountain's Majesty #9176BA
RGB
CMYK
RGB Variations
Color information
#9176BA (or 0x9176BA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 76 and BA. RGB value is (145,118,186). Sum of RGB (Red+Green+Blue) = 145+118+186=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 118 (46.48% from 255 or 26.28% 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 #9176BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176BA is #6E8945. Grayscale: #858585. Windows color (decimal): -7244102 or 12220049. OLE color: 12220049.
HSL color Cylindrical-coordinate representation of color #9176BA: hue angle of 263.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9176BA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 118 | 186 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.27 |
| HSL | 263.82º | 0.33% | 0.6% | - |
| HSV(B) | 263.82º | 0.37% | 0.73% | - |
| XYZ | 27.02 | 22.52 | 49.38 | - |
| YUV | 133.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 186 | 0.22 | 0.37 | 0 | 0.27 | 263.82 | 0.33 | 0.6 |
| Hex | 91 | 76 | BA | 16 | 25 | 0 | 1B | 108 | 21 | 3C |
| Octal | 221 | 166 | 272 | 26 | 45 | 0 | 33 | 410 | 41 | 74 |
| Binary | 10010001 | 1110110 | 10111010 | 10110 | 100101 | 0 | 11011 | 100001000 | 100001 | 111100 |
Color Harmonies of #9176BA
Complementary color
Monochromatic Colors of #9176BA
Black with #9176BA
Text Example
Text Example
White with #9176BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176BA; }
p { color: rgb(145,118,186); }
H1.HeaderClassName
{
color: #9176BA;
}
.AnyTagClassName
{
color: #9176BA;
}
</style>
background-color css
<style>
a { background-color: #9176BA; }
a { background-color: rgb(145,118,186); }
div.DivClassName
{
background-color: #9176BA;
}
.BgClassName
{
background-color: #9176BA;
}
</style>
border-color css
<style>
span { border-color: #9176BA; }
span { border-color: rgb(145,118,186); }
td.TdClassName
{
border-color: #9176BA;
}
.TagClassName
{
border-color: #9176BA;
}
</style>