Html Css Color HEX #917EAB Purple Mountain's Majesty
📋 copy color: '#917EAB'red 145 ◦ green 126 ◦ blue 171
Shades of Purple Mountain's Majesty #917EAB
Tints of Purple Mountain's Majesty #917EAB
RGB
CMYK
RGB Variations
Color information
#917EAB (or 0x917EAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7E and AB. RGB value is (145,126,171). Sum of RGB (Red+Green+Blue) = 145+126+171=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #917EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EAB is #6E8154. Grayscale: #888888. Windows color (decimal): -7242069 or 11239057. OLE color: 11239057.
HSL color Cylindrical-coordinate representation of color #917EAB: hue angle of 265.33º 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 #917EAB is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 126 | 171 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 265.33º | 0.21% | 0.58% | - |
| HSV(B) | 265.33º | 0.26% | 0.67% | - |
| XYZ | 26.49 | 23.88 | 41.74 | - |
| YUV | 136.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 171 | 0.15 | 0.26 | 0 | 0.33 | 265.33 | 0.21 | 0.58 |
| Hex | 91 | 7E | AB | F | 1A | 0 | 21 | 109 | 15 | 3A |
| Octal | 221 | 176 | 253 | 17 | 32 | 0 | 41 | 411 | 25 | 72 |
| Binary | 10010001 | 1111110 | 10101011 | 1111 | 11010 | 0 | 100001 | 100001001 | 10101 | 111010 |
Color Harmonies of #917EAB
Complementary color
Monochromatic Colors of #917EAB
Black with #917EAB
Text Example
Text Example
White with #917EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917EAB; }
p { color: rgb(145,126,171); }
H1.HeaderClassName
{
color: #917EAB;
}
.AnyTagClassName
{
color: #917EAB;
}
</style>
background-color css
<style>
a { background-color: #917EAB; }
a { background-color: rgb(145,126,171); }
div.DivClassName
{
background-color: #917EAB;
}
.BgClassName
{
background-color: #917EAB;
}
</style>
border-color css
<style>
span { border-color: #917EAB; }
span { border-color: rgb(145,126,171); }
td.TdClassName
{
border-color: #917EAB;
}
.TagClassName
{
border-color: #917EAB;
}
</style>