Html Css Color HEX #947FBB Purple Mountain's Majesty
📋 copy color: '#947FBB'red 148 ◦ green 127 ◦ blue 187
Shades of Purple Mountain's Majesty #947FBB
Tints of Purple Mountain's Majesty #947FBB
RGB
CMYK
RGB Variations
Color information
#947FBB (or 0x947FBB) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7F and BB. RGB value is (148,127,187). Sum of RGB (Red+Green+Blue) = 148+127+187=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #947FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FBB is #6B8044. Grayscale: #8B8B8B. Windows color (decimal): -7045189 or 12287892. OLE color: 12287892.
HSL color Cylindrical-coordinate representation of color #947FBB: hue angle of 261º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947FBB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 127 | 187 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.27 |
| HSL | 261º | 0.31% | 0.62% | - |
| HSV(B) | 261º | 0.32% | 0.73% | - |
| XYZ | 28.77 | 25.06 | 50.33 | - |
| YUV | 140.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 187 | 0.21 | 0.32 | 0 | 0.27 | 261 | 0.31 | 0.62 |
| Hex | 94 | 7F | BB | 15 | 20 | 0 | 1B | 105 | 1F | 3E |
| Octal | 224 | 177 | 273 | 25 | 40 | 0 | 33 | 405 | 37 | 76 |
| Binary | 10010100 | 1111111 | 10111011 | 10101 | 100000 | 0 | 11011 | 100000101 | 11111 | 111110 |
Color Harmonies of #947FBB
Complementary color
Monochromatic Colors of #947FBB
Black with #947FBB
Text Example
Text Example
White with #947FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FBB; }
p { color: rgb(148,127,187); }
H1.HeaderClassName
{
color: #947FBB;
}
.AnyTagClassName
{
color: #947FBB;
}
</style>
background-color css
<style>
a { background-color: #947FBB; }
a { background-color: rgb(148,127,187); }
div.DivClassName
{
background-color: #947FBB;
}
.BgClassName
{
background-color: #947FBB;
}
</style>
border-color css
<style>
span { border-color: #947FBB; }
span { border-color: rgb(148,127,187); }
td.TdClassName
{
border-color: #947FBB;
}
.TagClassName
{
border-color: #947FBB;
}
</style>