Html Css Color HEX #937DAA Purple Mountain's Majesty
📋 copy color: '#937DAA'red 147 ◦ green 125 ◦ blue 170
Shades of Purple Mountain's Majesty #937DAA
Tints of Purple Mountain's Majesty #937DAA
RGB
CMYK
RGB Variations
Color information
#937DAA (or 0x937DAA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and AA. RGB value is (147,125,170). Sum of RGB (Red+Green+Blue) = 147+125+170=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #937DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAA is #6C8255. Grayscale: #888888. Windows color (decimal): -7111254 or 11173267. OLE color: 11173267.
HSL color Cylindrical-coordinate representation of color #937DAA: hue angle of 269.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 #937DAA is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 125 | 170 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.33 |
| HSL | 269.33º | 0.21% | 0.58% | - |
| HSV(B) | 269.33º | 0.26% | 0.67% | - |
| XYZ | 26.62 | 23.77 | 41.22 | - |
| YUV | 136.71 | 146.79 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 170 | 0.14 | 0.26 | 0 | 0.33 | 269.33 | 0.21 | 0.58 |
| Hex | 93 | 7D | AA | E | 1A | 0 | 21 | 10D | 15 | 3A |
| Octal | 223 | 175 | 252 | 16 | 32 | 0 | 41 | 415 | 25 | 72 |
| Binary | 10010011 | 1111101 | 10101010 | 1110 | 11010 | 0 | 100001 | 100001101 | 10101 | 111010 |
Color Harmonies of #937DAA
Complementary color
Monochromatic Colors of #937DAA
Black with #937DAA
Text Example
Text Example
White with #937DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DAA; }
p { color: rgb(147,125,170); }
H1.HeaderClassName
{
color: #937DAA;
}
.AnyTagClassName
{
color: #937DAA;
}
</style>
background-color css
<style>
a { background-color: #937DAA; }
a { background-color: rgb(147,125,170); }
div.DivClassName
{
background-color: #937DAA;
}
.BgClassName
{
background-color: #937DAA;
}
</style>
border-color css
<style>
span { border-color: #937DAA; }
span { border-color: rgb(147,125,170); }
td.TdClassName
{
border-color: #937DAA;
}
.TagClassName
{
border-color: #937DAA;
}
</style>