Html Css Color HEX #937CAF Purple Mountain's Majesty
📋 copy color: '#937CAF'red 147 ◦ green 124 ◦ blue 175
Shades of Purple Mountain's Majesty #937CAF
Tints of Purple Mountain's Majesty #937CAF
RGB
CMYK
RGB Variations
Color information
#937CAF (or 0x937CAF) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7C and AF. RGB value is (147,124,175). Sum of RGB (Red+Green+Blue) = 147+124+175=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #937CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937CAF is #6C8350. Grayscale: #888888. Windows color (decimal): -7111505 or 11500691. OLE color: 11500691.
HSL color Cylindrical-coordinate representation of color #937CAF: hue angle of 267.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937CAF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 124 | 175 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.31 |
| HSL | 267.06º | 0.24% | 0.59% | - |
| HSV(B) | 267.06º | 0.29% | 0.69% | - |
| XYZ | 26.98 | 23.71 | 43.71 | - |
| YUV | 136.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 175 | 0.16 | 0.29 | 0 | 0.31 | 267.06 | 0.24 | 0.59 |
| Hex | 93 | 7C | AF | 10 | 1D | 0 | 1F | 10B | 18 | 3B |
| Octal | 223 | 174 | 257 | 20 | 35 | 0 | 37 | 413 | 30 | 73 |
| Binary | 10010011 | 1111100 | 10101111 | 10000 | 11101 | 0 | 11111 | 100001011 | 11000 | 111011 |
Color Harmonies of #937CAF
Complementary color
Monochromatic Colors of #937CAF
Black with #937CAF
Text Example
Text Example
White with #937CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CAF; }
p { color: rgb(147,124,175); }
H1.HeaderClassName
{
color: #937CAF;
}
.AnyTagClassName
{
color: #937CAF;
}
</style>
background-color css
<style>
a { background-color: #937CAF; }
a { background-color: rgb(147,124,175); }
div.DivClassName
{
background-color: #937CAF;
}
.BgClassName
{
background-color: #937CAF;
}
</style>
border-color css
<style>
span { border-color: #937CAF; }
span { border-color: rgb(147,124,175); }
td.TdClassName
{
border-color: #937CAF;
}
.TagClassName
{
border-color: #937CAF;
}
</style>