Html Css Color HEX #927EAA Purple Mountain's Majesty
📋 copy color: '#927EAA'red 146 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #927EAA
Tints of Purple Mountain's Majesty #927EAA
RGB
CMYK
RGB Variations
Color information
#927EAA (or 0x927EAA) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and AA. RGB value is (146,126,170). Sum of RGB (Red+Green+Blue) = 146+126+170=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #927EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAA is #6D8155. Grayscale: #888888. Windows color (decimal): -7176534 or 11173522. OLE color: 11173522.
HSL color Cylindrical-coordinate representation of color #927EAA: hue angle of 267.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #927EAA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 126 | 170 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.33 |
| HSL | 267.27º | 0.21% | 0.58% | - |
| HSV(B) | 267.27º | 0.26% | 0.67% | - |
| XYZ | 26.57 | 23.93 | 41.25 | - |
| YUV | 137 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 170 | 0.14 | 0.26 | 0 | 0.33 | 267.27 | 0.21 | 0.58 |
| Hex | 92 | 7E | AA | E | 1A | 0 | 21 | 10B | 15 | 3A |
| Octal | 222 | 176 | 252 | 16 | 32 | 0 | 41 | 413 | 25 | 72 |
| Binary | 10010010 | 1111110 | 10101010 | 1110 | 11010 | 0 | 100001 | 100001011 | 10101 | 111010 |
Color Harmonies of #927EAA
Complementary color
Monochromatic Colors of #927EAA
Black with #927EAA
Text Example
Text Example
White with #927EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EAA; }
p { color: rgb(146,126,170); }
H1.HeaderClassName
{
color: #927EAA;
}
.AnyTagClassName
{
color: #927EAA;
}
</style>
background-color css
<style>
a { background-color: #927EAA; }
a { background-color: rgb(146,126,170); }
div.DivClassName
{
background-color: #927EAA;
}
.BgClassName
{
background-color: #927EAA;
}
</style>
border-color css
<style>
span { border-color: #927EAA; }
span { border-color: rgb(146,126,170); }
td.TdClassName
{
border-color: #927EAA;
}
.TagClassName
{
border-color: #927EAA;
}
</style>