Html Css Color HEX #937BBD Purple Mountain's Majesty
📋 copy color: '#937BBD'red 147 ◦ green 123 ◦ blue 189
Shades of Purple Mountain's Majesty #937BBD
Tints of Purple Mountain's Majesty #937BBD
RGB
CMYK
RGB Variations
Color information
#937BBD (or 0x937BBD) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and BD. RGB value is (147,123,189). Sum of RGB (Red+Green+Blue) = 147+123+189=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #937BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BBD is #6C8442. Grayscale: #898989. Windows color (decimal): -7111747 or 12417939. OLE color: 12417939.
HSL color Cylindrical-coordinate representation of color #937BBD: hue angle of 261.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937BBD is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 123 | 189 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.26 |
| HSL | 261.82º | 0.33% | 0.61% | - |
| HSV(B) | 261.82º | 0.35% | 0.74% | - |
| XYZ | 28.3 | 24.04 | 51.29 | - |
| YUV | 137.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 189 | 0.22 | 0.35 | 0 | 0.26 | 261.82 | 0.33 | 0.61 |
| Hex | 93 | 7B | BD | 16 | 23 | 0 | 1A | 106 | 21 | 3D |
| Octal | 223 | 173 | 275 | 26 | 43 | 0 | 32 | 406 | 41 | 75 |
| Binary | 10010011 | 1111011 | 10111101 | 10110 | 100011 | 0 | 11010 | 100000110 | 100001 | 111101 |
Color Harmonies of #937BBD
Complementary color
Monochromatic Colors of #937BBD
Black with #937BBD
Text Example
Text Example
White with #937BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BBD; }
p { color: rgb(147,123,189); }
H1.HeaderClassName
{
color: #937BBD;
}
.AnyTagClassName
{
color: #937BBD;
}
</style>
background-color css
<style>
a { background-color: #937BBD; }
a { background-color: rgb(147,123,189); }
div.DivClassName
{
background-color: #937BBD;
}
.BgClassName
{
background-color: #937BBD;
}
</style>
border-color css
<style>
span { border-color: #937BBD; }
span { border-color: rgb(147,123,189); }
td.TdClassName
{
border-color: #937BBD;
}
.TagClassName
{
border-color: #937BBD;
}
</style>