Html Css Color HEX #927DBC Purple Mountain's Majesty
📋 copy color: '#927DBC'red 146 ◦ green 125 ◦ blue 188
Shades of Purple Mountain's Majesty #927DBC
Tints of Purple Mountain's Majesty #927DBC
RGB
CMYK
RGB Variations
Color information
#927DBC (or 0x927DBC) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7D and BC. RGB value is (146,125,188). Sum of RGB (Red+Green+Blue) = 146+125+188=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #927DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DBC is #6D8243. Grayscale: #8A8A8A. Windows color (decimal): -7176772 or 12352914. OLE color: 12352914.
HSL color Cylindrical-coordinate representation of color #927DBC: hue angle of 260º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #927DBC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 125 | 188 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.26 |
| HSL | 260º | 0.32% | 0.61% | - |
| HSV(B) | 260º | 0.34% | 0.74% | - |
| XYZ | 28.26 | 24.41 | 50.8 | - |
| YUV | 138.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 188 | 0.22 | 0.34 | 0 | 0.26 | 260 | 0.32 | 0.61 |
| Hex | 92 | 7D | BC | 16 | 22 | 0 | 1A | 104 | 20 | 3D |
| Octal | 222 | 175 | 274 | 26 | 42 | 0 | 32 | 404 | 40 | 75 |
| Binary | 10010010 | 1111101 | 10111100 | 10110 | 100010 | 0 | 11010 | 100000100 | 100000 | 111101 |
Color Harmonies of #927DBC
Complementary color
Monochromatic Colors of #927DBC
Black with #927DBC
Text Example
Text Example
White with #927DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927DBC; }
p { color: rgb(146,125,188); }
H1.HeaderClassName
{
color: #927DBC;
}
.AnyTagClassName
{
color: #927DBC;
}
</style>
background-color css
<style>
a { background-color: #927DBC; }
a { background-color: rgb(146,125,188); }
div.DivClassName
{
background-color: #927DBC;
}
.BgClassName
{
background-color: #927DBC;
}
</style>
border-color css
<style>
span { border-color: #927DBC; }
span { border-color: rgb(146,125,188); }
td.TdClassName
{
border-color: #927DBC;
}
.TagClassName
{
border-color: #927DBC;
}
</style>