Html Css Color HEX #937BB4 Purple Mountain's Majesty
📋 copy color: '#937BB4'red 147 ◦ green 123 ◦ blue 180
Shades of Purple Mountain's Majesty #937BB4
Tints of Purple Mountain's Majesty #937BB4
RGB
CMYK
RGB Variations
Color information
#937BB4 (or 0x937BB4) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and B4. RGB value is (147,123,180). Sum of RGB (Red+Green+Blue) = 147+123+180=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #937BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937BB4 is #6C844B. Grayscale: #888888. Windows color (decimal): -7111756 or 11828115. OLE color: 11828115.
HSL color Cylindrical-coordinate representation of color #937BB4: hue angle of 265.26º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #937BB4 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 123 | 180 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.29 |
| HSL | 265.26º | 0.28% | 0.59% | - |
| HSV(B) | 265.26º | 0.32% | 0.71% | - |
| XYZ | 27.35 | 23.66 | 46.31 | - |
| YUV | 136.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 180 | 0.18 | 0.32 | 0 | 0.29 | 265.26 | 0.28 | 0.59 |
| Hex | 93 | 7B | B4 | 12 | 20 | 0 | 1D | 109 | 1C | 3B |
| Octal | 223 | 173 | 264 | 22 | 40 | 0 | 35 | 411 | 34 | 73 |
| Binary | 10010011 | 1111011 | 10110100 | 10010 | 100000 | 0 | 11101 | 100001001 | 11100 | 111011 |
Color Harmonies of #937BB4
Complementary color
Monochromatic Colors of #937BB4
Black with #937BB4
Text Example
Text Example
White with #937BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BB4; }
p { color: rgb(147,123,180); }
H1.HeaderClassName
{
color: #937BB4;
}
.AnyTagClassName
{
color: #937BB4;
}
</style>
background-color css
<style>
a { background-color: #937BB4; }
a { background-color: rgb(147,123,180); }
div.DivClassName
{
background-color: #937BB4;
}
.BgClassName
{
background-color: #937BB4;
}
</style>
border-color css
<style>
span { border-color: #937BB4; }
span { border-color: rgb(147,123,180); }
td.TdClassName
{
border-color: #937BB4;
}
.TagClassName
{
border-color: #937BB4;
}
</style>