Html Css Color HEX #9877BA Purple Mountain's Majesty
📋 copy color: '#9877BA'red 152 ◦ green 119 ◦ blue 186
Shades of Purple Mountain's Majesty #9877BA
Tints of Purple Mountain's Majesty #9877BA
RGB
CMYK
RGB Variations
Color information
#9877BA (or 0x9877BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 77 and BA. RGB value is (152,119,186). Sum of RGB (Red+Green+Blue) = 152+119+186=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #9877BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877BA is #678845. Grayscale: #888888. Windows color (decimal): -6785094 or 12220312. OLE color: 12220312.
HSL color Cylindrical-coordinate representation of color #9877BA: hue angle of 269.55º 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 #9877BA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 119 | 186 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.27 |
| HSL | 269.55º | 0.33% | 0.6% | - |
| HSV(B) | 269.55º | 0.36% | 0.73% | - |
| XYZ | 28.41 | 23.41 | 49.48 | - |
| YUV | 136.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 186 | 0.18 | 0.36 | 0 | 0.27 | 269.55 | 0.33 | 0.6 |
| Hex | 98 | 77 | BA | 12 | 24 | 0 | 1B | 10E | 21 | 3C |
| Octal | 230 | 167 | 272 | 22 | 44 | 0 | 33 | 416 | 41 | 74 |
| Binary | 10011000 | 1110111 | 10111010 | 10010 | 100100 | 0 | 11011 | 100001110 | 100001 | 111100 |
Color Harmonies of #9877BA
Complementary color
Monochromatic Colors of #9877BA
Black with #9877BA
Text Example
Text Example
White with #9877BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9877BA; }
p { color: rgb(152,119,186); }
H1.HeaderClassName
{
color: #9877BA;
}
.AnyTagClassName
{
color: #9877BA;
}
</style>
background-color css
<style>
a { background-color: #9877BA; }
a { background-color: rgb(152,119,186); }
div.DivClassName
{
background-color: #9877BA;
}
.BgClassName
{
background-color: #9877BA;
}
</style>
border-color css
<style>
span { border-color: #9877BA; }
span { border-color: rgb(152,119,186); }
td.TdClassName
{
border-color: #9877BA;
}
.TagClassName
{
border-color: #9877BA;
}
</style>