Html Css Color HEX #937DAE Purple Mountain's Majesty
📋 copy color: '#937DAE'red 147 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #937DAE
Tints of Purple Mountain's Majesty #937DAE
RGB
CMYK
RGB Variations
Color information
#937DAE (or 0x937DAE) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and AE. RGB value is (147,125,174). Sum of RGB (Red+Green+Blue) = 147+125+174=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #937DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAE is #6C8251. Grayscale: #888888. Windows color (decimal): -7111250 or 11435411. OLE color: 11435411.
HSL color Cylindrical-coordinate representation of color #937DAE: hue angle of 266.94º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937DAE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 125 | 174 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.32 |
| HSL | 266.94º | 0.23% | 0.59% | - |
| HSV(B) | 266.94º | 0.28% | 0.68% | - |
| XYZ | 27.01 | 23.93 | 43.24 | - |
| YUV | 137.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 174 | 0.16 | 0.28 | 0 | 0.32 | 266.94 | 0.23 | 0.59 |
| Hex | 93 | 7D | AE | 10 | 1C | 0 | 20 | 10B | 17 | 3B |
| Octal | 223 | 175 | 256 | 20 | 34 | 0 | 40 | 413 | 27 | 73 |
| Binary | 10010011 | 1111101 | 10101110 | 10000 | 11100 | 0 | 100000 | 100001011 | 10111 | 111011 |
Color Harmonies of #937DAE
Complementary color
Monochromatic Colors of #937DAE
Black with #937DAE
Text Example
Text Example
White with #937DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DAE; }
p { color: rgb(147,125,174); }
H1.HeaderClassName
{
color: #937DAE;
}
.AnyTagClassName
{
color: #937DAE;
}
</style>
background-color css
<style>
a { background-color: #937DAE; }
a { background-color: rgb(147,125,174); }
div.DivClassName
{
background-color: #937DAE;
}
.BgClassName
{
background-color: #937DAE;
}
</style>
border-color css
<style>
span { border-color: #937DAE; }
span { border-color: rgb(147,125,174); }
td.TdClassName
{
border-color: #937DAE;
}
.TagClassName
{
border-color: #937DAE;
}
</style>