Html Css Color HEX #937AB9 Purple Mountain's Majesty
📋 copy color: '#937AB9'red 147 ◦ green 122 ◦ blue 185
Shades of Purple Mountain's Majesty #937AB9
Tints of Purple Mountain's Majesty #937AB9
RGB
CMYK
RGB Variations
Color information
#937AB9 (or 0x937AB9) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7A and B9. RGB value is (147,122,185). Sum of RGB (Red+Green+Blue) = 147+122+185=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 185 - color contains mainly: blue. Hex color #937AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AB9 is #6C8546. Grayscale: #888888. Windows color (decimal): -7112007 or 12155539. OLE color: 12155539.
HSL color Cylindrical-coordinate representation of color #937AB9: hue angle of 263.81º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #937AB9 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 122 | 185 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.27 |
| HSL | 263.81º | 0.31% | 0.6% | - |
| HSV(B) | 263.81º | 0.34% | 0.73% | - |
| XYZ | 27.75 | 23.62 | 49 | - |
| YUV | 136.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 185 | 0.21 | 0.34 | 0 | 0.27 | 263.81 | 0.31 | 0.6 |
| Hex | 93 | 7A | B9 | 15 | 22 | 0 | 1B | 108 | 1F | 3C |
| Octal | 223 | 172 | 271 | 25 | 42 | 0 | 33 | 410 | 37 | 74 |
| Binary | 10010011 | 1111010 | 10111001 | 10101 | 100010 | 0 | 11011 | 100001000 | 11111 | 111100 |
Color Harmonies of #937AB9
Complementary color
Monochromatic Colors of #937AB9
Black with #937AB9
Text Example
Text Example
White with #937AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AB9; }
p { color: rgb(147,122,185); }
H1.HeaderClassName
{
color: #937AB9;
}
.AnyTagClassName
{
color: #937AB9;
}
</style>
background-color css
<style>
a { background-color: #937AB9; }
a { background-color: rgb(147,122,185); }
div.DivClassName
{
background-color: #937AB9;
}
.BgClassName
{
background-color: #937AB9;
}
</style>
border-color css
<style>
span { border-color: #937AB9; }
span { border-color: rgb(147,122,185); }
td.TdClassName
{
border-color: #937AB9;
}
.TagClassName
{
border-color: #937AB9;
}
</style>