Html Css Color HEX #917DAA Purple Mountain's Majesty
📋 copy color: '#917DAA'red 145 ◦ green 125 ◦ blue 170
Shades of Purple Mountain's Majesty #917DAA
Tints of Purple Mountain's Majesty #917DAA
RGB
CMYK
RGB Variations
Color information
#917DAA (or 0x917DAA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7D and AA. RGB value is (145,125,170). Sum of RGB (Red+Green+Blue) = 145+125+170=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #917DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917DAA is #6E8255. Grayscale: #878787. Windows color (decimal): -7242326 or 11173265. OLE color: 11173265.
HSL color Cylindrical-coordinate representation of color #917DAA: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #917DAA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 125 | 170 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 266.67º | 0.21% | 0.58% | - |
| HSV(B) | 266.67º | 0.26% | 0.67% | - |
| XYZ | 26.27 | 23.59 | 41.2 | - |
| YUV | 136.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 170 | 0.15 | 0.26 | 0 | 0.33 | 266.67 | 0.21 | 0.58 |
| Hex | 91 | 7D | AA | F | 1A | 0 | 21 | 10B | 15 | 3A |
| Octal | 221 | 175 | 252 | 17 | 32 | 0 | 41 | 413 | 25 | 72 |
| Binary | 10010001 | 1111101 | 10101010 | 1111 | 11010 | 0 | 100001 | 100001011 | 10101 | 111010 |
Color Harmonies of #917DAA
Complementary color
Monochromatic Colors of #917DAA
Black with #917DAA
Text Example
Text Example
White with #917DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DAA; }
p { color: rgb(145,125,170); }
H1.HeaderClassName
{
color: #917DAA;
}
.AnyTagClassName
{
color: #917DAA;
}
</style>
background-color css
<style>
a { background-color: #917DAA; }
a { background-color: rgb(145,125,170); }
div.DivClassName
{
background-color: #917DAA;
}
.BgClassName
{
background-color: #917DAA;
}
</style>
border-color css
<style>
span { border-color: #917DAA; }
span { border-color: rgb(145,125,170); }
td.TdClassName
{
border-color: #917DAA;
}
.TagClassName
{
border-color: #917DAA;
}
</style>