Html Css Color HEX #936DB6 Purple Mountain's Majesty
📋 copy color: '#936DB6'red 147 ◦ green 109 ◦ blue 182
Shades of Purple Mountain's Majesty #936DB6
Tints of Purple Mountain's Majesty #936DB6
RGB
CMYK
RGB Variations
Color information
#936DB6 (or 0x936DB6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 6D and B6. RGB value is (147,109,182). Sum of RGB (Red+Green+Blue) = 147+109+182=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #936DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DB6 is #6C9249. Grayscale: #808080. Windows color (decimal): -7115338 or 11955603. OLE color: 11955603.
HSL color Cylindrical-coordinate representation of color #936DB6: hue angle of 271.23º 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 #936DB6 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 109 | 182 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.29 |
| HSL | 271.23º | 0.33% | 0.57% | - |
| HSV(B) | 271.23º | 0.4% | 0.71% | - |
| XYZ | 25.94 | 20.52 | 46.85 | - |
| YUV | 128.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 182 | 0.19 | 0.40 | 0 | 0.29 | 271.23 | 0.33 | 0.57 |
| Hex | 93 | 6D | B6 | 13 | 28 | 0 | 1D | 10F | 21 | 39 |
| Octal | 223 | 155 | 266 | 23 | 50 | 0 | 35 | 417 | 41 | 71 |
| Binary | 10010011 | 1101101 | 10110110 | 10011 | 101000 | 0 | 11101 | 100001111 | 100001 | 111001 |
Color Harmonies of #936DB6
Complementary color
Monochromatic Colors of #936DB6
Black with #936DB6
Text Example
Text Example
White with #936DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DB6; }
p { color: rgb(147,109,182); }
H1.HeaderClassName
{
color: #936DB6;
}
.AnyTagClassName
{
color: #936DB6;
}
</style>
background-color css
<style>
a { background-color: #936DB6; }
a { background-color: rgb(147,109,182); }
div.DivClassName
{
background-color: #936DB6;
}
.BgClassName
{
background-color: #936DB6;
}
</style>
border-color css
<style>
span { border-color: #936DB6; }
span { border-color: rgb(147,109,182); }
td.TdClassName
{
border-color: #936DB6;
}
.TagClassName
{
border-color: #936DB6;
}
</style>