Html Css Color HEX #947DAA Purple Mountain's Majesty
📋 copy color: '#947DAA'red 148 ◦ green 125 ◦ blue 170
Shades of Purple Mountain's Majesty #947DAA
Tints of Purple Mountain's Majesty #947DAA
RGB
CMYK
RGB Variations
Color information
#947DAA (or 0x947DAA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and AA. RGB value is (148,125,170). Sum of RGB (Red+Green+Blue) = 148+125+170=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #947DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAA is #6B8255. Grayscale: #888888. Windows color (decimal): -7045718 or 11173268. OLE color: 11173268.
HSL color Cylindrical-coordinate representation of color #947DAA: hue angle of 270.67º 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 #947DAA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 125 | 170 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.33 |
| HSL | 270.67º | 0.21% | 0.58% | - |
| HSV(B) | 270.67º | 0.26% | 0.67% | - |
| XYZ | 26.8 | 23.87 | 41.22 | - |
| YUV | 137.01 | 146.62 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 170 | 0.13 | 0.26 | 0 | 0.33 | 270.67 | 0.21 | 0.58 |
| Hex | 94 | 7D | AA | D | 1A | 0 | 21 | 10F | 15 | 3A |
| Octal | 224 | 175 | 252 | 15 | 32 | 0 | 41 | 417 | 25 | 72 |
| Binary | 10010100 | 1111101 | 10101010 | 1101 | 11010 | 0 | 100001 | 100001111 | 10101 | 111010 |
Color Harmonies of #947DAA
Complementary color
Monochromatic Colors of #947DAA
Black with #947DAA
Text Example
Text Example
White with #947DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947DAA; }
p { color: rgb(148,125,170); }
H1.HeaderClassName
{
color: #947DAA;
}
.AnyTagClassName
{
color: #947DAA;
}
</style>
background-color css
<style>
a { background-color: #947DAA; }
a { background-color: rgb(148,125,170); }
div.DivClassName
{
background-color: #947DAA;
}
.BgClassName
{
background-color: #947DAA;
}
</style>
border-color css
<style>
span { border-color: #947DAA; }
span { border-color: rgb(148,125,170); }
td.TdClassName
{
border-color: #947DAA;
}
.TagClassName
{
border-color: #947DAA;
}
</style>