Html Css Color HEX #9E7FAE Purple Mountain's Majesty
📋 copy color: '#9E7FAE'red 158 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #9E7FAE
Tints of Purple Mountain's Majesty #9E7FAE
RGB
CMYK
RGB Variations
Color information
#9E7FAE (or 0x9E7FAE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 7F and AE. RGB value is (158,127,174). Sum of RGB (Red+Green+Blue) = 158+127+174=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7FAE is #618051. Grayscale: #8D8D8D. Windows color (decimal): -6389842 or 11435934. OLE color: 11435934.
HSL color Cylindrical-coordinate representation of color #9E7FAE: hue angle of 279.57º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7FAE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 127 | 174 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.32 |
| HSL | 279.57º | 0.22% | 0.59% | - |
| HSV(B) | 279.57º | 0.27% | 0.68% | - |
| XYZ | 29.33 | 25.5 | 43.42 | - |
| YUV | 141.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 127 | 174 | 0.09 | 0.27 | 0 | 0.32 | 279.57 | 0.22 | 0.59 |
| Hex | 9E | 7F | AE | 9 | 1B | 0 | 20 | 118 | 16 | 3B |
| Octal | 236 | 177 | 256 | 11 | 33 | 0 | 40 | 430 | 26 | 73 |
| Binary | 10011110 | 1111111 | 10101110 | 1001 | 11011 | 0 | 100000 | 100011000 | 10110 | 111011 |
Color Harmonies of #9E7FAE
Complementary color
Monochromatic Colors of #9E7FAE
Black with #9E7FAE
Text Example
Text Example
White with #9E7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7FAE; }
p { color: rgb(158,127,174); }
H1.HeaderClassName
{
color: #9E7FAE;
}
.AnyTagClassName
{
color: #9E7FAE;
}
</style>
background-color css
<style>
a { background-color: #9E7FAE; }
a { background-color: rgb(158,127,174); }
div.DivClassName
{
background-color: #9E7FAE;
}
.BgClassName
{
background-color: #9E7FAE;
}
</style>
border-color css
<style>
span { border-color: #9E7FAE; }
span { border-color: rgb(158,127,174); }
td.TdClassName
{
border-color: #9E7FAE;
}
.TagClassName
{
border-color: #9E7FAE;
}
</style>