Html Css Color HEX #927FAC Purple Mountain's Majesty
📋 copy color: '#927FAC'red 146 ◦ green 127 ◦ blue 172
Shades of Purple Mountain's Majesty #927FAC
Tints of Purple Mountain's Majesty #927FAC
RGB
CMYK
RGB Variations
Color information
#927FAC (or 0x927FAC) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7F and AC. RGB value is (146,127,172). Sum of RGB (Red+Green+Blue) = 146+127+172=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #927FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927FAC is #6D8053. Grayscale: #898989. Windows color (decimal): -7176276 or 11304850. OLE color: 11304850.
HSL color Cylindrical-coordinate representation of color #927FAC: hue angle of 265.33º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #927FAC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 127 | 172 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 265.33º | 0.21% | 0.59% | - |
| HSV(B) | 265.33º | 0.26% | 0.67% | - |
| XYZ | 26.89 | 24.27 | 42.3 | - |
| YUV | 137.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 172 | 0.15 | 0.26 | 0 | 0.33 | 265.33 | 0.21 | 0.59 |
| Hex | 92 | 7F | AC | F | 1A | 0 | 21 | 109 | 15 | 3B |
| Octal | 222 | 177 | 254 | 17 | 32 | 0 | 41 | 411 | 25 | 73 |
| Binary | 10010010 | 1111111 | 10101100 | 1111 | 11010 | 0 | 100001 | 100001001 | 10101 | 111011 |
Color Harmonies of #927FAC
Complementary color
Monochromatic Colors of #927FAC
Black with #927FAC
Text Example
Text Example
White with #927FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FAC; }
p { color: rgb(146,127,172); }
H1.HeaderClassName
{
color: #927FAC;
}
.AnyTagClassName
{
color: #927FAC;
}
</style>
background-color css
<style>
a { background-color: #927FAC; }
a { background-color: rgb(146,127,172); }
div.DivClassName
{
background-color: #927FAC;
}
.BgClassName
{
background-color: #927FAC;
}
</style>
border-color css
<style>
span { border-color: #927FAC; }
span { border-color: rgb(146,127,172); }
td.TdClassName
{
border-color: #927FAC;
}
.TagClassName
{
border-color: #927FAC;
}
</style>