Html Css Color HEX #937CB0 Purple Mountain's Majesty
📋 copy color: '#937CB0'red 147 ◦ green 124 ◦ blue 176
Shades of Purple Mountain's Majesty #937CB0
Tints of Purple Mountain's Majesty #937CB0
RGB
CMYK
RGB Variations
Color information
#937CB0 (or 0x937CB0) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7C and B0. RGB value is (147,124,176). Sum of RGB (Red+Green+Blue) = 147+124+176=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 176 - color contains mainly: blue. Hex color #937CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937CB0 is #6C834F. Grayscale: #888888. Windows color (decimal): -7111504 or 11566227. OLE color: 11566227.
HSL color Cylindrical-coordinate representation of color #937CB0: hue angle of 266.54º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #937CB0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 124 | 176 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.31 |
| HSL | 266.54º | 0.25% | 0.59% | - |
| HSV(B) | 266.54º | 0.3% | 0.69% | - |
| XYZ | 27.08 | 23.75 | 44.23 | - |
| YUV | 136.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 176 | 0.16 | 0.30 | 0 | 0.31 | 266.54 | 0.25 | 0.59 |
| Hex | 93 | 7C | B0 | 10 | 1E | 0 | 1F | 10B | 19 | 3B |
| Octal | 223 | 174 | 260 | 20 | 36 | 0 | 37 | 413 | 31 | 73 |
| Binary | 10010011 | 1111100 | 10110000 | 10000 | 11110 | 0 | 11111 | 100001011 | 11001 | 111011 |
Color Harmonies of #937CB0
Complementary color
Monochromatic Colors of #937CB0
Black with #937CB0
Text Example
Text Example
White with #937CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937CB0; }
p { color: rgb(147,124,176); }
H1.HeaderClassName
{
color: #937CB0;
}
.AnyTagClassName
{
color: #937CB0;
}
</style>
background-color css
<style>
a { background-color: #937CB0; }
a { background-color: rgb(147,124,176); }
div.DivClassName
{
background-color: #937CB0;
}
.BgClassName
{
background-color: #937CB0;
}
</style>
border-color css
<style>
span { border-color: #937CB0; }
span { border-color: rgb(147,124,176); }
td.TdClassName
{
border-color: #937CB0;
}
.TagClassName
{
border-color: #937CB0;
}
</style>