Html Css Color HEX #937DB1 Purple Mountain's Majesty
📋 copy color: '#937DB1'red 147 ◦ green 125 ◦ blue 177
Shades of Purple Mountain's Majesty #937DB1
Tints of Purple Mountain's Majesty #937DB1
RGB
CMYK
RGB Variations
Color information
#937DB1 (or 0x937DB1) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and B1. RGB value is (147,125,177). Sum of RGB (Red+Green+Blue) = 147+125+177=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #937DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DB1 is #6C824E. Grayscale: #898989. Windows color (decimal): -7111247 or 11632019. OLE color: 11632019.
HSL color Cylindrical-coordinate representation of color #937DB1: hue angle of 265.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937DB1 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 125 | 177 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.31 |
| HSL | 265.38º | 0.25% | 0.59% | - |
| HSV(B) | 265.38º | 0.29% | 0.69% | - |
| XYZ | 27.3 | 24.04 | 44.8 | - |
| YUV | 137.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 177 | 0.17 | 0.29 | 0 | 0.31 | 265.38 | 0.25 | 0.59 |
| Hex | 93 | 7D | B1 | 11 | 1D | 0 | 1F | 109 | 19 | 3B |
| Octal | 223 | 175 | 261 | 21 | 35 | 0 | 37 | 411 | 31 | 73 |
| Binary | 10010011 | 1111101 | 10110001 | 10001 | 11101 | 0 | 11111 | 100001001 | 11001 | 111011 |
Color Harmonies of #937DB1
Complementary color
Monochromatic Colors of #937DB1
Black with #937DB1
Text Example
Text Example
White with #937DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937DB1; }
p { color: rgb(147,125,177); }
H1.HeaderClassName
{
color: #937DB1;
}
.AnyTagClassName
{
color: #937DB1;
}
</style>
background-color css
<style>
a { background-color: #937DB1; }
a { background-color: rgb(147,125,177); }
div.DivClassName
{
background-color: #937DB1;
}
.BgClassName
{
background-color: #937DB1;
}
</style>
border-color css
<style>
span { border-color: #937DB1; }
span { border-color: rgb(147,125,177); }
td.TdClassName
{
border-color: #937DB1;
}
.TagClassName
{
border-color: #937DB1;
}
</style>