Html Css Color HEX #936EBA Purple Mountain's Majesty
📋 copy color: '#936EBA'red 147 ◦ green 110 ◦ blue 186
Shades of Purple Mountain's Majesty #936EBA
Tints of Purple Mountain's Majesty #936EBA
RGB
CMYK
RGB Variations
Color information
#936EBA (or 0x936EBA) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6E and BA. RGB value is (147,110,186). Sum of RGB (Red+Green+Blue) = 147+110+186=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #936EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EBA is #6C9145. Grayscale: #818181. Windows color (decimal): -7115078 or 12218003. OLE color: 12218003.
HSL color Cylindrical-coordinate representation of color #936EBA: hue angle of 269.21º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936EBA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 110 | 186 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.27 |
| HSL | 269.21º | 0.36% | 0.58% | - |
| HSV(B) | 269.21º | 0.41% | 0.73% | - |
| XYZ | 26.47 | 20.9 | 49.09 | - |
| YUV | 129.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 186 | 0.21 | 0.41 | 0 | 0.27 | 269.21 | 0.36 | 0.58 |
| Hex | 93 | 6E | BA | 15 | 29 | 0 | 1B | 10D | 24 | 3A |
| Octal | 223 | 156 | 272 | 25 | 51 | 0 | 33 | 415 | 44 | 72 |
| Binary | 10010011 | 1101110 | 10111010 | 10101 | 101001 | 0 | 11011 | 100001101 | 100100 | 111010 |
Color Harmonies of #936EBA
Complementary color
Monochromatic Colors of #936EBA
Black with #936EBA
Text Example
Text Example
White with #936EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936EBA; }
p { color: rgb(147,110,186); }
H1.HeaderClassName
{
color: #936EBA;
}
.AnyTagClassName
{
color: #936EBA;
}
</style>
background-color css
<style>
a { background-color: #936EBA; }
a { background-color: rgb(147,110,186); }
div.DivClassName
{
background-color: #936EBA;
}
.BgClassName
{
background-color: #936EBA;
}
</style>
border-color css
<style>
span { border-color: #936EBA; }
span { border-color: rgb(147,110,186); }
td.TdClassName
{
border-color: #936EBA;
}
.TagClassName
{
border-color: #936EBA;
}
</style>