Html Css Color HEX #927AAF Purple Mountain's Majesty
📋 copy color: '#927AAF'red 146 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #927AAF
Tints of Purple Mountain's Majesty #927AAF
RGB
CMYK
RGB Variations
Color information
#927AAF (or 0x927AAF) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7A and AF. RGB value is (146,122,175). Sum of RGB (Red+Green+Blue) = 146+122+175=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #927AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AAF is #6D8550. Grayscale: #878787. Windows color (decimal): -7177553 or 11500178. OLE color: 11500178.
HSL color Cylindrical-coordinate representation of color #927AAF: hue angle of 267.17º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #927AAF is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 122 | 175 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.31 |
| HSL | 267.17º | 0.25% | 0.58% | - |
| HSV(B) | 267.17º | 0.3% | 0.69% | - |
| XYZ | 26.55 | 23.13 | 43.62 | - |
| YUV | 135.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 175 | 0.17 | 0.30 | 0 | 0.31 | 267.17 | 0.25 | 0.58 |
| Hex | 92 | 7A | AF | 11 | 1E | 0 | 1F | 10B | 19 | 3A |
| Octal | 222 | 172 | 257 | 21 | 36 | 0 | 37 | 413 | 31 | 72 |
| Binary | 10010010 | 1111010 | 10101111 | 10001 | 11110 | 0 | 11111 | 100001011 | 11001 | 111010 |
Color Harmonies of #927AAF
Complementary color
Monochromatic Colors of #927AAF
Black with #927AAF
Text Example
Text Example
White with #927AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927AAF; }
p { color: rgb(146,122,175); }
H1.HeaderClassName
{
color: #927AAF;
}
.AnyTagClassName
{
color: #927AAF;
}
</style>
background-color css
<style>
a { background-color: #927AAF; }
a { background-color: rgb(146,122,175); }
div.DivClassName
{
background-color: #927AAF;
}
.BgClassName
{
background-color: #927AAF;
}
</style>
border-color css
<style>
span { border-color: #927AAF; }
span { border-color: rgb(146,122,175); }
td.TdClassName
{
border-color: #927AAF;
}
.TagClassName
{
border-color: #927AAF;
}
</style>