Html Css Color HEX #947EBB Purple Mountain's Majesty
📋 copy color: '#947EBB'red 148 ◦ green 126 ◦ blue 187
Shades of Purple Mountain's Majesty #947EBB
Tints of Purple Mountain's Majesty #947EBB
RGB
CMYK
RGB Variations
Color information
#947EBB (or 0x947EBB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7E and BB. RGB value is (148,126,187). Sum of RGB (Red+Green+Blue) = 148+126+187=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #947EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EBB is #6B8144. Grayscale: #8B8B8B. Windows color (decimal): -7045445 or 12287636. OLE color: 12287636.
HSL color Cylindrical-coordinate representation of color #947EBB: hue angle of 261.64º degrees, saturation: 0.31, 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 #947EBB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 126 | 187 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.27 |
| HSL | 261.64º | 0.31% | 0.61% | - |
| HSV(B) | 261.64º | 0.33% | 0.73% | - |
| XYZ | 28.64 | 24.81 | 50.29 | - |
| YUV | 139.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 187 | 0.21 | 0.33 | 0 | 0.27 | 261.64 | 0.31 | 0.61 |
| Hex | 94 | 7E | BB | 15 | 21 | 0 | 1B | 106 | 1F | 3D |
| Octal | 224 | 176 | 273 | 25 | 41 | 0 | 33 | 406 | 37 | 75 |
| Binary | 10010100 | 1111110 | 10111011 | 10101 | 100001 | 0 | 11011 | 100000110 | 11111 | 111101 |
Color Harmonies of #947EBB
Complementary color
Monochromatic Colors of #947EBB
Black with #947EBB
Text Example
Text Example
White with #947EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EBB; }
p { color: rgb(148,126,187); }
H1.HeaderClassName
{
color: #947EBB;
}
.AnyTagClassName
{
color: #947EBB;
}
</style>
background-color css
<style>
a { background-color: #947EBB; }
a { background-color: rgb(148,126,187); }
div.DivClassName
{
background-color: #947EBB;
}
.BgClassName
{
background-color: #947EBB;
}
</style>
border-color css
<style>
span { border-color: #947EBB; }
span { border-color: rgb(148,126,187); }
td.TdClassName
{
border-color: #947EBB;
}
.TagClassName
{
border-color: #947EBB;
}
</style>