Html Css Color HEX #937BB1 Purple Mountain's Majesty
📋 copy color: '#937BB1'red 147 ◦ green 123 ◦ blue 177
Shades of Purple Mountain's Majesty #937BB1
Tints of Purple Mountain's Majesty #937BB1
RGB
CMYK
RGB Variations
Color information
#937BB1 (or 0x937BB1) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7B and B1. RGB value is (147,123,177). Sum of RGB (Red+Green+Blue) = 147+123+177=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #937BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BB1 is #6C844E. Grayscale: #888888. Windows color (decimal): -7111759 or 11631507. OLE color: 11631507.
HSL color Cylindrical-coordinate representation of color #937BB1: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937BB1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 123 | 177 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.31 |
| HSL | 266.67º | 0.26% | 0.59% | - |
| HSV(B) | 266.67º | 0.31% | 0.69% | - |
| XYZ | 27.05 | 23.54 | 44.71 | - |
| YUV | 136.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 177 | 0.17 | 0.31 | 0 | 0.31 | 266.67 | 0.26 | 0.59 |
| Hex | 93 | 7B | B1 | 11 | 1F | 0 | 1F | 10B | 1A | 3B |
| Octal | 223 | 173 | 261 | 21 | 37 | 0 | 37 | 413 | 32 | 73 |
| Binary | 10010011 | 1111011 | 10110001 | 10001 | 11111 | 0 | 11111 | 100001011 | 11010 | 111011 |
Color Harmonies of #937BB1
Complementary color
Monochromatic Colors of #937BB1
Black with #937BB1
Text Example
Text Example
White with #937BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937BB1; }
p { color: rgb(147,123,177); }
H1.HeaderClassName
{
color: #937BB1;
}
.AnyTagClassName
{
color: #937BB1;
}
</style>
background-color css
<style>
a { background-color: #937BB1; }
a { background-color: rgb(147,123,177); }
div.DivClassName
{
background-color: #937BB1;
}
.BgClassName
{
background-color: #937BB1;
}
</style>
border-color css
<style>
span { border-color: #937BB1; }
span { border-color: rgb(147,123,177); }
td.TdClassName
{
border-color: #937BB1;
}
.TagClassName
{
border-color: #937BB1;
}
</style>