Html Css Color HEX #937EBA Purple Mountain's Majesty
📋 copy color: '#937EBA'red 147 ◦ green 126 ◦ blue 186
Shades of Purple Mountain's Majesty #937EBA
Tints of Purple Mountain's Majesty #937EBA
RGB
CMYK
RGB Variations
Color information
#937EBA (or 0x937EBA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7E and BA. RGB value is (147,126,186). Sum of RGB (Red+Green+Blue) = 147+126+186=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #937EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EBA is #6C8145. Grayscale: #8A8A8A. Windows color (decimal): -7110982 or 12222099. OLE color: 12222099.
HSL color Cylindrical-coordinate representation of color #937EBA: hue angle of 261º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #937EBA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 126 | 186 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.27 |
| HSL | 261º | 0.3% | 0.61% | - |
| HSV(B) | 261º | 0.32% | 0.73% | - |
| XYZ | 28.36 | 24.67 | 49.72 | - |
| YUV | 139.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 186 | 0.21 | 0.32 | 0 | 0.27 | 261 | 0.3 | 0.61 |
| Hex | 93 | 7E | BA | 15 | 20 | 0 | 1B | 105 | 1E | 3D |
| Octal | 223 | 176 | 272 | 25 | 40 | 0 | 33 | 405 | 36 | 75 |
| Binary | 10010011 | 1111110 | 10111010 | 10101 | 100000 | 0 | 11011 | 100000101 | 11110 | 111101 |
Color Harmonies of #937EBA
Complementary color
Monochromatic Colors of #937EBA
Black with #937EBA
Text Example
Text Example
White with #937EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EBA; }
p { color: rgb(147,126,186); }
H1.HeaderClassName
{
color: #937EBA;
}
.AnyTagClassName
{
color: #937EBA;
}
</style>
background-color css
<style>
a { background-color: #937EBA; }
a { background-color: rgb(147,126,186); }
div.DivClassName
{
background-color: #937EBA;
}
.BgClassName
{
background-color: #937EBA;
}
</style>
border-color css
<style>
span { border-color: #937EBA; }
span { border-color: rgb(147,126,186); }
td.TdClassName
{
border-color: #937EBA;
}
.TagClassName
{
border-color: #937EBA;
}
</style>