Html Css Color HEX #947FAB Purple Mountain's Majesty
📋 copy color: '#947FAB'red 148 ◦ green 127 ◦ blue 171
Shades of Purple Mountain's Majesty #947FAB
Tints of Purple Mountain's Majesty #947FAB
RGB
CMYK
RGB Variations
Color information
#947FAB (or 0x947FAB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7F and AB. RGB value is (148,127,171). Sum of RGB (Red+Green+Blue) = 148+127+171=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #947FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAB is #6B8054. Grayscale: #8A8A8A. Windows color (decimal): -7045205 or 11239316. OLE color: 11239316.
HSL color Cylindrical-coordinate representation of color #947FAB: hue angle of 268.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #947FAB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 127 | 171 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.33 |
| HSL | 268.64º | 0.21% | 0.58% | - |
| HSV(B) | 268.64º | 0.26% | 0.67% | - |
| XYZ | 27.15 | 24.41 | 41.81 | - |
| YUV | 138.3 | 146.46 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 171 | 0.13 | 0.26 | 0 | 0.33 | 268.64 | 0.21 | 0.58 |
| Hex | 94 | 7F | AB | D | 1A | 0 | 21 | 10D | 15 | 3A |
| Octal | 224 | 177 | 253 | 15 | 32 | 0 | 41 | 415 | 25 | 72 |
| Binary | 10010100 | 1111111 | 10101011 | 1101 | 11010 | 0 | 100001 | 100001101 | 10101 | 111010 |
Color Harmonies of #947FAB
Complementary color
Monochromatic Colors of #947FAB
Black with #947FAB
Text Example
Text Example
White with #947FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FAB; }
p { color: rgb(148,127,171); }
H1.HeaderClassName
{
color: #947FAB;
}
.AnyTagClassName
{
color: #947FAB;
}
</style>
background-color css
<style>
a { background-color: #947FAB; }
a { background-color: rgb(148,127,171); }
div.DivClassName
{
background-color: #947FAB;
}
.BgClassName
{
background-color: #947FAB;
}
</style>
border-color css
<style>
span { border-color: #947FAB; }
span { border-color: rgb(148,127,171); }
td.TdClassName
{
border-color: #947FAB;
}
.TagClassName
{
border-color: #947FAB;
}
</style>