Html Css Color HEX #9176B4 Purple Mountain's Majesty
📋 copy color: '#9176B4'red 145 ◦ green 118 ◦ blue 180
Shades of Purple Mountain's Majesty #9176B4
Tints of Purple Mountain's Majesty #9176B4
RGB
CMYK
RGB Variations
Color information
#9176B4 (or 0x9176B4) is known color: Purple Mountain's Majesty. HEX triplet: 91, 76 and B4. RGB value is (145,118,180). Sum of RGB (Red+Green+Blue) = 145+118+180=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #9176B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9176B4 is #6E894B. Grayscale: #848484. Windows color (decimal): -7244108 or 11826833. OLE color: 11826833.
HSL color Cylindrical-coordinate representation of color #9176B4: hue angle of 266.13º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9176B4 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 118 | 180 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.29 |
| HSL | 266.13º | 0.29% | 0.58% | - |
| HSV(B) | 266.13º | 0.34% | 0.71% | - |
| XYZ | 26.39 | 22.27 | 46.09 | - |
| YUV | 133.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 180 | 0.19 | 0.34 | 0 | 0.29 | 266.13 | 0.29 | 0.58 |
| Hex | 91 | 76 | B4 | 13 | 22 | 0 | 1D | 10A | 1D | 3A |
| Octal | 221 | 166 | 264 | 23 | 42 | 0 | 35 | 412 | 35 | 72 |
| Binary | 10010001 | 1110110 | 10110100 | 10011 | 100010 | 0 | 11101 | 100001010 | 11101 | 111010 |
Color Harmonies of #9176B4
Complementary color
Monochromatic Colors of #9176B4
Black with #9176B4
Text Example
Text Example
White with #9176B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9176B4; }
p { color: rgb(145,118,180); }
H1.HeaderClassName
{
color: #9176B4;
}
.AnyTagClassName
{
color: #9176B4;
}
</style>
background-color css
<style>
a { background-color: #9176B4; }
a { background-color: rgb(145,118,180); }
div.DivClassName
{
background-color: #9176B4;
}
.BgClassName
{
background-color: #9176B4;
}
</style>
border-color css
<style>
span { border-color: #9176B4; }
span { border-color: rgb(145,118,180); }
td.TdClassName
{
border-color: #9176B4;
}
.TagClassName
{
border-color: #9176B4;
}
</style>