Html Css Color HEX #937BAD Purple Mountain's Majesty
📋 copy color: '#937BAD'red 147 ◦ green 123 ◦ blue 173
Shades of Purple Mountain's Majesty #937BAD
Tints of Purple Mountain's Majesty #937BAD
RGB
CMYK
RGB Variations
Color information
#937BAD (or 0x937BAD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and AD. RGB value is (147,123,173). Sum of RGB (Red+Green+Blue) = 147+123+173=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #937BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAD is #6C8452. Grayscale: #878787. Windows color (decimal): -7111763 or 11369363. OLE color: 11369363.
HSL color Cylindrical-coordinate representation of color #937BAD: hue angle of 268.8º degrees, saturation: 0.23, 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 #937BAD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 123 | 173 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.32 |
| HSL | 268.8º | 0.23% | 0.58% | - |
| HSV(B) | 268.8º | 0.29% | 0.68% | - |
| XYZ | 26.66 | 23.39 | 42.64 | - |
| YUV | 135.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 173 | 0.15 | 0.29 | 0 | 0.32 | 268.8 | 0.23 | 0.58 |
| Hex | 93 | 7B | AD | F | 1D | 0 | 20 | 10D | 17 | 3A |
| Octal | 223 | 173 | 255 | 17 | 35 | 0 | 40 | 415 | 27 | 72 |
| Binary | 10010011 | 1111011 | 10101101 | 1111 | 11101 | 0 | 100000 | 100001101 | 10111 | 111010 |
Color Harmonies of #937BAD
Complementary color
Monochromatic Colors of #937BAD
Black with #937BAD
Text Example
Text Example
White with #937BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BAD; }
p { color: rgb(147,123,173); }
H1.HeaderClassName
{
color: #937BAD;
}
.AnyTagClassName
{
color: #937BAD;
}
</style>
background-color css
<style>
a { background-color: #937BAD; }
a { background-color: rgb(147,123,173); }
div.DivClassName
{
background-color: #937BAD;
}
.BgClassName
{
background-color: #937BAD;
}
</style>
border-color css
<style>
span { border-color: #937BAD; }
span { border-color: rgb(147,123,173); }
td.TdClassName
{
border-color: #937BAD;
}
.TagClassName
{
border-color: #937BAD;
}
</style>