Html Css Color HEX #937BAC Purple Mountain's Majesty
📋 copy color: '#937BAC'red 147 ◦ green 123 ◦ blue 172
Shades of Purple Mountain's Majesty #937BAC
Tints of Purple Mountain's Majesty #937BAC
RGB
CMYK
RGB Variations
Color information
#937BAC (or 0x937BAC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and AC. RGB value is (147,123,172). Sum of RGB (Red+Green+Blue) = 147+123+172=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #937BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAC is #6C8453. Grayscale: #878787. Windows color (decimal): -7111764 or 11303827. OLE color: 11303827.
HSL color Cylindrical-coordinate representation of color #937BAC: hue angle of 269.39º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937BAC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 123 | 172 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.33 |
| HSL | 269.39º | 0.23% | 0.58% | - |
| HSV(B) | 269.39º | 0.28% | 0.67% | - |
| XYZ | 26.56 | 23.35 | 42.14 | - |
| YUV | 135.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 172 | 0.15 | 0.28 | 0 | 0.33 | 269.39 | 0.23 | 0.58 |
| Hex | 93 | 7B | AC | F | 1C | 0 | 21 | 10D | 17 | 3A |
| Octal | 223 | 173 | 254 | 17 | 34 | 0 | 41 | 415 | 27 | 72 |
| Binary | 10010011 | 1111011 | 10101100 | 1111 | 11100 | 0 | 100001 | 100001101 | 10111 | 111010 |
Color Harmonies of #937BAC
Complementary color
Monochromatic Colors of #937BAC
Black with #937BAC
Text Example
Text Example
White with #937BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BAC; }
p { color: rgb(147,123,172); }
H1.HeaderClassName
{
color: #937BAC;
}
.AnyTagClassName
{
color: #937BAC;
}
</style>
background-color css
<style>
a { background-color: #937BAC; }
a { background-color: rgb(147,123,172); }
div.DivClassName
{
background-color: #937BAC;
}
.BgClassName
{
background-color: #937BAC;
}
</style>
border-color css
<style>
span { border-color: #937BAC; }
span { border-color: rgb(147,123,172); }
td.TdClassName
{
border-color: #937BAC;
}
.TagClassName
{
border-color: #937BAC;
}
</style>