Html Css Color HEX #917CAE Purple Mountain's Majesty
📋 copy color: '#917CAE'red 145 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #917CAE
Tints of Purple Mountain's Majesty #917CAE
RGB
CMYK
RGB Variations
Color information
#917CAE (or 0x917CAE) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7C and AE. RGB value is (145,124,174). Sum of RGB (Red+Green+Blue) = 145+124+174=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #917CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CAE is #6E8351. Grayscale: #878787. Windows color (decimal): -7242578 or 11435153. OLE color: 11435153.
HSL color Cylindrical-coordinate representation of color #917CAE: hue angle of 265.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #917CAE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 124 | 174 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.32 |
| HSL | 265.2º | 0.24% | 0.58% | - |
| HSV(B) | 265.2º | 0.29% | 0.68% | - |
| XYZ | 26.52 | 23.49 | 43.18 | - |
| YUV | 135.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 174 | 0.17 | 0.29 | 0 | 0.32 | 265.2 | 0.24 | 0.58 |
| Hex | 91 | 7C | AE | 11 | 1D | 0 | 20 | 109 | 18 | 3A |
| Octal | 221 | 174 | 256 | 21 | 35 | 0 | 40 | 411 | 30 | 72 |
| Binary | 10010001 | 1111100 | 10101110 | 10001 | 11101 | 0 | 100000 | 100001001 | 11000 | 111010 |
Color Harmonies of #917CAE
Complementary color
Monochromatic Colors of #917CAE
Black with #917CAE
Text Example
Text Example
White with #917CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CAE; }
p { color: rgb(145,124,174); }
H1.HeaderClassName
{
color: #917CAE;
}
.AnyTagClassName
{
color: #917CAE;
}
</style>
background-color css
<style>
a { background-color: #917CAE; }
a { background-color: rgb(145,124,174); }
div.DivClassName
{
background-color: #917CAE;
}
.BgClassName
{
background-color: #917CAE;
}
</style>
border-color css
<style>
span { border-color: #917CAE; }
span { border-color: rgb(145,124,174); }
td.TdClassName
{
border-color: #917CAE;
}
.TagClassName
{
border-color: #917CAE;
}
</style>