Html Css Color HEX #947CB9 Purple Mountain's Majesty
📋 copy color: '#947CB9'red 148 ◦ green 124 ◦ blue 185
Shades of Purple Mountain's Majesty #947CB9
Tints of Purple Mountain's Majesty #947CB9
RGB
CMYK
RGB Variations
Color information
#947CB9 (or 0x947CB9) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and B9. RGB value is (148,124,185). Sum of RGB (Red+Green+Blue) = 148+124+185=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #947CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CB9 is #6B8346. Grayscale: #898989. Windows color (decimal): -7045959 or 12156052. OLE color: 12156052.
HSL color Cylindrical-coordinate representation of color #947CB9: hue angle of 263.61º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947CB9 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 124 | 185 | - |
| CMYK | 0.20 | 0.33 | 0 | 0.27 |
| HSL | 263.61º | 0.3% | 0.61% | - |
| HSV(B) | 263.61º | 0.33% | 0.73% | - |
| XYZ | 28.18 | 24.21 | 49.09 | - |
| YUV | 138.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 185 | 0.20 | 0.33 | 0 | 0.27 | 263.61 | 0.3 | 0.61 |
| Hex | 94 | 7C | B9 | 14 | 21 | 0 | 1B | 108 | 1E | 3D |
| Octal | 224 | 174 | 271 | 24 | 41 | 0 | 33 | 410 | 36 | 75 |
| Binary | 10010100 | 1111100 | 10111001 | 10100 | 100001 | 0 | 11011 | 100001000 | 11110 | 111101 |
Color Harmonies of #947CB9
Complementary color
Monochromatic Colors of #947CB9
Black with #947CB9
Text Example
Text Example
White with #947CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CB9; }
p { color: rgb(148,124,185); }
H1.HeaderClassName
{
color: #947CB9;
}
.AnyTagClassName
{
color: #947CB9;
}
</style>
background-color css
<style>
a { background-color: #947CB9; }
a { background-color: rgb(148,124,185); }
div.DivClassName
{
background-color: #947CB9;
}
.BgClassName
{
background-color: #947CB9;
}
</style>
border-color css
<style>
span { border-color: #947CB9; }
span { border-color: rgb(148,124,185); }
td.TdClassName
{
border-color: #947CB9;
}
.TagClassName
{
border-color: #947CB9;
}
</style>