Html Css Color HEX #917DAE Purple Mountain's Majesty
📋 copy color: '#917DAE'red 145 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #917DAE
Tints of Purple Mountain's Majesty #917DAE
RGB
CMYK
RGB Variations
Color information
#917DAE (or 0x917DAE) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and AE. RGB value is (145,125,174). Sum of RGB (Red+Green+Blue) = 145+125+174=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #917DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917DAE is #6E8251. Grayscale: #888888. Windows color (decimal): -7242322 or 11435409. OLE color: 11435409.
HSL color Cylindrical-coordinate representation of color #917DAE: hue angle of 264.49º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917DAE is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 125 | 174 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.32 |
| HSL | 264.49º | 0.23% | 0.59% | - |
| HSV(B) | 264.49º | 0.28% | 0.68% | - |
| XYZ | 26.65 | 23.74 | 43.22 | - |
| YUV | 136.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 174 | 0.17 | 0.28 | 0 | 0.32 | 264.49 | 0.23 | 0.59 |
| Hex | 91 | 7D | AE | 11 | 1C | 0 | 20 | 108 | 17 | 3B |
| Octal | 221 | 175 | 256 | 21 | 34 | 0 | 40 | 410 | 27 | 73 |
| Binary | 10010001 | 1111101 | 10101110 | 10001 | 11100 | 0 | 100000 | 100001000 | 10111 | 111011 |
Color Harmonies of #917DAE
Complementary color
Monochromatic Colors of #917DAE
Black with #917DAE
Text Example
Text Example
White with #917DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DAE; }
p { color: rgb(145,125,174); }
H1.HeaderClassName
{
color: #917DAE;
}
.AnyTagClassName
{
color: #917DAE;
}
</style>
background-color css
<style>
a { background-color: #917DAE; }
a { background-color: rgb(145,125,174); }
div.DivClassName
{
background-color: #917DAE;
}
.BgClassName
{
background-color: #917DAE;
}
</style>
border-color css
<style>
span { border-color: #917DAE; }
span { border-color: rgb(145,125,174); }
td.TdClassName
{
border-color: #917DAE;
}
.TagClassName
{
border-color: #917DAE;
}
</style>