Html Css Color HEX #937DBB Purple Mountain's Majesty
📋 copy color: '#937DBB'red 147 ◦ green 125 ◦ blue 187
Shades of Purple Mountain's Majesty #937DBB
Tints of Purple Mountain's Majesty #937DBB
RGB
CMYK
RGB Variations
Color information
#937DBB (or 0x937DBB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and BB. RGB value is (147,125,187). Sum of RGB (Red+Green+Blue) = 147+125+187=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #937DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DBB is #6C8244. Grayscale: #8A8A8A. Windows color (decimal): -7111237 or 12287379. OLE color: 12287379.
HSL color Cylindrical-coordinate representation of color #937DBB: hue angle of 261.29º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937DBB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 125 | 187 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.27 |
| HSL | 261.29º | 0.31% | 0.61% | - |
| HSV(B) | 261.29º | 0.33% | 0.73% | - |
| XYZ | 28.34 | 24.46 | 50.24 | - |
| YUV | 138.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 187 | 0.21 | 0.33 | 0 | 0.27 | 261.29 | 0.31 | 0.61 |
| Hex | 93 | 7D | BB | 15 | 21 | 0 | 1B | 105 | 1F | 3D |
| Octal | 223 | 175 | 273 | 25 | 41 | 0 | 33 | 405 | 37 | 75 |
| Binary | 10010011 | 1111101 | 10111011 | 10101 | 100001 | 0 | 11011 | 100000101 | 11111 | 111101 |
Color Harmonies of #937DBB
Complementary color
Monochromatic Colors of #937DBB
Black with #937DBB
Text Example
Text Example
White with #937DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DBB; }
p { color: rgb(147,125,187); }
H1.HeaderClassName
{
color: #937DBB;
}
.AnyTagClassName
{
color: #937DBB;
}
</style>
background-color css
<style>
a { background-color: #937DBB; }
a { background-color: rgb(147,125,187); }
div.DivClassName
{
background-color: #937DBB;
}
.BgClassName
{
background-color: #937DBB;
}
</style>
border-color css
<style>
span { border-color: #937DBB; }
span { border-color: rgb(147,125,187); }
td.TdClassName
{
border-color: #937DBB;
}
.TagClassName
{
border-color: #937DBB;
}
</style>