Html Css Color HEX #9874BA Purple Mountain's Majesty
📋 copy color: '#9874BA'red 152 ◦ green 116 ◦ blue 186
Shades of Purple Mountain's Majesty #9874BA
Tints of Purple Mountain's Majesty #9874BA
RGB
CMYK
RGB Variations
Color information
#9874BA (or 0x9874BA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 74 and BA. RGB value is (152,116,186). Sum of RGB (Red+Green+Blue) = 152+116+186=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9874BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874BA is #678B45. Grayscale: #868686. Windows color (decimal): -6785862 or 12219544. OLE color: 12219544.
HSL color Cylindrical-coordinate representation of color #9874BA: hue angle of 270.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9874BA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 116 | 186 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.27 |
| HSL | 270.86º | 0.34% | 0.59% | - |
| HSV(B) | 270.86º | 0.38% | 0.73% | - |
| XYZ | 28.06 | 22.71 | 49.36 | - |
| YUV | 134.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 186 | 0.18 | 0.38 | 0 | 0.27 | 270.86 | 0.34 | 0.59 |
| Hex | 98 | 74 | BA | 12 | 26 | 0 | 1B | 10F | 22 | 3B |
| Octal | 230 | 164 | 272 | 22 | 46 | 0 | 33 | 417 | 42 | 73 |
| Binary | 10011000 | 1110100 | 10111010 | 10010 | 100110 | 0 | 11011 | 100001111 | 100010 | 111011 |
Color Harmonies of #9874BA
Complementary color
Monochromatic Colors of #9874BA
Black with #9874BA
Text Example
Text Example
White with #9874BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9874BA; }
p { color: rgb(152,116,186); }
H1.HeaderClassName
{
color: #9874BA;
}
.AnyTagClassName
{
color: #9874BA;
}
</style>
background-color css
<style>
a { background-color: #9874BA; }
a { background-color: rgb(152,116,186); }
div.DivClassName
{
background-color: #9874BA;
}
.BgClassName
{
background-color: #9874BA;
}
</style>
border-color css
<style>
span { border-color: #9874BA; }
span { border-color: rgb(152,116,186); }
td.TdClassName
{
border-color: #9874BA;
}
.TagClassName
{
border-color: #9874BA;
}
</style>