Html Css Color HEX #937EAD Purple Mountain's Majesty
📋 copy color: '#937EAD'red 147 ◦ green 126 ◦ blue 173
Shades of Purple Mountain's Majesty #937EAD
Tints of Purple Mountain's Majesty #937EAD
RGB
CMYK
RGB Variations
Color information
#937EAD (or 0x937EAD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7E and AD. RGB value is (147,126,173). Sum of RGB (Red+Green+Blue) = 147+126+173=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #937EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937EAD is #6C8152. Grayscale: #898989. Windows color (decimal): -7110995 or 11370131. OLE color: 11370131.
HSL color Cylindrical-coordinate representation of color #937EAD: hue angle of 266.81º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #937EAD is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 126 | 173 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.32 |
| HSL | 266.81º | 0.22% | 0.59% | - |
| HSV(B) | 266.81º | 0.27% | 0.68% | - |
| XYZ | 27.04 | 24.14 | 42.77 | - |
| YUV | 137.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 173 | 0.15 | 0.27 | 0 | 0.32 | 266.81 | 0.22 | 0.59 |
| Hex | 93 | 7E | AD | F | 1B | 0 | 20 | 10B | 16 | 3B |
| Octal | 223 | 176 | 255 | 17 | 33 | 0 | 40 | 413 | 26 | 73 |
| Binary | 10010011 | 1111110 | 10101101 | 1111 | 11011 | 0 | 100000 | 100001011 | 10110 | 111011 |
Color Harmonies of #937EAD
Complementary color
Monochromatic Colors of #937EAD
Black with #937EAD
Text Example
Text Example
White with #937EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EAD; }
p { color: rgb(147,126,173); }
H1.HeaderClassName
{
color: #937EAD;
}
.AnyTagClassName
{
color: #937EAD;
}
</style>
background-color css
<style>
a { background-color: #937EAD; }
a { background-color: rgb(147,126,173); }
div.DivClassName
{
background-color: #937EAD;
}
.BgClassName
{
background-color: #937EAD;
}
</style>
border-color css
<style>
span { border-color: #937EAD; }
span { border-color: rgb(147,126,173); }
td.TdClassName
{
border-color: #937EAD;
}
.TagClassName
{
border-color: #937EAD;
}
</style>