Html Css Color HEX #9C7DBC Purple Mountain's Majesty
📋 copy color: '#9C7DBC'red 156 ◦ green 125 ◦ blue 188
Shades of Purple Mountain's Majesty #9C7DBC
Tints of Purple Mountain's Majesty #9C7DBC
RGB
CMYK
RGB Variations
Color information
#9C7DBC (or 0x9C7DBC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7D and BC. RGB value is (156,125,188). Sum of RGB (Red+Green+Blue) = 156+125+188=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C7DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DBC is #638243. Grayscale: #8D8D8D. Windows color (decimal): -6521412 or 12352924. OLE color: 12352924.
HSL color Cylindrical-coordinate representation of color #9C7DBC: hue angle of 269.52º 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 #9C7DBC is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 125 | 188 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.26 |
| HSL | 269.52º | 0.32% | 0.61% | - |
| HSV(B) | 269.52º | 0.34% | 0.74% | - |
| XYZ | 30.12 | 25.37 | 50.89 | - |
| YUV | 141.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 188 | 0.17 | 0.34 | 0 | 0.26 | 269.52 | 0.32 | 0.61 |
| Hex | 9C | 7D | BC | 11 | 22 | 0 | 1A | 10E | 20 | 3D |
| Octal | 234 | 175 | 274 | 21 | 42 | 0 | 32 | 416 | 40 | 75 |
| Binary | 10011100 | 1111101 | 10111100 | 10001 | 100010 | 0 | 11010 | 100001110 | 100000 | 111101 |
Color Harmonies of #9C7DBC
Complementary color
Monochromatic Colors of #9C7DBC
Black with #9C7DBC
Text Example
Text Example
White with #9C7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7DBC; }
p { color: rgb(156,125,188); }
H1.HeaderClassName
{
color: #9C7DBC;
}
.AnyTagClassName
{
color: #9C7DBC;
}
</style>
background-color css
<style>
a { background-color: #9C7DBC; }
a { background-color: rgb(156,125,188); }
div.DivClassName
{
background-color: #9C7DBC;
}
.BgClassName
{
background-color: #9C7DBC;
}
</style>
border-color css
<style>
span { border-color: #9C7DBC; }
span { border-color: rgb(156,125,188); }
td.TdClassName
{
border-color: #9C7DBC;
}
.TagClassName
{
border-color: #9C7DBC;
}
</style>