Html Css Color HEX #937AB5 Purple Mountain's Majesty
📋 copy color: '#937AB5'red 147 ◦ green 122 ◦ blue 181
Shades of Purple Mountain's Majesty #937AB5
Tints of Purple Mountain's Majesty #937AB5
RGB
CMYK
RGB Variations
Color information
#937AB5 (or 0x937AB5) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7A and B5. RGB value is (147,122,181). Sum of RGB (Red+Green+Blue) = 147+122+181=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #937AB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937AB5 is #6C854A. Grayscale: #878787. Windows color (decimal): -7112011 or 11893395. OLE color: 11893395.
HSL color Cylindrical-coordinate representation of color #937AB5: hue angle of 265.42º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937AB5 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 122 | 181 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.29 |
| HSL | 265.42º | 0.29% | 0.59% | - |
| HSV(B) | 265.42º | 0.33% | 0.71% | - |
| XYZ | 27.33 | 23.46 | 46.8 | - |
| YUV | 136.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 181 | 0.19 | 0.33 | 0 | 0.29 | 265.42 | 0.29 | 0.59 |
| Hex | 93 | 7A | B5 | 13 | 21 | 0 | 1D | 109 | 1D | 3B |
| Octal | 223 | 172 | 265 | 23 | 41 | 0 | 35 | 411 | 35 | 73 |
| Binary | 10010011 | 1111010 | 10110101 | 10011 | 100001 | 0 | 11101 | 100001001 | 11101 | 111011 |
Color Harmonies of #937AB5
Complementary color
Monochromatic Colors of #937AB5
Black with #937AB5
Text Example
Text Example
White with #937AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937AB5; }
p { color: rgb(147,122,181); }
H1.HeaderClassName
{
color: #937AB5;
}
.AnyTagClassName
{
color: #937AB5;
}
</style>
background-color css
<style>
a { background-color: #937AB5; }
a { background-color: rgb(147,122,181); }
div.DivClassName
{
background-color: #937AB5;
}
.BgClassName
{
background-color: #937AB5;
}
</style>
border-color css
<style>
span { border-color: #937AB5; }
span { border-color: rgb(147,122,181); }
td.TdClassName
{
border-color: #937AB5;
}
.TagClassName
{
border-color: #937AB5;
}
</style>