Html Css Color HEX #947CAC Purple Mountain's Majesty
📋 copy color: '#947CAC'red 148 ◦ green 124 ◦ blue 172
Shades of Purple Mountain's Majesty #947CAC
Tints of Purple Mountain's Majesty #947CAC
RGB
CMYK
RGB Variations
Color information
#947CAC (or 0x947CAC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and AC. RGB value is (148,124,172). Sum of RGB (Red+Green+Blue) = 148+124+172=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #947CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947CAC is #6B8353. Grayscale: #888888. Windows color (decimal): -7045972 or 11304084. OLE color: 11304084.
HSL color Cylindrical-coordinate representation of color #947CAC: hue angle of 270º degrees, saturation: 0.22, 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 #947CAC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 124 | 172 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.33 |
| HSL | 270º | 0.22% | 0.58% | - |
| HSV(B) | 270º | 0.28% | 0.67% | - |
| XYZ | 26.87 | 23.69 | 42.19 | - |
| YUV | 136.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 172 | 0.14 | 0.28 | 0 | 0.33 | 270 | 0.22 | 0.58 |
| Hex | 94 | 7C | AC | E | 1C | 0 | 21 | 10E | 16 | 3A |
| Octal | 224 | 174 | 254 | 16 | 34 | 0 | 41 | 416 | 26 | 72 |
| Binary | 10010100 | 1111100 | 10101100 | 1110 | 11100 | 0 | 100001 | 100001110 | 10110 | 111010 |
Color Harmonies of #947CAC
Complementary color
Monochromatic Colors of #947CAC
Black with #947CAC
Text Example
Text Example
White with #947CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CAC; }
p { color: rgb(148,124,172); }
H1.HeaderClassName
{
color: #947CAC;
}
.AnyTagClassName
{
color: #947CAC;
}
</style>
background-color css
<style>
a { background-color: #947CAC; }
a { background-color: rgb(148,124,172); }
div.DivClassName
{
background-color: #947CAC;
}
.BgClassName
{
background-color: #947CAC;
}
</style>
border-color css
<style>
span { border-color: #947CAC; }
span { border-color: rgb(148,124,172); }
td.TdClassName
{
border-color: #947CAC;
}
.TagClassName
{
border-color: #947CAC;
}
</style>