Html Css Color HEX #947CB5 Purple Mountain's Majesty
📋 copy color: '#947CB5'red 148 ◦ green 124 ◦ blue 181
Shades of Purple Mountain's Majesty #947CB5
Tints of Purple Mountain's Majesty #947CB5
RGB
CMYK
RGB Variations
Color information
#947CB5 (or 0x947CB5) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7C and B5. RGB value is (148,124,181). Sum of RGB (Red+Green+Blue) = 148+124+181=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #947CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CB5 is #6B834A. Grayscale: #898989. Windows color (decimal): -7045963 or 11893908. OLE color: 11893908.
HSL color Cylindrical-coordinate representation of color #947CB5: hue angle of 265.26º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #947CB5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 124 | 181 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.29 |
| HSL | 265.26º | 0.28% | 0.6% | - |
| HSV(B) | 265.26º | 0.31% | 0.71% | - |
| XYZ | 27.76 | 24.05 | 46.89 | - |
| YUV | 137.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 181 | 0.18 | 0.31 | 0 | 0.29 | 265.26 | 0.28 | 0.6 |
| Hex | 94 | 7C | B5 | 12 | 1F | 0 | 1D | 109 | 1C | 3C |
| Octal | 224 | 174 | 265 | 22 | 37 | 0 | 35 | 411 | 34 | 74 |
| Binary | 10010100 | 1111100 | 10110101 | 10010 | 11111 | 0 | 11101 | 100001001 | 11100 | 111100 |
Color Harmonies of #947CB5
Complementary color
Monochromatic Colors of #947CB5
Black with #947CB5
Text Example
Text Example
White with #947CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947CB5; }
p { color: rgb(148,124,181); }
H1.HeaderClassName
{
color: #947CB5;
}
.AnyTagClassName
{
color: #947CB5;
}
</style>
background-color css
<style>
a { background-color: #947CB5; }
a { background-color: rgb(148,124,181); }
div.DivClassName
{
background-color: #947CB5;
}
.BgClassName
{
background-color: #947CB5;
}
</style>
border-color css
<style>
span { border-color: #947CB5; }
span { border-color: rgb(148,124,181); }
td.TdClassName
{
border-color: #947CB5;
}
.TagClassName
{
border-color: #947CB5;
}
</style>