Html Css Color HEX #9871BA Purple Mountain's Majesty
📋 copy color: '#9871BA'red 152 ◦ green 113 ◦ blue 186
Shades of Purple Mountain's Majesty #9871BA
Tints of Purple Mountain's Majesty #9871BA
RGB
CMYK
RGB Variations
Color information
#9871BA (or 0x9871BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 71 and BA. RGB value is (152,113,186). Sum of RGB (Red+Green+Blue) = 152+113+186=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #9871BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871BA is #678E45. Grayscale: #848484. Windows color (decimal): -6786630 or 12218776. OLE color: 12218776.
HSL color Cylindrical-coordinate representation of color #9871BA: hue angle of 272.05º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9871BA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 113 | 186 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.27 |
| HSL | 272.05º | 0.35% | 0.59% | - |
| HSV(B) | 272.05º | 0.39% | 0.73% | - |
| XYZ | 27.72 | 22.03 | 49.25 | - |
| YUV | 132.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 186 | 0.18 | 0.39 | 0 | 0.27 | 272.05 | 0.35 | 0.59 |
| Hex | 98 | 71 | BA | 12 | 27 | 0 | 1B | 110 | 23 | 3B |
| Octal | 230 | 161 | 272 | 22 | 47 | 0 | 33 | 420 | 43 | 73 |
| Binary | 10011000 | 1110001 | 10111010 | 10010 | 100111 | 0 | 11011 | 100010000 | 100011 | 111011 |
Color Harmonies of #9871BA
Complementary color
Monochromatic Colors of #9871BA
Black with #9871BA
Text Example
Text Example
White with #9871BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871BA; }
p { color: rgb(152,113,186); }
H1.HeaderClassName
{
color: #9871BA;
}
.AnyTagClassName
{
color: #9871BA;
}
</style>
background-color css
<style>
a { background-color: #9871BA; }
a { background-color: rgb(152,113,186); }
div.DivClassName
{
background-color: #9871BA;
}
.BgClassName
{
background-color: #9871BA;
}
</style>
border-color css
<style>
span { border-color: #9871BA; }
span { border-color: rgb(152,113,186); }
td.TdClassName
{
border-color: #9871BA;
}
.TagClassName
{
border-color: #9871BA;
}
</style>