Html Css Color HEX #9177BA Purple Mountain's Majesty
📋 copy color: '#9177BA'red 145 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #9177BA
Tints of Purple Mountain's Majesty #9177BA
RGB
CMYK
RGB Variations
Color information
#9177BA (or 0x9177BA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 77 and BA. RGB value is (145,119,186). Sum of RGB (Red+Green+Blue) = 145+119+186=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9177BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9177BA is #6E8845. Grayscale: #868686. Windows color (decimal): -7243846 or 12220305. OLE color: 12220305.
HSL color Cylindrical-coordinate representation of color #9177BA: hue angle of 263.28º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9177BA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 119 | 186 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.27 |
| HSL | 263.28º | 0.33% | 0.6% | - |
| HSV(B) | 263.28º | 0.36% | 0.73% | - |
| XYZ | 27.14 | 22.76 | 49.42 | - |
| YUV | 134.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 186 | 0.22 | 0.36 | 0 | 0.27 | 263.28 | 0.33 | 0.6 |
| Hex | 91 | 77 | BA | 16 | 24 | 0 | 1B | 107 | 21 | 3C |
| Octal | 221 | 167 | 272 | 26 | 44 | 0 | 33 | 407 | 41 | 74 |
| Binary | 10010001 | 1110111 | 10111010 | 10110 | 100100 | 0 | 11011 | 100000111 | 100001 | 111100 |
Color Harmonies of #9177BA
Complementary color
Monochromatic Colors of #9177BA
Black with #9177BA
Text Example
Text Example
White with #9177BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9177BA; }
p { color: rgb(145,119,186); }
H1.HeaderClassName
{
color: #9177BA;
}
.AnyTagClassName
{
color: #9177BA;
}
</style>
background-color css
<style>
a { background-color: #9177BA; }
a { background-color: rgb(145,119,186); }
div.DivClassName
{
background-color: #9177BA;
}
.BgClassName
{
background-color: #9177BA;
}
</style>
border-color css
<style>
span { border-color: #9177BA; }
span { border-color: rgb(145,119,186); }
td.TdClassName
{
border-color: #9177BA;
}
.TagClassName
{
border-color: #9177BA;
}
</style>