Html Css Color HEX #917EAA Purple Mountain's Majesty
📋 copy color: '#917EAA'red 145 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #917EAA
Tints of Purple Mountain's Majesty #917EAA
RGB
CMYK
RGB Variations
Color information
#917EAA (or 0x917EAA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7E and AA. RGB value is (145,126,170). Sum of RGB (Red+Green+Blue) = 145+126+170=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #917EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EAA is #6E8155. Grayscale: #888888. Windows color (decimal): -7242070 or 11173521. OLE color: 11173521.
HSL color Cylindrical-coordinate representation of color #917EAA: hue angle of 265.91º 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 #917EAA is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 126 | 170 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 265.91º | 0.21% | 0.58% | - |
| HSV(B) | 265.91º | 0.26% | 0.67% | - |
| XYZ | 26.39 | 23.84 | 41.24 | - |
| YUV | 136.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 170 | 0.15 | 0.26 | 0 | 0.33 | 265.91 | 0.21 | 0.58 |
| Hex | 91 | 7E | AA | F | 1A | 0 | 21 | 10A | 15 | 3A |
| Octal | 221 | 176 | 252 | 17 | 32 | 0 | 41 | 412 | 25 | 72 |
| Binary | 10010001 | 1111110 | 10101010 | 1111 | 11010 | 0 | 100001 | 100001010 | 10101 | 111010 |
Color Harmonies of #917EAA
Complementary color
Monochromatic Colors of #917EAA
Black with #917EAA
Text Example
Text Example
White with #917EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EAA; }
p { color: rgb(145,126,170); }
H1.HeaderClassName
{
color: #917EAA;
}
.AnyTagClassName
{
color: #917EAA;
}
</style>
background-color css
<style>
a { background-color: #917EAA; }
a { background-color: rgb(145,126,170); }
div.DivClassName
{
background-color: #917EAA;
}
.BgClassName
{
background-color: #917EAA;
}
</style>
border-color css
<style>
span { border-color: #917EAA; }
span { border-color: rgb(145,126,170); }
td.TdClassName
{
border-color: #917EAA;
}
.TagClassName
{
border-color: #917EAA;
}
</style>