Html Css Color HEX #936DB4 Purple Mountain's Majesty
📋 copy color: '#936DB4'red 147 ◦ green 109 ◦ blue 180
Shades of Purple Mountain's Majesty #936DB4
Tints of Purple Mountain's Majesty #936DB4
RGB
CMYK
RGB Variations
Color information
#936DB4 (or 0x936DB4) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6D and B4. RGB value is (147,109,180). Sum of RGB (Red+Green+Blue) = 147+109+180=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #936DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DB4 is #6C924B. Grayscale: #808080. Windows color (decimal): -7115340 or 11824531. OLE color: 11824531.
HSL color Cylindrical-coordinate representation of color #936DB4: hue angle of 272.11º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #936DB4 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 109 | 180 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.29 |
| HSL | 272.11º | 0.32% | 0.57% | - |
| HSV(B) | 272.11º | 0.39% | 0.71% | - |
| XYZ | 25.74 | 20.44 | 45.77 | - |
| YUV | 128.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 180 | 0.18 | 0.39 | 0 | 0.29 | 272.11 | 0.32 | 0.57 |
| Hex | 93 | 6D | B4 | 12 | 27 | 0 | 1D | 110 | 20 | 39 |
| Octal | 223 | 155 | 264 | 22 | 47 | 0 | 35 | 420 | 40 | 71 |
| Binary | 10010011 | 1101101 | 10110100 | 10010 | 100111 | 0 | 11101 | 100010000 | 100000 | 111001 |
Color Harmonies of #936DB4
Complementary color
Monochromatic Colors of #936DB4
Black with #936DB4
Text Example
Text Example
White with #936DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DB4; }
p { color: rgb(147,109,180); }
H1.HeaderClassName
{
color: #936DB4;
}
.AnyTagClassName
{
color: #936DB4;
}
</style>
background-color css
<style>
a { background-color: #936DB4; }
a { background-color: rgb(147,109,180); }
div.DivClassName
{
background-color: #936DB4;
}
.BgClassName
{
background-color: #936DB4;
}
</style>
border-color css
<style>
span { border-color: #936DB4; }
span { border-color: rgb(147,109,180); }
td.TdClassName
{
border-color: #936DB4;
}
.TagClassName
{
border-color: #936DB4;
}
</style>