Html Css Color HEX #927EAE Purple Mountain's Majesty
📋 copy color: '#927EAE'red 146 ◦ green 126 ◦ blue 174
Shades of Purple Mountain's Majesty #927EAE
Tints of Purple Mountain's Majesty #927EAE
RGB
CMYK
RGB Variations
Color information
#927EAE (or 0x927EAE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and AE. RGB value is (146,126,174). Sum of RGB (Red+Green+Blue) = 146+126+174=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #927EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAE is #6D8151. Grayscale: #898989. Windows color (decimal): -7176530 or 11435666. OLE color: 11435666.
HSL color Cylindrical-coordinate representation of color #927EAE: hue angle of 265º 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 #927EAE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 126 | 174 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.32 |
| HSL | 265º | 0.23% | 0.59% | - |
| HSV(B) | 265º | 0.28% | 0.68% | - |
| XYZ | 26.95 | 24.09 | 43.27 | - |
| YUV | 137.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 174 | 0.16 | 0.28 | 0 | 0.32 | 265 | 0.23 | 0.59 |
| Hex | 92 | 7E | AE | 10 | 1C | 0 | 20 | 109 | 17 | 3B |
| Octal | 222 | 176 | 256 | 20 | 34 | 0 | 40 | 411 | 27 | 73 |
| Binary | 10010010 | 1111110 | 10101110 | 10000 | 11100 | 0 | 100000 | 100001001 | 10111 | 111011 |
Color Harmonies of #927EAE
Complementary color
Monochromatic Colors of #927EAE
Black with #927EAE
Text Example
Text Example
White with #927EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EAE; }
p { color: rgb(146,126,174); }
H1.HeaderClassName
{
color: #927EAE;
}
.AnyTagClassName
{
color: #927EAE;
}
</style>
background-color css
<style>
a { background-color: #927EAE; }
a { background-color: rgb(146,126,174); }
div.DivClassName
{
background-color: #927EAE;
}
.BgClassName
{
background-color: #927EAE;
}
</style>
border-color css
<style>
span { border-color: #927EAE; }
span { border-color: rgb(146,126,174); }
td.TdClassName
{
border-color: #927EAE;
}
.TagClassName
{
border-color: #927EAE;
}
</style>