Html Css Color HEX #947BAE Purple Mountain's Majesty
📋 copy color: '#947BAE'red 148 ◦ green 123 ◦ blue 174
Shades of Purple Mountain's Majesty #947BAE
Tints of Purple Mountain's Majesty #947BAE
RGB
CMYK
RGB Variations
Color information
#947BAE (or 0x947BAE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and AE. RGB value is (148,123,174). Sum of RGB (Red+Green+Blue) = 148+123+174=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #947BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAE is #6B8451. Grayscale: #888888. Windows color (decimal): -7046226 or 11434900. OLE color: 11434900.
HSL color Cylindrical-coordinate representation of color #947BAE: hue angle of 269.41º 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 #947BAE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 123 | 174 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.32 |
| HSL | 269.41º | 0.24% | 0.58% | - |
| HSV(B) | 269.41º | 0.29% | 0.68% | - |
| XYZ | 26.94 | 23.52 | 43.16 | - |
| YUV | 136.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 174 | 0.15 | 0.29 | 0 | 0.32 | 269.41 | 0.24 | 0.58 |
| Hex | 94 | 7B | AE | F | 1D | 0 | 20 | 10D | 18 | 3A |
| Octal | 224 | 173 | 256 | 17 | 35 | 0 | 40 | 415 | 30 | 72 |
| Binary | 10010100 | 1111011 | 10101110 | 1111 | 11101 | 0 | 100000 | 100001101 | 11000 | 111010 |
Color Harmonies of #947BAE
Complementary color
Monochromatic Colors of #947BAE
Black with #947BAE
Text Example
Text Example
White with #947BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BAE; }
p { color: rgb(148,123,174); }
H1.HeaderClassName
{
color: #947BAE;
}
.AnyTagClassName
{
color: #947BAE;
}
</style>
background-color css
<style>
a { background-color: #947BAE; }
a { background-color: rgb(148,123,174); }
div.DivClassName
{
background-color: #947BAE;
}
.BgClassName
{
background-color: #947BAE;
}
</style>
border-color css
<style>
span { border-color: #947BAE; }
span { border-color: rgb(148,123,174); }
td.TdClassName
{
border-color: #947BAE;
}
.TagClassName
{
border-color: #947BAE;
}
</style>