Html Css Color HEX #937CB5 Purple Mountain's Majesty
📋 copy color: '#937CB5'red 147 ◦ green 124 ◦ blue 181
Shades of Purple Mountain's Majesty #937CB5
Tints of Purple Mountain's Majesty #937CB5
RGB
CMYK
RGB Variations
Color information
#937CB5 (or 0x937CB5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7C and B5. RGB value is (147,124,181). Sum of RGB (Red+Green+Blue) = 147+124+181=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 181 - color contains mainly: blue. Hex color #937CB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CB5 is #6C834A. Grayscale: #898989. Windows color (decimal): -7111499 or 11893907. OLE color: 11893907.
HSL color Cylindrical-coordinate representation of color #937CB5: hue angle of 264.21º 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 #937CB5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 124 | 181 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.29 |
| HSL | 264.21º | 0.28% | 0.6% | - |
| HSV(B) | 264.21º | 0.31% | 0.71% | - |
| XYZ | 27.58 | 23.95 | 46.89 | - |
| YUV | 137.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 181 | 0.19 | 0.31 | 0 | 0.29 | 264.21 | 0.28 | 0.6 |
| Hex | 93 | 7C | B5 | 13 | 1F | 0 | 1D | 108 | 1C | 3C |
| Octal | 223 | 174 | 265 | 23 | 37 | 0 | 35 | 410 | 34 | 74 |
| Binary | 10010011 | 1111100 | 10110101 | 10011 | 11111 | 0 | 11101 | 100001000 | 11100 | 111100 |
Color Harmonies of #937CB5
Complementary color
Monochromatic Colors of #937CB5
Black with #937CB5
Text Example
Text Example
White with #937CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CB5; }
p { color: rgb(147,124,181); }
H1.HeaderClassName
{
color: #937CB5;
}
.AnyTagClassName
{
color: #937CB5;
}
</style>
background-color css
<style>
a { background-color: #937CB5; }
a { background-color: rgb(147,124,181); }
div.DivClassName
{
background-color: #937CB5;
}
.BgClassName
{
background-color: #937CB5;
}
</style>
border-color css
<style>
span { border-color: #937CB5; }
span { border-color: rgb(147,124,181); }
td.TdClassName
{
border-color: #937CB5;
}
.TagClassName
{
border-color: #937CB5;
}
</style>