Html Css Color HEX #937EBB Purple Mountain's Majesty
📋 copy color: '#937EBB'red 147 ◦ green 126 ◦ blue 187
Shades of Purple Mountain's Majesty #937EBB
Tints of Purple Mountain's Majesty #937EBB
RGB
CMYK
RGB Variations
Color information
#937EBB (or 0x937EBB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7E and BB. RGB value is (147,126,187). Sum of RGB (Red+Green+Blue) = 147+126+187=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #937EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937EBB is #6C8144. Grayscale: #8B8B8B. Windows color (decimal): -7110981 or 12287635. OLE color: 12287635.
HSL color Cylindrical-coordinate representation of color #937EBB: hue angle of 260.66º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937EBB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 126 | 187 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.27 |
| HSL | 260.66º | 0.31% | 0.61% | - |
| HSV(B) | 260.66º | 0.33% | 0.73% | - |
| XYZ | 28.46 | 24.71 | 50.28 | - |
| YUV | 139.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 187 | 0.21 | 0.33 | 0 | 0.27 | 260.66 | 0.31 | 0.61 |
| Hex | 93 | 7E | BB | 15 | 21 | 0 | 1B | 105 | 1F | 3D |
| Octal | 223 | 176 | 273 | 25 | 41 | 0 | 33 | 405 | 37 | 75 |
| Binary | 10010011 | 1111110 | 10111011 | 10101 | 100001 | 0 | 11011 | 100000101 | 11111 | 111101 |
Color Harmonies of #937EBB
Complementary color
Monochromatic Colors of #937EBB
Black with #937EBB
Text Example
Text Example
White with #937EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937EBB; }
p { color: rgb(147,126,187); }
H1.HeaderClassName
{
color: #937EBB;
}
.AnyTagClassName
{
color: #937EBB;
}
</style>
background-color css
<style>
a { background-color: #937EBB; }
a { background-color: rgb(147,126,187); }
div.DivClassName
{
background-color: #937EBB;
}
.BgClassName
{
background-color: #937EBB;
}
</style>
border-color css
<style>
span { border-color: #937EBB; }
span { border-color: rgb(147,126,187); }
td.TdClassName
{
border-color: #937EBB;
}
.TagClassName
{
border-color: #937EBB;
}
</style>