Html Css Color HEX #927AAD Purple Mountain's Majesty
📋 copy color: '#927AAD'red 146 ◦ green 122 ◦ blue 173
Shades of Purple Mountain's Majesty #927AAD
Tints of Purple Mountain's Majesty #927AAD
RGB
CMYK
RGB Variations
Color information
#927AAD (or 0x927AAD) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7A and AD. RGB value is (146,122,173). Sum of RGB (Red+Green+Blue) = 146+122+173=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #927AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AAD is #6D8552. Grayscale: #868686. Windows color (decimal): -7177555 or 11369106. OLE color: 11369106.
HSL color Cylindrical-coordinate representation of color #927AAD: hue angle of 268.24º 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 #927AAD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 122 | 173 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.32 |
| HSL | 268.24º | 0.24% | 0.58% | - |
| HSV(B) | 268.24º | 0.29% | 0.68% | - |
| XYZ | 26.36 | 23.05 | 42.59 | - |
| YUV | 134.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 173 | 0.16 | 0.29 | 0 | 0.32 | 268.24 | 0.24 | 0.58 |
| Hex | 92 | 7A | AD | 10 | 1D | 0 | 20 | 10C | 18 | 3A |
| Octal | 222 | 172 | 255 | 20 | 35 | 0 | 40 | 414 | 30 | 72 |
| Binary | 10010010 | 1111010 | 10101101 | 10000 | 11101 | 0 | 100000 | 100001100 | 11000 | 111010 |
Color Harmonies of #927AAD
Complementary color
Monochromatic Colors of #927AAD
Black with #927AAD
Text Example
Text Example
White with #927AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AAD; }
p { color: rgb(146,122,173); }
H1.HeaderClassName
{
color: #927AAD;
}
.AnyTagClassName
{
color: #927AAD;
}
</style>
background-color css
<style>
a { background-color: #927AAD; }
a { background-color: rgb(146,122,173); }
div.DivClassName
{
background-color: #927AAD;
}
.BgClassName
{
background-color: #927AAD;
}
</style>
border-color css
<style>
span { border-color: #927AAD; }
span { border-color: rgb(146,122,173); }
td.TdClassName
{
border-color: #927AAD;
}
.TagClassName
{
border-color: #927AAD;
}
</style>