Html Css Color HEX #9D7EAE Purple Mountain's Majesty
📋 copy color: '#9D7EAE'red 157 ◦ green 126 ◦ blue 174
Shades of Purple Mountain's Majesty #9D7EAE
Tints of Purple Mountain's Majesty #9D7EAE
RGB
CMYK
RGB Variations
Color information
#9D7EAE (or 0x9D7EAE) is known color: Purple Mountain's Majesty. HEX triplet: 9D, 7E and AE. RGB value is (157,126,174). Sum of RGB (Red+Green+Blue) = 157+126+174=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D7EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7EAE is #628151. Grayscale: #8C8C8C. Windows color (decimal): -6455634 or 11435677. OLE color: 11435677.
HSL color Cylindrical-coordinate representation of color #9D7EAE: hue angle of 278.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7EAE is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 126 | 174 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.32 |
| HSL | 278.75º | 0.23% | 0.59% | - |
| HSV(B) | 278.75º | 0.28% | 0.68% | - |
| XYZ | 29.01 | 25.15 | 43.37 | - |
| YUV | 140.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 126 | 174 | 0.10 | 0.28 | 0 | 0.32 | 278.75 | 0.23 | 0.59 |
| Hex | 9D | 7E | AE | A | 1C | 0 | 20 | 117 | 17 | 3B |
| Octal | 235 | 176 | 256 | 12 | 34 | 0 | 40 | 427 | 27 | 73 |
| Binary | 10011101 | 1111110 | 10101110 | 1010 | 11100 | 0 | 100000 | 100010111 | 10111 | 111011 |
Color Harmonies of #9D7EAE
Complementary color
Monochromatic Colors of #9D7EAE
Black with #9D7EAE
Text Example
Text Example
White with #9D7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7EAE; }
p { color: rgb(157,126,174); }
H1.HeaderClassName
{
color: #9D7EAE;
}
.AnyTagClassName
{
color: #9D7EAE;
}
</style>
background-color css
<style>
a { background-color: #9D7EAE; }
a { background-color: rgb(157,126,174); }
div.DivClassName
{
background-color: #9D7EAE;
}
.BgClassName
{
background-color: #9D7EAE;
}
</style>
border-color css
<style>
span { border-color: #9D7EAE; }
span { border-color: rgb(157,126,174); }
td.TdClassName
{
border-color: #9D7EAE;
}
.TagClassName
{
border-color: #9D7EAE;
}
</style>