Html Css Color HEX #937FAF Purple Mountain's Majesty
📋 copy color: '#937FAF'red 147 ◦ green 127 ◦ blue 175
Shades of Purple Mountain's Majesty #937FAF
Tints of Purple Mountain's Majesty #937FAF
RGB
CMYK
RGB Variations
Color information
#937FAF (or 0x937FAF) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7F and AF. RGB value is (147,127,175). Sum of RGB (Red+Green+Blue) = 147+127+175=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #937FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937FAF is #6C8050. Grayscale: #8A8A8A. Windows color (decimal): -7110737 or 11501459. OLE color: 11501459.
HSL color Cylindrical-coordinate representation of color #937FAF: hue angle of 265º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #937FAF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 127 | 175 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.31 |
| HSL | 265º | 0.23% | 0.59% | - |
| HSV(B) | 265º | 0.27% | 0.69% | - |
| XYZ | 27.36 | 24.48 | 43.84 | - |
| YUV | 138.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 175 | 0.16 | 0.27 | 0 | 0.31 | 265 | 0.23 | 0.59 |
| Hex | 93 | 7F | AF | 10 | 1B | 0 | 1F | 109 | 17 | 3B |
| Octal | 223 | 177 | 257 | 20 | 33 | 0 | 37 | 411 | 27 | 73 |
| Binary | 10010011 | 1111111 | 10101111 | 10000 | 11011 | 0 | 11111 | 100001001 | 10111 | 111011 |
Color Harmonies of #937FAF
Complementary color
Monochromatic Colors of #937FAF
Black with #937FAF
Text Example
Text Example
White with #937FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FAF; }
p { color: rgb(147,127,175); }
H1.HeaderClassName
{
color: #937FAF;
}
.AnyTagClassName
{
color: #937FAF;
}
</style>
background-color css
<style>
a { background-color: #937FAF; }
a { background-color: rgb(147,127,175); }
div.DivClassName
{
background-color: #937FAF;
}
.BgClassName
{
background-color: #937FAF;
}
</style>
border-color css
<style>
span { border-color: #937FAF; }
span { border-color: rgb(147,127,175); }
td.TdClassName
{
border-color: #937FAF;
}
.TagClassName
{
border-color: #937FAF;
}
</style>