Html Css Color HEX #947AAC Purple Mountain's Majesty
📋 copy color: '#947AAC'red 148 ◦ green 122 ◦ blue 172
Shades of Purple Mountain's Majesty #947AAC
Tints of Purple Mountain's Majesty #947AAC
RGB
CMYK
RGB Variations
Color information
#947AAC (or 0x947AAC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and AC. RGB value is (148,122,172). Sum of RGB (Red+Green+Blue) = 148+122+172=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #947AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947AAC is #6B8553. Grayscale: #878787. Windows color (decimal): -7046484 or 11303572. OLE color: 11303572.
HSL color Cylindrical-coordinate representation of color #947AAC: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947AAC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 122 | 172 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.33 |
| HSL | 271.2º | 0.23% | 0.58% | - |
| HSV(B) | 271.2º | 0.29% | 0.67% | - |
| XYZ | 26.62 | 23.19 | 42.1 | - |
| YUV | 135.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 172 | 0.14 | 0.29 | 0 | 0.33 | 271.2 | 0.23 | 0.58 |
| Hex | 94 | 7A | AC | E | 1D | 0 | 21 | 10F | 17 | 3A |
| Octal | 224 | 172 | 254 | 16 | 35 | 0 | 41 | 417 | 27 | 72 |
| Binary | 10010100 | 1111010 | 10101100 | 1110 | 11101 | 0 | 100001 | 100001111 | 10111 | 111010 |
Color Harmonies of #947AAC
Complementary color
Monochromatic Colors of #947AAC
Black with #947AAC
Text Example
Text Example
White with #947AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AAC; }
p { color: rgb(148,122,172); }
H1.HeaderClassName
{
color: #947AAC;
}
.AnyTagClassName
{
color: #947AAC;
}
</style>
background-color css
<style>
a { background-color: #947AAC; }
a { background-color: rgb(148,122,172); }
div.DivClassName
{
background-color: #947AAC;
}
.BgClassName
{
background-color: #947AAC;
}
</style>
border-color css
<style>
span { border-color: #947AAC; }
span { border-color: rgb(148,122,172); }
td.TdClassName
{
border-color: #947AAC;
}
.TagClassName
{
border-color: #947AAC;
}
</style>