Html Css Color HEX #927DA8 Purple Mountain's Majesty
📋 copy color: '#927DA8'red 146 ◦ green 125 ◦ blue 168
Shades of Purple Mountain's Majesty #927DA8
Tints of Purple Mountain's Majesty #927DA8
RGB
CMYK
RGB Variations
Color information
#927DA8 (or 0x927DA8) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7D and A8. RGB value is (146,125,168). Sum of RGB (Red+Green+Blue) = 146+125+168=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 168 - color contains mainly: blue. Hex color #927DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927DA8 is #6D8257. Grayscale: #888888. Windows color (decimal): -7176792 or 11042194. OLE color: 11042194.
HSL color Cylindrical-coordinate representation of color #927DA8: hue angle of 269.3º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #927DA8 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 125 | 168 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.34 |
| HSL | 269.3º | 0.2% | 0.57% | - |
| HSV(B) | 269.3º | 0.26% | 0.66% | - |
| XYZ | 26.26 | 23.61 | 40.22 | - |
| YUV | 136.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 168 | 0.13 | 0.26 | 0 | 0.34 | 269.3 | 0.2 | 0.57 |
| Hex | 92 | 7D | A8 | D | 1A | 0 | 22 | 10D | 14 | 39 |
| Octal | 222 | 175 | 250 | 15 | 32 | 0 | 42 | 415 | 24 | 71 |
| Binary | 10010010 | 1111101 | 10101000 | 1101 | 11010 | 0 | 100010 | 100001101 | 10100 | 111001 |
Color Harmonies of #927DA8
Complementary color
Monochromatic Colors of #927DA8
Black with #927DA8
Text Example
Text Example
White with #927DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DA8; }
p { color: rgb(146,125,168); }
H1.HeaderClassName
{
color: #927DA8;
}
.AnyTagClassName
{
color: #927DA8;
}
</style>
background-color css
<style>
a { background-color: #927DA8; }
a { background-color: rgb(146,125,168); }
div.DivClassName
{
background-color: #927DA8;
}
.BgClassName
{
background-color: #927DA8;
}
</style>
border-color css
<style>
span { border-color: #927DA8; }
span { border-color: rgb(146,125,168); }
td.TdClassName
{
border-color: #927DA8;
}
.TagClassName
{
border-color: #927DA8;
}
</style>