Html Css Color HEX #947EBC Purple Mountain's Majesty
📋 copy color: '#947EBC'red 148 ◦ green 126 ◦ blue 188
Shades of Purple Mountain's Majesty #947EBC
Tints of Purple Mountain's Majesty #947EBC
RGB
CMYK
RGB Variations
Color information
#947EBC (or 0x947EBC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7E and BC. RGB value is (148,126,188). Sum of RGB (Red+Green+Blue) = 148+126+188=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #947EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EBC is #6B8143. Grayscale: #8B8B8B. Windows color (decimal): -7045444 or 12353172. OLE color: 12353172.
HSL color Cylindrical-coordinate representation of color #947EBC: hue angle of 261.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947EBC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 126 | 188 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.26 |
| HSL | 261.29º | 0.32% | 0.62% | - |
| HSV(B) | 261.29º | 0.33% | 0.74% | - |
| XYZ | 28.75 | 24.85 | 50.86 | - |
| YUV | 139.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 188 | 0.21 | 0.33 | 0 | 0.26 | 261.29 | 0.32 | 0.62 |
| Hex | 94 | 7E | BC | 15 | 21 | 0 | 1A | 105 | 20 | 3E |
| Octal | 224 | 176 | 274 | 25 | 41 | 0 | 32 | 405 | 40 | 76 |
| Binary | 10010100 | 1111110 | 10111100 | 10101 | 100001 | 0 | 11010 | 100000101 | 100000 | 111110 |
Color Harmonies of #947EBC
Complementary color
Monochromatic Colors of #947EBC
Black with #947EBC
Text Example
Text Example
White with #947EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947EBC; }
p { color: rgb(148,126,188); }
H1.HeaderClassName
{
color: #947EBC;
}
.AnyTagClassName
{
color: #947EBC;
}
</style>
background-color css
<style>
a { background-color: #947EBC; }
a { background-color: rgb(148,126,188); }
div.DivClassName
{
background-color: #947EBC;
}
.BgClassName
{
background-color: #947EBC;
}
</style>
border-color css
<style>
span { border-color: #947EBC; }
span { border-color: rgb(148,126,188); }
td.TdClassName
{
border-color: #947EBC;
}
.TagClassName
{
border-color: #947EBC;
}
</style>