Html Css Color HEX #937ABC Purple Mountain's Majesty
📋 copy color: '#937ABC'red 147 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #937ABC
Tints of Purple Mountain's Majesty #937ABC
RGB
CMYK
RGB Variations
Color information
#937ABC (or 0x937ABC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7A and BC. RGB value is (147,122,188). Sum of RGB (Red+Green+Blue) = 147+122+188=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #937ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ABC is #6C8543. Grayscale: #888888. Windows color (decimal): -7112004 or 12352147. OLE color: 12352147.
HSL color Cylindrical-coordinate representation of color #937ABC: hue angle of 262.73º 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 #937ABC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 122 | 188 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.26 |
| HSL | 262.73º | 0.33% | 0.61% | - |
| HSV(B) | 262.73º | 0.35% | 0.74% | - |
| XYZ | 28.07 | 23.75 | 50.68 | - |
| YUV | 137 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 188 | 0.22 | 0.35 | 0 | 0.26 | 262.73 | 0.33 | 0.61 |
| Hex | 93 | 7A | BC | 16 | 23 | 0 | 1A | 107 | 21 | 3D |
| Octal | 223 | 172 | 274 | 26 | 43 | 0 | 32 | 407 | 41 | 75 |
| Binary | 10010011 | 1111010 | 10111100 | 10110 | 100011 | 0 | 11010 | 100000111 | 100001 | 111101 |
Color Harmonies of #937ABC
Complementary color
Monochromatic Colors of #937ABC
Black with #937ABC
Text Example
Text Example
White with #937ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937ABC; }
p { color: rgb(147,122,188); }
H1.HeaderClassName
{
color: #937ABC;
}
.AnyTagClassName
{
color: #937ABC;
}
</style>
background-color css
<style>
a { background-color: #937ABC; }
a { background-color: rgb(147,122,188); }
div.DivClassName
{
background-color: #937ABC;
}
.BgClassName
{
background-color: #937ABC;
}
</style>
border-color css
<style>
span { border-color: #937ABC; }
span { border-color: rgb(147,122,188); }
td.TdClassName
{
border-color: #937ABC;
}
.TagClassName
{
border-color: #937ABC;
}
</style>