Html Css Color HEX #937DB6 Purple Mountain's Majesty
📋 copy color: '#937DB6'red 147 ◦ green 125 ◦ blue 182
Shades of Purple Mountain's Majesty #937DB6
Tints of Purple Mountain's Majesty #937DB6
RGB
CMYK
RGB Variations
Color information
#937DB6 (or 0x937DB6) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and B6. RGB value is (147,125,182). Sum of RGB (Red+Green+Blue) = 147+125+182=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 182 - color contains mainly: blue. Hex color #937DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DB6 is #6C8249. Grayscale: #898989. Windows color (decimal): -7111242 or 11959699. OLE color: 11959699.
HSL color Cylindrical-coordinate representation of color #937DB6: hue angle of 263.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937DB6 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 125 | 182 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.29 |
| HSL | 263.16º | 0.28% | 0.6% | - |
| HSV(B) | 263.16º | 0.31% | 0.71% | - |
| XYZ | 27.81 | 24.25 | 47.47 | - |
| YUV | 138.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 182 | 0.19 | 0.31 | 0 | 0.29 | 263.16 | 0.28 | 0.6 |
| Hex | 93 | 7D | B6 | 13 | 1F | 0 | 1D | 107 | 1C | 3C |
| Octal | 223 | 175 | 266 | 23 | 37 | 0 | 35 | 407 | 34 | 74 |
| Binary | 10010011 | 1111101 | 10110110 | 10011 | 11111 | 0 | 11101 | 100000111 | 11100 | 111100 |
Color Harmonies of #937DB6
Complementary color
Monochromatic Colors of #937DB6
Black with #937DB6
Text Example
Text Example
White with #937DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DB6; }
p { color: rgb(147,125,182); }
H1.HeaderClassName
{
color: #937DB6;
}
.AnyTagClassName
{
color: #937DB6;
}
</style>
background-color css
<style>
a { background-color: #937DB6; }
a { background-color: rgb(147,125,182); }
div.DivClassName
{
background-color: #937DB6;
}
.BgClassName
{
background-color: #937DB6;
}
</style>
border-color css
<style>
span { border-color: #937DB6; }
span { border-color: rgb(147,125,182); }
td.TdClassName
{
border-color: #937DB6;
}
.TagClassName
{
border-color: #937DB6;
}
</style>