Html Css Color HEX #937FAC Purple Mountain's Majesty
📋 copy color: '#937FAC'red 147 ◦ green 127 ◦ blue 172
Shades of Purple Mountain's Majesty #937FAC
Tints of Purple Mountain's Majesty #937FAC
RGB
CMYK
RGB Variations
Color information
#937FAC (or 0x937FAC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7F and AC. RGB value is (147,127,172). Sum of RGB (Red+Green+Blue) = 147+127+172=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #937FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937FAC is #6C8053. Grayscale: #898989. Windows color (decimal): -7110740 or 11304851. OLE color: 11304851.
HSL color Cylindrical-coordinate representation of color #937FAC: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #937FAC is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 127 | 172 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.33 |
| HSL | 266.67º | 0.21% | 0.59% | - |
| HSV(B) | 266.67º | 0.26% | 0.67% | - |
| XYZ | 27.07 | 24.36 | 42.31 | - |
| YUV | 138.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 172 | 0.15 | 0.26 | 0 | 0.33 | 266.67 | 0.21 | 0.59 |
| Hex | 93 | 7F | AC | F | 1A | 0 | 21 | 10B | 15 | 3B |
| Octal | 223 | 177 | 254 | 17 | 32 | 0 | 41 | 413 | 25 | 73 |
| Binary | 10010011 | 1111111 | 10101100 | 1111 | 11010 | 0 | 100001 | 100001011 | 10101 | 111011 |
Color Harmonies of #937FAC
Complementary color
Monochromatic Colors of #937FAC
Black with #937FAC
Text Example
Text Example
White with #937FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FAC; }
p { color: rgb(147,127,172); }
H1.HeaderClassName
{
color: #937FAC;
}
.AnyTagClassName
{
color: #937FAC;
}
</style>
background-color css
<style>
a { background-color: #937FAC; }
a { background-color: rgb(147,127,172); }
div.DivClassName
{
background-color: #937FAC;
}
.BgClassName
{
background-color: #937FAC;
}
</style>
border-color css
<style>
span { border-color: #937FAC; }
span { border-color: rgb(147,127,172); }
td.TdClassName
{
border-color: #937FAC;
}
.TagClassName
{
border-color: #937FAC;
}
</style>