Html Css Color HEX #947AAB Purple Mountain's Majesty
📋 copy color: '#947AAB'red 148 ◦ green 122 ◦ blue 171
Shades of Purple Mountain's Majesty #947AAB
Tints of Purple Mountain's Majesty #947AAB
RGB
CMYK
RGB Variations
Color information
#947AAB (or 0x947AAB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7A and AB. RGB value is (148,122,171). Sum of RGB (Red+Green+Blue) = 148+122+171=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #947AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947AAB is #6B8554. Grayscale: #878787. Windows color (decimal): -7046485 or 11238036. OLE color: 11238036.
HSL color Cylindrical-coordinate representation of color #947AAB: hue angle of 271.84º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947AAB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 122 | 171 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.33 |
| HSL | 271.84º | 0.23% | 0.57% | - |
| HSV(B) | 271.84º | 0.29% | 0.67% | - |
| XYZ | 26.52 | 23.16 | 41.6 | - |
| YUV | 135.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 171 | 0.13 | 0.29 | 0 | 0.33 | 271.84 | 0.23 | 0.57 |
| Hex | 94 | 7A | AB | D | 1D | 0 | 21 | 110 | 17 | 39 |
| Octal | 224 | 172 | 253 | 15 | 35 | 0 | 41 | 420 | 27 | 71 |
| Binary | 10010100 | 1111010 | 10101011 | 1101 | 11101 | 0 | 100001 | 100010000 | 10111 | 111001 |
Color Harmonies of #947AAB
Complementary color
Monochromatic Colors of #947AAB
Black with #947AAB
Text Example
Text Example
White with #947AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947AAB; }
p { color: rgb(148,122,171); }
H1.HeaderClassName
{
color: #947AAB;
}
.AnyTagClassName
{
color: #947AAB;
}
</style>
background-color css
<style>
a { background-color: #947AAB; }
a { background-color: rgb(148,122,171); }
div.DivClassName
{
background-color: #947AAB;
}
.BgClassName
{
background-color: #947AAB;
}
</style>
border-color css
<style>
span { border-color: #947AAB; }
span { border-color: rgb(148,122,171); }
td.TdClassName
{
border-color: #947AAB;
}
.TagClassName
{
border-color: #947AAB;
}
</style>