Html Css Color HEX #937AAD Purple Mountain's Majesty
📋 copy color: '#937AAD'red 147 ◦ green 122 ◦ blue 173
Shades of Purple Mountain's Majesty #937AAD
Tints of Purple Mountain's Majesty #937AAD
RGB
CMYK
RGB Variations
Color information
#937AAD (or 0x937AAD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7A and AD. RGB value is (147,122,173). Sum of RGB (Red+Green+Blue) = 147+122+173=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #937AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937AAD is #6C8552. Grayscale: #878787. Windows color (decimal): -7112019 or 11369107. OLE color: 11369107.
HSL color Cylindrical-coordinate representation of color #937AAD: hue angle of 269.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937AAD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 122 | 173 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.32 |
| HSL | 269.41º | 0.24% | 0.58% | - |
| HSV(B) | 269.41º | 0.29% | 0.68% | - |
| XYZ | 26.53 | 23.14 | 42.6 | - |
| YUV | 135.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 173 | 0.15 | 0.29 | 0 | 0.32 | 269.41 | 0.24 | 0.58 |
| Hex | 93 | 7A | AD | F | 1D | 0 | 20 | 10D | 18 | 3A |
| Octal | 223 | 172 | 255 | 17 | 35 | 0 | 40 | 415 | 30 | 72 |
| Binary | 10010011 | 1111010 | 10101101 | 1111 | 11101 | 0 | 100000 | 100001101 | 11000 | 111010 |
Color Harmonies of #937AAD
Complementary color
Monochromatic Colors of #937AAD
Black with #937AAD
Text Example
Text Example
White with #937AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AAD; }
p { color: rgb(147,122,173); }
H1.HeaderClassName
{
color: #937AAD;
}
.AnyTagClassName
{
color: #937AAD;
}
</style>
background-color css
<style>
a { background-color: #937AAD; }
a { background-color: rgb(147,122,173); }
div.DivClassName
{
background-color: #937AAD;
}
.BgClassName
{
background-color: #937AAD;
}
</style>
border-color css
<style>
span { border-color: #937AAD; }
span { border-color: rgb(147,122,173); }
td.TdClassName
{
border-color: #937AAD;
}
.TagClassName
{
border-color: #937AAD;
}
</style>