Html Css Color HEX #9C7FBC Purple Mountain's Majesty
📋 copy color: '#9C7FBC'red 156 ◦ green 127 ◦ blue 188
Shades of Purple Mountain's Majesty #9C7FBC
Tints of Purple Mountain's Majesty #9C7FBC
RGB
CMYK
RGB Variations
Color information
#9C7FBC (or 0x9C7FBC) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7F and BC. RGB value is (156,127,188). Sum of RGB (Red+Green+Blue) = 156+127+188=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C7FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7FBC is #638043. Grayscale: #8E8E8E. Windows color (decimal): -6520900 or 12353436. OLE color: 12353436.
HSL color Cylindrical-coordinate representation of color #9C7FBC: hue angle of 268.52º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7FBC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 127 | 188 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.26 |
| HSL | 268.52º | 0.31% | 0.62% | - |
| HSV(B) | 268.52º | 0.32% | 0.74% | - |
| XYZ | 30.38 | 25.88 | 50.97 | - |
| YUV | 142.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 188 | 0.17 | 0.32 | 0 | 0.26 | 268.52 | 0.31 | 0.62 |
| Hex | 9C | 7F | BC | 11 | 20 | 0 | 1A | 10D | 1F | 3E |
| Octal | 234 | 177 | 274 | 21 | 40 | 0 | 32 | 415 | 37 | 76 |
| Binary | 10011100 | 1111111 | 10111100 | 10001 | 100000 | 0 | 11010 | 100001101 | 11111 | 111110 |
Color Harmonies of #9C7FBC
Complementary color
Monochromatic Colors of #9C7FBC
Black with #9C7FBC
Text Example
Text Example
White with #9C7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7FBC; }
p { color: rgb(156,127,188); }
H1.HeaderClassName
{
color: #9C7FBC;
}
.AnyTagClassName
{
color: #9C7FBC;
}
</style>
background-color css
<style>
a { background-color: #9C7FBC; }
a { background-color: rgb(156,127,188); }
div.DivClassName
{
background-color: #9C7FBC;
}
.BgClassName
{
background-color: #9C7FBC;
}
</style>
border-color css
<style>
span { border-color: #9C7FBC; }
span { border-color: rgb(156,127,188); }
td.TdClassName
{
border-color: #9C7FBC;
}
.TagClassName
{
border-color: #9C7FBC;
}
</style>