Html Css Color HEX #947CAE Purple Mountain's Majesty
📋 copy color: '#947CAE'red 148 ◦ green 124 ◦ blue 174
Shades of Purple Mountain's Majesty #947CAE
Tints of Purple Mountain's Majesty #947CAE
RGB
CMYK
RGB Variations
Color information
#947CAE (or 0x947CAE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and AE. RGB value is (148,124,174). Sum of RGB (Red+Green+Blue) = 148+124+174=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #947CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947CAE is #6B8351. Grayscale: #888888. Windows color (decimal): -7045970 or 11435156. OLE color: 11435156.
HSL color Cylindrical-coordinate representation of color #947CAE: hue angle of 268.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947CAE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 124 | 174 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.32 |
| HSL | 268.8º | 0.24% | 0.58% | - |
| HSV(B) | 268.8º | 0.29% | 0.68% | - |
| XYZ | 27.06 | 23.77 | 43.21 | - |
| YUV | 136.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 174 | 0.15 | 0.29 | 0 | 0.32 | 268.8 | 0.24 | 0.58 |
| Hex | 94 | 7C | AE | F | 1D | 0 | 20 | 10D | 18 | 3A |
| Octal | 224 | 174 | 256 | 17 | 35 | 0 | 40 | 415 | 30 | 72 |
| Binary | 10010100 | 1111100 | 10101110 | 1111 | 11101 | 0 | 100000 | 100001101 | 11000 | 111010 |
Color Harmonies of #947CAE
Complementary color
Monochromatic Colors of #947CAE
Black with #947CAE
Text Example
Text Example
White with #947CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CAE; }
p { color: rgb(148,124,174); }
H1.HeaderClassName
{
color: #947CAE;
}
.AnyTagClassName
{
color: #947CAE;
}
</style>
background-color css
<style>
a { background-color: #947CAE; }
a { background-color: rgb(148,124,174); }
div.DivClassName
{
background-color: #947CAE;
}
.BgClassName
{
background-color: #947CAE;
}
</style>
border-color css
<style>
span { border-color: #947CAE; }
span { border-color: rgb(148,124,174); }
td.TdClassName
{
border-color: #947CAE;
}
.TagClassName
{
border-color: #947CAE;
}
</style>