Html Css Color HEX #947BBA Purple Mountain's Majesty
📋 copy color: '#947BBA'red 148 ◦ green 123 ◦ blue 186
Shades of Purple Mountain's Majesty #947BBA
Tints of Purple Mountain's Majesty #947BBA
RGB
CMYK
RGB Variations
Color information
#947BBA (or 0x947BBA) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7B and BA. RGB value is (148,123,186). Sum of RGB (Red+Green+Blue) = 148+123+186=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #947BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947BBA is #6B8445. Grayscale: #898989. Windows color (decimal): -7046214 or 12221332. OLE color: 12221332.
HSL color Cylindrical-coordinate representation of color #947BBA: hue angle of 263.81º degrees, saturation: 0.31, 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 #947BBA is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 123 | 186 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.27 |
| HSL | 263.81º | 0.31% | 0.61% | - |
| HSV(B) | 263.81º | 0.34% | 0.73% | - |
| XYZ | 28.16 | 24.01 | 49.6 | - |
| YUV | 137.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 186 | 0.20 | 0.34 | 0 | 0.27 | 263.81 | 0.31 | 0.61 |
| Hex | 94 | 7B | BA | 14 | 22 | 0 | 1B | 108 | 1F | 3D |
| Octal | 224 | 173 | 272 | 24 | 42 | 0 | 33 | 410 | 37 | 75 |
| Binary | 10010100 | 1111011 | 10111010 | 10100 | 100010 | 0 | 11011 | 100001000 | 11111 | 111101 |
Color Harmonies of #947BBA
Complementary color
Monochromatic Colors of #947BBA
Black with #947BBA
Text Example
Text Example
White with #947BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947BBA; }
p { color: rgb(148,123,186); }
H1.HeaderClassName
{
color: #947BBA;
}
.AnyTagClassName
{
color: #947BBA;
}
</style>
background-color css
<style>
a { background-color: #947BBA; }
a { background-color: rgb(148,123,186); }
div.DivClassName
{
background-color: #947BBA;
}
.BgClassName
{
background-color: #947BBA;
}
</style>
border-color css
<style>
span { border-color: #947BBA; }
span { border-color: rgb(148,123,186); }
td.TdClassName
{
border-color: #947BBA;
}
.TagClassName
{
border-color: #947BBA;
}
</style>