Html Css Color HEX #927BAE Purple Mountain's Majesty
📋 copy color: '#927BAE'red 146 ◦ green 123 ◦ blue 174
Shades of Purple Mountain's Majesty #927BAE
Tints of Purple Mountain's Majesty #927BAE
RGB
CMYK
RGB Variations
Color information
#927BAE (or 0x927BAE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7B and AE. RGB value is (146,123,174). Sum of RGB (Red+Green+Blue) = 146+123+174=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #927BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927BAE is #6D8451. Grayscale: #878787. Windows color (decimal): -7177298 or 11434898. OLE color: 11434898.
HSL color Cylindrical-coordinate representation of color #927BAE: hue angle of 267.06º 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 #927BAE is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 123 | 174 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.32 |
| HSL | 267.06º | 0.24% | 0.58% | - |
| HSV(B) | 267.06º | 0.29% | 0.68% | - |
| XYZ | 26.58 | 23.33 | 43.15 | - |
| YUV | 135.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 174 | 0.16 | 0.29 | 0 | 0.32 | 267.06 | 0.24 | 0.58 |
| Hex | 92 | 7B | AE | 10 | 1D | 0 | 20 | 10B | 18 | 3A |
| Octal | 222 | 173 | 256 | 20 | 35 | 0 | 40 | 413 | 30 | 72 |
| Binary | 10010010 | 1111011 | 10101110 | 10000 | 11101 | 0 | 100000 | 100001011 | 11000 | 111010 |
Color Harmonies of #927BAE
Complementary color
Monochromatic Colors of #927BAE
Black with #927BAE
Text Example
Text Example
White with #927BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BAE; }
p { color: rgb(146,123,174); }
H1.HeaderClassName
{
color: #927BAE;
}
.AnyTagClassName
{
color: #927BAE;
}
</style>
background-color css
<style>
a { background-color: #927BAE; }
a { background-color: rgb(146,123,174); }
div.DivClassName
{
background-color: #927BAE;
}
.BgClassName
{
background-color: #927BAE;
}
</style>
border-color css
<style>
span { border-color: #927BAE; }
span { border-color: rgb(146,123,174); }
td.TdClassName
{
border-color: #927BAE;
}
.TagClassName
{
border-color: #927BAE;
}
</style>