Html Css Color HEX #947CBB Purple Mountain's Majesty
📋 copy color: '#947CBB'red 148 ◦ green 124 ◦ blue 187
Shades of Purple Mountain's Majesty #947CBB
Tints of Purple Mountain's Majesty #947CBB
RGB
CMYK
RGB Variations
Color information
#947CBB (or 0x947CBB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and BB. RGB value is (148,124,187). Sum of RGB (Red+Green+Blue) = 148+124+187=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #947CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CBB is #6B8344. Grayscale: #8A8A8A. Windows color (decimal): -7045957 or 12287124. OLE color: 12287124.
HSL color Cylindrical-coordinate representation of color #947CBB: hue angle of 262.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947CBB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 124 | 187 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.27 |
| HSL | 262.86º | 0.32% | 0.61% | - |
| HSV(B) | 262.86º | 0.34% | 0.73% | - |
| XYZ | 28.39 | 24.3 | 50.21 | - |
| YUV | 138.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 187 | 0.21 | 0.34 | 0 | 0.27 | 262.86 | 0.32 | 0.61 |
| Hex | 94 | 7C | BB | 15 | 22 | 0 | 1B | 107 | 20 | 3D |
| Octal | 224 | 174 | 273 | 25 | 42 | 0 | 33 | 407 | 40 | 75 |
| Binary | 10010100 | 1111100 | 10111011 | 10101 | 100010 | 0 | 11011 | 100000111 | 100000 | 111101 |
Color Harmonies of #947CBB
Complementary color
Monochromatic Colors of #947CBB
Black with #947CBB
Text Example
Text Example
White with #947CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CBB; }
p { color: rgb(148,124,187); }
H1.HeaderClassName
{
color: #947CBB;
}
.AnyTagClassName
{
color: #947CBB;
}
</style>
background-color css
<style>
a { background-color: #947CBB; }
a { background-color: rgb(148,124,187); }
div.DivClassName
{
background-color: #947CBB;
}
.BgClassName
{
background-color: #947CBB;
}
</style>
border-color css
<style>
span { border-color: #947CBB; }
span { border-color: rgb(148,124,187); }
td.TdClassName
{
border-color: #947CBB;
}
.TagClassName
{
border-color: #947CBB;
}
</style>