Html Css Color HEX #927AAE Purple Mountain's Majesty
📋 copy color: '#927AAE'red 146 ◦ green 122 ◦ blue 174
Shades of Purple Mountain's Majesty #927AAE
Tints of Purple Mountain's Majesty #927AAE
RGB
CMYK
RGB Variations
Color information
#927AAE (or 0x927AAE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7A and AE. RGB value is (146,122,174). Sum of RGB (Red+Green+Blue) = 146+122+174=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #927AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AAE is #6D8551. Grayscale: #868686. Windows color (decimal): -7177554 or 11434642. OLE color: 11434642.
HSL color Cylindrical-coordinate representation of color #927AAE: hue angle of 267.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927AAE is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 122 | 174 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.32 |
| HSL | 267.69º | 0.24% | 0.58% | - |
| HSV(B) | 267.69º | 0.3% | 0.68% | - |
| XYZ | 26.45 | 23.09 | 43.11 | - |
| YUV | 135.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 174 | 0.16 | 0.30 | 0 | 0.32 | 267.69 | 0.24 | 0.58 |
| Hex | 92 | 7A | AE | 10 | 1E | 0 | 20 | 10C | 18 | 3A |
| Octal | 222 | 172 | 256 | 20 | 36 | 0 | 40 | 414 | 30 | 72 |
| Binary | 10010010 | 1111010 | 10101110 | 10000 | 11110 | 0 | 100000 | 100001100 | 11000 | 111010 |
Color Harmonies of #927AAE
Complementary color
Monochromatic Colors of #927AAE
Black with #927AAE
Text Example
Text Example
White with #927AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AAE; }
p { color: rgb(146,122,174); }
H1.HeaderClassName
{
color: #927AAE;
}
.AnyTagClassName
{
color: #927AAE;
}
</style>
background-color css
<style>
a { background-color: #927AAE; }
a { background-color: rgb(146,122,174); }
div.DivClassName
{
background-color: #927AAE;
}
.BgClassName
{
background-color: #927AAE;
}
</style>
border-color css
<style>
span { border-color: #927AAE; }
span { border-color: rgb(146,122,174); }
td.TdClassName
{
border-color: #927AAE;
}
.TagClassName
{
border-color: #927AAE;
}
</style>