Html Css Color HEX #937ABB Purple Mountain's Majesty
📋 copy color: '#937ABB'red 147 ◦ green 122 ◦ blue 187
Shades of Purple Mountain's Majesty #937ABB
Tints of Purple Mountain's Majesty #937ABB
RGB
CMYK
RGB Variations
Color information
#937ABB (or 0x937ABB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7A and BB. RGB value is (147,122,187). Sum of RGB (Red+Green+Blue) = 147+122+187=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #937ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ABB is #6C8544. Grayscale: #888888. Windows color (decimal): -7112005 or 12286611. OLE color: 12286611.
HSL color Cylindrical-coordinate representation of color #937ABB: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937ABB is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 122 | 187 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.27 |
| HSL | 263.08º | 0.32% | 0.61% | - |
| HSV(B) | 263.08º | 0.35% | 0.73% | - |
| XYZ | 27.96 | 23.71 | 50.12 | - |
| YUV | 136.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 187 | 0.21 | 0.35 | 0 | 0.27 | 263.08 | 0.32 | 0.61 |
| Hex | 93 | 7A | BB | 15 | 23 | 0 | 1B | 107 | 20 | 3D |
| Octal | 223 | 172 | 273 | 25 | 43 | 0 | 33 | 407 | 40 | 75 |
| Binary | 10010011 | 1111010 | 10111011 | 10101 | 100011 | 0 | 11011 | 100000111 | 100000 | 111101 |
Color Harmonies of #937ABB
Complementary color
Monochromatic Colors of #937ABB
Black with #937ABB
Text Example
Text Example
White with #937ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ABB; }
p { color: rgb(147,122,187); }
H1.HeaderClassName
{
color: #937ABB;
}
.AnyTagClassName
{
color: #937ABB;
}
</style>
background-color css
<style>
a { background-color: #937ABB; }
a { background-color: rgb(147,122,187); }
div.DivClassName
{
background-color: #937ABB;
}
.BgClassName
{
background-color: #937ABB;
}
</style>
border-color css
<style>
span { border-color: #937ABB; }
span { border-color: rgb(147,122,187); }
td.TdClassName
{
border-color: #937ABB;
}
.TagClassName
{
border-color: #937ABB;
}
</style>