Html Css Color HEX #937BAA Purple Mountain's Majesty
📋 copy color: '#937BAA'red 147 ◦ green 123 ◦ blue 170
Shades of Purple Mountain's Majesty #937BAA
Tints of Purple Mountain's Majesty #937BAA
RGB
CMYK
RGB Variations
Color information
#937BAA (or 0x937BAA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and AA. RGB value is (147,123,170). Sum of RGB (Red+Green+Blue) = 147+123+170=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #937BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAA is #6C8455. Grayscale: #878787. Windows color (decimal): -7111766 or 11172755. OLE color: 11172755.
HSL color Cylindrical-coordinate representation of color #937BAA: hue angle of 270.64º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937BAA is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 123 | 170 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.33 |
| HSL | 270.64º | 0.22% | 0.57% | - |
| HSV(B) | 270.64º | 0.28% | 0.67% | - |
| XYZ | 26.37 | 23.27 | 41.13 | - |
| YUV | 135.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 170 | 0.14 | 0.28 | 0 | 0.33 | 270.64 | 0.22 | 0.57 |
| Hex | 93 | 7B | AA | E | 1C | 0 | 21 | 10F | 16 | 39 |
| Octal | 223 | 173 | 252 | 16 | 34 | 0 | 41 | 417 | 26 | 71 |
| Binary | 10010011 | 1111011 | 10101010 | 1110 | 11100 | 0 | 100001 | 100001111 | 10110 | 111001 |
Color Harmonies of #937BAA
Complementary color
Monochromatic Colors of #937BAA
Black with #937BAA
Text Example
Text Example
White with #937BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BAA; }
p { color: rgb(147,123,170); }
H1.HeaderClassName
{
color: #937BAA;
}
.AnyTagClassName
{
color: #937BAA;
}
</style>
background-color css
<style>
a { background-color: #937BAA; }
a { background-color: rgb(147,123,170); }
div.DivClassName
{
background-color: #937BAA;
}
.BgClassName
{
background-color: #937BAA;
}
</style>
border-color css
<style>
span { border-color: #937BAA; }
span { border-color: rgb(147,123,170); }
td.TdClassName
{
border-color: #937BAA;
}
.TagClassName
{
border-color: #937BAA;
}
</style>