Html Css Color HEX #937FAB Purple Mountain's Majesty
📋 copy color: '#937FAB'red 147 ◦ green 127 ◦ blue 171
Shades of Purple Mountain's Majesty #937FAB
Tints of Purple Mountain's Majesty #937FAB
RGB
CMYK
RGB Variations
Color information
#937FAB (or 0x937FAB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7F and AB. RGB value is (147,127,171). Sum of RGB (Red+Green+Blue) = 147+127+171=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #937FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937FAB is #6C8054. Grayscale: #898989. Windows color (decimal): -7110741 or 11239315. OLE color: 11239315.
HSL color Cylindrical-coordinate representation of color #937FAB: hue angle of 267.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #937FAB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 127 | 171 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.33 |
| HSL | 267.27º | 0.21% | 0.58% | - |
| HSV(B) | 267.27º | 0.26% | 0.67% | - |
| XYZ | 26.97 | 24.32 | 41.8 | - |
| YUV | 138 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 171 | 0.14 | 0.26 | 0 | 0.33 | 267.27 | 0.21 | 0.58 |
| Hex | 93 | 7F | AB | E | 1A | 0 | 21 | 10B | 15 | 3A |
| Octal | 223 | 177 | 253 | 16 | 32 | 0 | 41 | 413 | 25 | 72 |
| Binary | 10010011 | 1111111 | 10101011 | 1110 | 11010 | 0 | 100001 | 100001011 | 10101 | 111010 |
Color Harmonies of #937FAB
Complementary color
Monochromatic Colors of #937FAB
Black with #937FAB
Text Example
Text Example
White with #937FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FAB; }
p { color: rgb(147,127,171); }
H1.HeaderClassName
{
color: #937FAB;
}
.AnyTagClassName
{
color: #937FAB;
}
</style>
background-color css
<style>
a { background-color: #937FAB; }
a { background-color: rgb(147,127,171); }
div.DivClassName
{
background-color: #937FAB;
}
.BgClassName
{
background-color: #937FAB;
}
</style>
border-color css
<style>
span { border-color: #937FAB; }
span { border-color: rgb(147,127,171); }
td.TdClassName
{
border-color: #937FAB;
}
.TagClassName
{
border-color: #937FAB;
}
</style>