Html Css Color HEX #936DB5 Purple Mountain's Majesty
📋 copy color: '#936DB5'red 147 ◦ green 109 ◦ blue 181
Shades of Purple Mountain's Majesty #936DB5
Tints of Purple Mountain's Majesty #936DB5
RGB
CMYK
RGB Variations
Color information
#936DB5 (or 0x936DB5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6D and B5. RGB value is (147,109,181). Sum of RGB (Red+Green+Blue) = 147+109+181=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #936DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DB5 is #6C924A. Grayscale: #808080. Windows color (decimal): -7115339 or 11890067. OLE color: 11890067.
HSL color Cylindrical-coordinate representation of color #936DB5: hue angle of 271.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #936DB5 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 109 | 181 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.29 |
| HSL | 271.67º | 0.33% | 0.57% | - |
| HSV(B) | 271.67º | 0.4% | 0.71% | - |
| XYZ | 25.84 | 20.48 | 46.31 | - |
| YUV | 128.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 181 | 0.19 | 0.40 | 0 | 0.29 | 271.67 | 0.33 | 0.57 |
| Hex | 93 | 6D | B5 | 13 | 28 | 0 | 1D | 110 | 21 | 39 |
| Octal | 223 | 155 | 265 | 23 | 50 | 0 | 35 | 420 | 41 | 71 |
| Binary | 10010011 | 1101101 | 10110101 | 10011 | 101000 | 0 | 11101 | 100010000 | 100001 | 111001 |
Color Harmonies of #936DB5
Complementary color
Monochromatic Colors of #936DB5
Black with #936DB5
Text Example
Text Example
White with #936DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DB5; }
p { color: rgb(147,109,181); }
H1.HeaderClassName
{
color: #936DB5;
}
.AnyTagClassName
{
color: #936DB5;
}
</style>
background-color css
<style>
a { background-color: #936DB5; }
a { background-color: rgb(147,109,181); }
div.DivClassName
{
background-color: #936DB5;
}
.BgClassName
{
background-color: #936DB5;
}
</style>
border-color css
<style>
span { border-color: #936DB5; }
span { border-color: rgb(147,109,181); }
td.TdClassName
{
border-color: #936DB5;
}
.TagClassName
{
border-color: #936DB5;
}
</style>