Html Css Color HEX #927EAF Purple Mountain's Majesty
📋 copy color: '#927EAF'red 146 ◦ green 126 ◦ blue 175
Shades of Purple Mountain's Majesty #927EAF
Tints of Purple Mountain's Majesty #927EAF
RGB
CMYK
RGB Variations
Color information
#927EAF (or 0x927EAF) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and AF. RGB value is (146,126,175). Sum of RGB (Red+Green+Blue) = 146+126+175=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #927EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAF is #6D8150. Grayscale: #898989. Windows color (decimal): -7176529 or 11501202. OLE color: 11501202.
HSL color Cylindrical-coordinate representation of color #927EAF: hue angle of 264.49º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #927EAF is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 126 | 175 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.31 |
| HSL | 264.49º | 0.23% | 0.59% | - |
| HSV(B) | 264.49º | 0.28% | 0.69% | - |
| XYZ | 27.05 | 24.13 | 43.79 | - |
| YUV | 137.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 175 | 0.17 | 0.28 | 0 | 0.31 | 264.49 | 0.23 | 0.59 |
| Hex | 92 | 7E | AF | 11 | 1C | 0 | 1F | 108 | 17 | 3B |
| Octal | 222 | 176 | 257 | 21 | 34 | 0 | 37 | 410 | 27 | 73 |
| Binary | 10010010 | 1111110 | 10101111 | 10001 | 11100 | 0 | 11111 | 100001000 | 10111 | 111011 |
Color Harmonies of #927EAF
Complementary color
Monochromatic Colors of #927EAF
Black with #927EAF
Text Example
Text Example
White with #927EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EAF; }
p { color: rgb(146,126,175); }
H1.HeaderClassName
{
color: #927EAF;
}
.AnyTagClassName
{
color: #927EAF;
}
</style>
background-color css
<style>
a { background-color: #927EAF; }
a { background-color: rgb(146,126,175); }
div.DivClassName
{
background-color: #927EAF;
}
.BgClassName
{
background-color: #927EAF;
}
</style>
border-color css
<style>
span { border-color: #927EAF; }
span { border-color: rgb(146,126,175); }
td.TdClassName
{
border-color: #927EAF;
}
.TagClassName
{
border-color: #927EAF;
}
</style>