Html Css Color HEX #947EAA Purple Mountain's Majesty
📋 copy color: '#947EAA'red 148 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #947EAA
Tints of Purple Mountain's Majesty #947EAA
RGB
CMYK
RGB Variations
Color information
#947EAA (or 0x947EAA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7E and AA. RGB value is (148,126,170). Sum of RGB (Red+Green+Blue) = 148+126+170=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #947EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947EAA is #6B8155. Grayscale: #898989. Windows color (decimal): -7045462 or 11173524. OLE color: 11173524.
HSL color Cylindrical-coordinate representation of color #947EAA: hue angle of 270º 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 #947EAA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 126 | 170 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.33 |
| HSL | 270º | 0.21% | 0.58% | - |
| HSV(B) | 270º | 0.26% | 0.67% | - |
| XYZ | 26.93 | 24.12 | 41.27 | - |
| YUV | 137.59 | 146.29 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 170 | 0.13 | 0.26 | 0 | 0.33 | 270 | 0.21 | 0.58 |
| Hex | 94 | 7E | AA | D | 1A | 0 | 21 | 10E | 15 | 3A |
| Octal | 224 | 176 | 252 | 15 | 32 | 0 | 41 | 416 | 25 | 72 |
| Binary | 10010100 | 1111110 | 10101010 | 1101 | 11010 | 0 | 100001 | 100001110 | 10101 | 111010 |
Color Harmonies of #947EAA
Complementary color
Monochromatic Colors of #947EAA
Black with #947EAA
Text Example
Text Example
White with #947EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EAA; }
p { color: rgb(148,126,170); }
H1.HeaderClassName
{
color: #947EAA;
}
.AnyTagClassName
{
color: #947EAA;
}
</style>
background-color css
<style>
a { background-color: #947EAA; }
a { background-color: rgb(148,126,170); }
div.DivClassName
{
background-color: #947EAA;
}
.BgClassName
{
background-color: #947EAA;
}
</style>
border-color css
<style>
span { border-color: #947EAA; }
span { border-color: rgb(148,126,170); }
td.TdClassName
{
border-color: #947EAA;
}
.TagClassName
{
border-color: #947EAA;
}
</style>