Html Css Color HEX #937EAB Purple Mountain's Majesty
📋 copy color: '#937EAB'red 147 ◦ green 126 ◦ blue 171
Shades of Purple Mountain's Majesty #937EAB
Tints of Purple Mountain's Majesty #937EAB
RGB
CMYK
RGB Variations
Color information
#937EAB (or 0x937EAB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7E and AB. RGB value is (147,126,171). Sum of RGB (Red+Green+Blue) = 147+126+171=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #937EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937EAB is #6C8154. Grayscale: #898989. Windows color (decimal): -7110997 or 11239059. OLE color: 11239059.
HSL color Cylindrical-coordinate representation of color #937EAB: hue angle of 268º 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 #937EAB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 126 | 171 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.33 |
| HSL | 268º | 0.21% | 0.58% | - |
| HSV(B) | 268º | 0.26% | 0.67% | - |
| XYZ | 26.84 | 24.07 | 41.76 | - |
| YUV | 137.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 171 | 0.14 | 0.26 | 0 | 0.33 | 268 | 0.21 | 0.58 |
| Hex | 93 | 7E | AB | E | 1A | 0 | 21 | 10C | 15 | 3A |
| Octal | 223 | 176 | 253 | 16 | 32 | 0 | 41 | 414 | 25 | 72 |
| Binary | 10010011 | 1111110 | 10101011 | 1110 | 11010 | 0 | 100001 | 100001100 | 10101 | 111010 |
Color Harmonies of #937EAB
Complementary color
Monochromatic Colors of #937EAB
Black with #937EAB
Text Example
Text Example
White with #937EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EAB; }
p { color: rgb(147,126,171); }
H1.HeaderClassName
{
color: #937EAB;
}
.AnyTagClassName
{
color: #937EAB;
}
</style>
background-color css
<style>
a { background-color: #937EAB; }
a { background-color: rgb(147,126,171); }
div.DivClassName
{
background-color: #937EAB;
}
.BgClassName
{
background-color: #937EAB;
}
</style>
border-color css
<style>
span { border-color: #937EAB; }
span { border-color: rgb(147,126,171); }
td.TdClassName
{
border-color: #937EAB;
}
.TagClassName
{
border-color: #937EAB;
}
</style>