Html Css Color HEX #927EA9 Purple Mountain's Majesty
📋 copy color: '#927EA9'red 146 ◦ green 126 ◦ blue 169
Shades of Purple Mountain's Majesty #927EA9
Tints of Purple Mountain's Majesty #927EA9
RGB
CMYK
RGB Variations
Color information
#927EA9 (or 0x927EA9) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and A9. RGB value is (146,126,169). Sum of RGB (Red+Green+Blue) = 146+126+169=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 169 - color contains mainly: blue. Hex color #927EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EA9 is #6D8156. Grayscale: #888888. Windows color (decimal): -7176535 or 11107986. OLE color: 11107986.
HSL color Cylindrical-coordinate representation of color #927EA9: hue angle of 267.91º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #927EA9 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 126 | 169 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.34 |
| HSL | 267.91º | 0.2% | 0.58% | - |
| HSV(B) | 267.91º | 0.25% | 0.66% | - |
| XYZ | 26.48 | 23.9 | 40.75 | - |
| YUV | 136.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 169 | 0.14 | 0.25 | 0 | 0.34 | 267.91 | 0.2 | 0.58 |
| Hex | 92 | 7E | A9 | E | 19 | 0 | 22 | 10C | 14 | 3A |
| Octal | 222 | 176 | 251 | 16 | 31 | 0 | 42 | 414 | 24 | 72 |
| Binary | 10010010 | 1111110 | 10101001 | 1110 | 11001 | 0 | 100010 | 100001100 | 10100 | 111010 |
Color Harmonies of #927EA9
Complementary color
Monochromatic Colors of #927EA9
Black with #927EA9
Text Example
Text Example
White with #927EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EA9; }
p { color: rgb(146,126,169); }
H1.HeaderClassName
{
color: #927EA9;
}
.AnyTagClassName
{
color: #927EA9;
}
</style>
background-color css
<style>
a { background-color: #927EA9; }
a { background-color: rgb(146,126,169); }
div.DivClassName
{
background-color: #927EA9;
}
.BgClassName
{
background-color: #927EA9;
}
</style>
border-color css
<style>
span { border-color: #927EA9; }
span { border-color: rgb(146,126,169); }
td.TdClassName
{
border-color: #927EA9;
}
.TagClassName
{
border-color: #927EA9;
}
</style>