Html Css Color HEX #947BAC Purple Mountain's Majesty
📋 copy color: '#947BAC'red 148 ◦ green 123 ◦ blue 172
Shades of Purple Mountain's Majesty #947BAC
Tints of Purple Mountain's Majesty #947BAC
RGB
CMYK
RGB Variations
Color information
#947BAC (or 0x947BAC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and AC. RGB value is (148,123,172). Sum of RGB (Red+Green+Blue) = 148+123+172=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #947BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAC is #6B8453. Grayscale: #878787. Windows color (decimal): -7046228 or 11303828. OLE color: 11303828.
HSL color Cylindrical-coordinate representation of color #947BAC: hue angle of 270.61º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947BAC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 123 | 172 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.33 |
| HSL | 270.61º | 0.23% | 0.58% | - |
| HSV(B) | 270.61º | 0.28% | 0.67% | - |
| XYZ | 26.74 | 23.44 | 42.14 | - |
| YUV | 136.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 172 | 0.14 | 0.28 | 0 | 0.33 | 270.61 | 0.23 | 0.58 |
| Hex | 94 | 7B | AC | E | 1C | 0 | 21 | 10F | 17 | 3A |
| Octal | 224 | 173 | 254 | 16 | 34 | 0 | 41 | 417 | 27 | 72 |
| Binary | 10010100 | 1111011 | 10101100 | 1110 | 11100 | 0 | 100001 | 100001111 | 10111 | 111010 |
Color Harmonies of #947BAC
Complementary color
Monochromatic Colors of #947BAC
Black with #947BAC
Text Example
Text Example
White with #947BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BAC; }
p { color: rgb(148,123,172); }
H1.HeaderClassName
{
color: #947BAC;
}
.AnyTagClassName
{
color: #947BAC;
}
</style>
background-color css
<style>
a { background-color: #947BAC; }
a { background-color: rgb(148,123,172); }
div.DivClassName
{
background-color: #947BAC;
}
.BgClassName
{
background-color: #947BAC;
}
</style>
border-color css
<style>
span { border-color: #947BAC; }
span { border-color: rgb(148,123,172); }
td.TdClassName
{
border-color: #947BAC;
}
.TagClassName
{
border-color: #947BAC;
}
</style>