Html Css Color HEX #947BAB Purple Mountain's Majesty
📋 copy color: '#947BAB'red 148 ◦ green 123 ◦ blue 171
Shades of Purple Mountain's Majesty #947BAB
Tints of Purple Mountain's Majesty #947BAB
RGB
CMYK
RGB Variations
Color information
#947BAB (or 0x947BAB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and AB. RGB value is (148,123,171). Sum of RGB (Red+Green+Blue) = 148+123+171=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #947BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAB is #6B8454. Grayscale: #878787. Windows color (decimal): -7046229 or 11238292. OLE color: 11238292.
HSL color Cylindrical-coordinate representation of color #947BAB: hue angle of 271.25º 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 #947BAB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 123 | 171 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.33 |
| HSL | 271.25º | 0.22% | 0.58% | - |
| HSV(B) | 271.25º | 0.28% | 0.67% | - |
| XYZ | 26.65 | 23.4 | 41.64 | - |
| YUV | 135.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 171 | 0.13 | 0.28 | 0 | 0.33 | 271.25 | 0.22 | 0.58 |
| Hex | 94 | 7B | AB | D | 1C | 0 | 21 | 10F | 16 | 3A |
| Octal | 224 | 173 | 253 | 15 | 34 | 0 | 41 | 417 | 26 | 72 |
| Binary | 10010100 | 1111011 | 10101011 | 1101 | 11100 | 0 | 100001 | 100001111 | 10110 | 111010 |
Color Harmonies of #947BAB
Complementary color
Monochromatic Colors of #947BAB
Black with #947BAB
Text Example
Text Example
White with #947BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BAB; }
p { color: rgb(148,123,171); }
H1.HeaderClassName
{
color: #947BAB;
}
.AnyTagClassName
{
color: #947BAB;
}
</style>
background-color css
<style>
a { background-color: #947BAB; }
a { background-color: rgb(148,123,171); }
div.DivClassName
{
background-color: #947BAB;
}
.BgClassName
{
background-color: #947BAB;
}
</style>
border-color css
<style>
span { border-color: #947BAB; }
span { border-color: rgb(148,123,171); }
td.TdClassName
{
border-color: #947BAB;
}
.TagClassName
{
border-color: #947BAB;
}
</style>