Html Css Color HEX #947CAD Purple Mountain's Majesty
📋 copy color: '#947CAD'red 148 ◦ green 124 ◦ blue 173
Shades of Purple Mountain's Majesty #947CAD
Tints of Purple Mountain's Majesty #947CAD
RGB
CMYK
RGB Variations
Color information
#947CAD (or 0x947CAD) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and AD. RGB value is (148,124,173). Sum of RGB (Red+Green+Blue) = 148+124+173=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #947CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947CAD is #6B8352. Grayscale: #888888. Windows color (decimal): -7045971 or 11369620. OLE color: 11369620.
HSL color Cylindrical-coordinate representation of color #947CAD: hue angle of 269.39º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947CAD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 124 | 173 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.32 |
| HSL | 269.39º | 0.23% | 0.58% | - |
| HSV(B) | 269.39º | 0.28% | 0.68% | - |
| XYZ | 26.96 | 23.73 | 42.69 | - |
| YUV | 136.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 173 | 0.14 | 0.28 | 0 | 0.32 | 269.39 | 0.23 | 0.58 |
| Hex | 94 | 7C | AD | E | 1C | 0 | 20 | 10D | 17 | 3A |
| Octal | 224 | 174 | 255 | 16 | 34 | 0 | 40 | 415 | 27 | 72 |
| Binary | 10010100 | 1111100 | 10101101 | 1110 | 11100 | 0 | 100000 | 100001101 | 10111 | 111010 |
Color Harmonies of #947CAD
Complementary color
Monochromatic Colors of #947CAD
Black with #947CAD
Text Example
Text Example
White with #947CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CAD; }
p { color: rgb(148,124,173); }
H1.HeaderClassName
{
color: #947CAD;
}
.AnyTagClassName
{
color: #947CAD;
}
</style>
background-color css
<style>
a { background-color: #947CAD; }
a { background-color: rgb(148,124,173); }
div.DivClassName
{
background-color: #947CAD;
}
.BgClassName
{
background-color: #947CAD;
}
</style>
border-color css
<style>
span { border-color: #947CAD; }
span { border-color: rgb(148,124,173); }
td.TdClassName
{
border-color: #947CAD;
}
.TagClassName
{
border-color: #947CAD;
}
</style>