Html Css Color HEX #9876BB Purple Mountain's Majesty
📋 copy color: '#9876BB'red 152 ◦ green 118 ◦ blue 187
Shades of Purple Mountain's Majesty #9876BB
Tints of Purple Mountain's Majesty #9876BB
RGB
CMYK
RGB Variations
Color information
#9876BB (or 0x9876BB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 76 and BB. RGB value is (152,118,187). Sum of RGB (Red+Green+Blue) = 152+118+187=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9876BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876BB is #678944. Grayscale: #878787. Windows color (decimal): -6785349 or 12285592. OLE color: 12285592.
HSL color Cylindrical-coordinate representation of color #9876BB: hue angle of 269.57º degrees, saturation: 0.34, 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 #9876BB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 118 | 187 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.27 |
| HSL | 269.57º | 0.34% | 0.6% | - |
| HSV(B) | 269.57º | 0.37% | 0.73% | - |
| XYZ | 28.4 | 23.22 | 50 | - |
| YUV | 136.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 187 | 0.19 | 0.37 | 0 | 0.27 | 269.57 | 0.34 | 0.6 |
| Hex | 98 | 76 | BB | 13 | 25 | 0 | 1B | 10E | 22 | 3C |
| Octal | 230 | 166 | 273 | 23 | 45 | 0 | 33 | 416 | 42 | 74 |
| Binary | 10011000 | 1110110 | 10111011 | 10011 | 100101 | 0 | 11011 | 100001110 | 100010 | 111100 |
Color Harmonies of #9876BB
Complementary color
Monochromatic Colors of #9876BB
Black with #9876BB
Text Example
Text Example
White with #9876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876BB; }
p { color: rgb(152,118,187); }
H1.HeaderClassName
{
color: #9876BB;
}
.AnyTagClassName
{
color: #9876BB;
}
</style>
background-color css
<style>
a { background-color: #9876BB; }
a { background-color: rgb(152,118,187); }
div.DivClassName
{
background-color: #9876BB;
}
.BgClassName
{
background-color: #9876BB;
}
</style>
border-color css
<style>
span { border-color: #9876BB; }
span { border-color: rgb(152,118,187); }
td.TdClassName
{
border-color: #9876BB;
}
.TagClassName
{
border-color: #9876BB;
}
</style>