Html Css Color HEX #937CAC Purple Mountain's Majesty
📋 copy color: '#937CAC'red 147 ◦ green 124 ◦ blue 172
Shades of Purple Mountain's Majesty #937CAC
Tints of Purple Mountain's Majesty #937CAC
RGB
CMYK
RGB Variations
Color information
#937CAC (or 0x937CAC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7C and AC. RGB value is (147,124,172). Sum of RGB (Red+Green+Blue) = 147+124+172=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #937CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937CAC is #6C8353. Grayscale: #888888. Windows color (decimal): -7111508 or 11304083. OLE color: 11304083.
HSL color Cylindrical-coordinate representation of color #937CAC: hue angle of 268.75º degrees, saturation: 0.22, 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 #937CAC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 124 | 172 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.33 |
| HSL | 268.75º | 0.22% | 0.58% | - |
| HSV(B) | 268.75º | 0.28% | 0.67% | - |
| XYZ | 26.69 | 23.6 | 42.18 | - |
| YUV | 136.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 172 | 0.15 | 0.28 | 0 | 0.33 | 268.75 | 0.22 | 0.58 |
| Hex | 93 | 7C | AC | F | 1C | 0 | 21 | 10D | 16 | 3A |
| Octal | 223 | 174 | 254 | 17 | 34 | 0 | 41 | 415 | 26 | 72 |
| Binary | 10010011 | 1111100 | 10101100 | 1111 | 11100 | 0 | 100001 | 100001101 | 10110 | 111010 |
Color Harmonies of #937CAC
Complementary color
Monochromatic Colors of #937CAC
Black with #937CAC
Text Example
Text Example
White with #937CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CAC; }
p { color: rgb(147,124,172); }
H1.HeaderClassName
{
color: #937CAC;
}
.AnyTagClassName
{
color: #937CAC;
}
</style>
background-color css
<style>
a { background-color: #937CAC; }
a { background-color: rgb(147,124,172); }
div.DivClassName
{
background-color: #937CAC;
}
.BgClassName
{
background-color: #937CAC;
}
</style>
border-color css
<style>
span { border-color: #937CAC; }
span { border-color: rgb(147,124,172); }
td.TdClassName
{
border-color: #937CAC;
}
.TagClassName
{
border-color: #937CAC;
}
</style>