Html Css Color HEX #927EA8 Purple Mountain's Majesty
📋 copy color: '#927EA8'red 146 ◦ green 126 ◦ blue 168
Shades of Purple Mountain's Majesty #927EA8
Tints of Purple Mountain's Majesty #927EA8
RGB
CMYK
RGB Variations
Color information
#927EA8 (or 0x927EA8) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and A8. RGB value is (146,126,168). Sum of RGB (Red+Green+Blue) = 146+126+168=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #927EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EA8 is #6D8157. Grayscale: #888888. Windows color (decimal): -7176536 or 11042450. OLE color: 11042450.
HSL color Cylindrical-coordinate representation of color #927EA8: hue angle of 268.57º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #927EA8 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 126 | 168 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.34 |
| HSL | 268.57º | 0.19% | 0.58% | - |
| HSV(B) | 268.57º | 0.25% | 0.66% | - |
| XYZ | 26.38 | 23.86 | 40.26 | - |
| YUV | 136.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 168 | 0.13 | 0.25 | 0 | 0.34 | 268.57 | 0.19 | 0.58 |
| Hex | 92 | 7E | A8 | D | 19 | 0 | 22 | 10D | 13 | 3A |
| Octal | 222 | 176 | 250 | 15 | 31 | 0 | 42 | 415 | 23 | 72 |
| Binary | 10010010 | 1111110 | 10101000 | 1101 | 11001 | 0 | 100010 | 100001101 | 10011 | 111010 |
Color Harmonies of #927EA8
Complementary color
Monochromatic Colors of #927EA8
Black with #927EA8
Text Example
Text Example
White with #927EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927EA8; }
p { color: rgb(146,126,168); }
H1.HeaderClassName
{
color: #927EA8;
}
.AnyTagClassName
{
color: #927EA8;
}
</style>
background-color css
<style>
a { background-color: #927EA8; }
a { background-color: rgb(146,126,168); }
div.DivClassName
{
background-color: #927EA8;
}
.BgClassName
{
background-color: #927EA8;
}
</style>
border-color css
<style>
span { border-color: #927EA8; }
span { border-color: rgb(146,126,168); }
td.TdClassName
{
border-color: #927EA8;
}
.TagClassName
{
border-color: #927EA8;
}
</style>