Html Css Color HEX #927CAE Purple Mountain's Majesty
📋 copy color: '#927CAE'red 146 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #927CAE
Tints of Purple Mountain's Majesty #927CAE
RGB
CMYK
RGB Variations
Color information
#927CAE (or 0x927CAE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7C and AE. RGB value is (146,124,174). Sum of RGB (Red+Green+Blue) = 146+124+174=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #927CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CAE is #6D8351. Grayscale: #888888. Windows color (decimal): -7177042 or 11435154. OLE color: 11435154.
HSL color Cylindrical-coordinate representation of color #927CAE: hue angle of 266.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927CAE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 124 | 174 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.32 |
| HSL | 266.4º | 0.24% | 0.58% | - |
| HSV(B) | 266.4º | 0.29% | 0.68% | - |
| XYZ | 26.7 | 23.58 | 43.19 | - |
| YUV | 136.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 174 | 0.16 | 0.29 | 0 | 0.32 | 266.4 | 0.24 | 0.58 |
| Hex | 92 | 7C | AE | 10 | 1D | 0 | 20 | 10A | 18 | 3A |
| Octal | 222 | 174 | 256 | 20 | 35 | 0 | 40 | 412 | 30 | 72 |
| Binary | 10010010 | 1111100 | 10101110 | 10000 | 11101 | 0 | 100000 | 100001010 | 11000 | 111010 |
Color Harmonies of #927CAE
Complementary color
Monochromatic Colors of #927CAE
Black with #927CAE
Text Example
Text Example
White with #927CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927CAE; }
p { color: rgb(146,124,174); }
H1.HeaderClassName
{
color: #927CAE;
}
.AnyTagClassName
{
color: #927CAE;
}
</style>
background-color css
<style>
a { background-color: #927CAE; }
a { background-color: rgb(146,124,174); }
div.DivClassName
{
background-color: #927CAE;
}
.BgClassName
{
background-color: #927CAE;
}
</style>
border-color css
<style>
span { border-color: #927CAE; }
span { border-color: rgb(146,124,174); }
td.TdClassName
{
border-color: #927CAE;
}
.TagClassName
{
border-color: #927CAE;
}
</style>