Html Css Color HEX #9872BA Purple Mountain's Majesty
📋 copy color: '#9872BA'red 152 ◦ green 114 ◦ blue 186
Shades of Purple Mountain's Majesty #9872BA
Tints of Purple Mountain's Majesty #9872BA
RGB
CMYK
RGB Variations
Color information
#9872BA (or 0x9872BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 72 and BA. RGB value is (152,114,186). Sum of RGB (Red+Green+Blue) = 152+114+186=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #9872BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872BA is #678D45. Grayscale: #858585. Windows color (decimal): -6786374 or 12219032. OLE color: 12219032.
HSL color Cylindrical-coordinate representation of color #9872BA: hue angle of 271.67º degrees, saturation: 0.34, 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 #9872BA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 114 | 186 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.27 |
| HSL | 271.67º | 0.34% | 0.59% | - |
| HSV(B) | 271.67º | 0.39% | 0.73% | - |
| XYZ | 27.83 | 22.26 | 49.28 | - |
| YUV | 133.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 186 | 0.18 | 0.39 | 0 | 0.27 | 271.67 | 0.34 | 0.59 |
| Hex | 98 | 72 | BA | 12 | 27 | 0 | 1B | 110 | 22 | 3B |
| Octal | 230 | 162 | 272 | 22 | 47 | 0 | 33 | 420 | 42 | 73 |
| Binary | 10011000 | 1110010 | 10111010 | 10010 | 100111 | 0 | 11011 | 100010000 | 100010 | 111011 |
Color Harmonies of #9872BA
Complementary color
Monochromatic Colors of #9872BA
Black with #9872BA
Text Example
Text Example
White with #9872BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872BA; }
p { color: rgb(152,114,186); }
H1.HeaderClassName
{
color: #9872BA;
}
.AnyTagClassName
{
color: #9872BA;
}
</style>
background-color css
<style>
a { background-color: #9872BA; }
a { background-color: rgb(152,114,186); }
div.DivClassName
{
background-color: #9872BA;
}
.BgClassName
{
background-color: #9872BA;
}
</style>
border-color css
<style>
span { border-color: #9872BA; }
span { border-color: rgb(152,114,186); }
td.TdClassName
{
border-color: #9872BA;
}
.TagClassName
{
border-color: #9872BA;
}
</style>