Html Css Color HEX #9E84AE Purple Mountain's Majesty
📋 copy color: '#9E84AE'red 158 ◦ green 132 ◦ blue 174
Shades of Purple Mountain's Majesty #9E84AE
Tints of Purple Mountain's Majesty #9E84AE
RGB
CMYK
RGB Variations
Color information
#9E84AE (or 0x9E84AE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 84 and AE. RGB value is (158,132,174). Sum of RGB (Red+Green+Blue) = 158+132+174=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E84AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E84AE is #617B51. Grayscale: #909090. Windows color (decimal): -6388562 or 11437214. OLE color: 11437214.
HSL color Cylindrical-coordinate representation of color #9E84AE: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E84AE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 132 | 174 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.32 |
| HSL | 277.14º | 0.21% | 0.6% | - |
| HSV(B) | 277.14º | 0.24% | 0.68% | - |
| XYZ | 29.99 | 26.83 | 43.64 | - |
| YUV | 144.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 174 | 0.09 | 0.24 | 0 | 0.32 | 277.14 | 0.21 | 0.6 |
| Hex | 9E | 84 | AE | 9 | 18 | 0 | 20 | 115 | 15 | 3C |
| Octal | 236 | 204 | 256 | 11 | 30 | 0 | 40 | 425 | 25 | 74 |
| Binary | 10011110 | 10000100 | 10101110 | 1001 | 11000 | 0 | 100000 | 100010101 | 10101 | 111100 |
Color Harmonies of #9E84AE
Complementary color
Monochromatic Colors of #9E84AE
Black with #9E84AE
Text Example
Text Example
White with #9E84AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84AE; }
p { color: rgb(158,132,174); }
H1.HeaderClassName
{
color: #9E84AE;
}
.AnyTagClassName
{
color: #9E84AE;
}
</style>
background-color css
<style>
a { background-color: #9E84AE; }
a { background-color: rgb(158,132,174); }
div.DivClassName
{
background-color: #9E84AE;
}
.BgClassName
{
background-color: #9E84AE;
}
</style>
border-color css
<style>
span { border-color: #9E84AE; }
span { border-color: rgb(158,132,174); }
td.TdClassName
{
border-color: #9E84AE;
}
.TagClassName
{
border-color: #9E84AE;
}
</style>