Html Css Color HEX #9C7CB1 Purple Mountain's Majesty
📋 copy color: '#9C7CB1'red 156 ◦ green 124 ◦ blue 177
Shades of Purple Mountain's Majesty #9C7CB1
Tints of Purple Mountain's Majesty #9C7CB1
RGB
CMYK
RGB Variations
Color information
#9C7CB1 (or 0x9C7CB1) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7C and B1. RGB value is (156,124,177). Sum of RGB (Red+Green+Blue) = 156+124+177=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 177 - color contains mainly: blue. Hex color #9C7CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7CB1 is #63834E. Grayscale: #8B8B8B. Windows color (decimal): -6521679 or 11631772. OLE color: 11631772.
HSL color Cylindrical-coordinate representation of color #9C7CB1: hue angle of 276.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C7CB1 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 124 | 177 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.31 |
| HSL | 276.23º | 0.25% | 0.59% | - |
| HSV(B) | 276.23º | 0.3% | 0.69% | - |
| XYZ | 28.85 | 24.66 | 44.83 | - |
| YUV | 139.61 | 149.1 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 177 | 0.12 | 0.30 | 0 | 0.31 | 276.23 | 0.25 | 0.59 |
| Hex | 9C | 7C | B1 | C | 1E | 0 | 1F | 114 | 19 | 3B |
| Octal | 234 | 174 | 261 | 14 | 36 | 0 | 37 | 424 | 31 | 73 |
| Binary | 10011100 | 1111100 | 10110001 | 1100 | 11110 | 0 | 11111 | 100010100 | 11001 | 111011 |
Color Harmonies of #9C7CB1
Complementary color
Monochromatic Colors of #9C7CB1
Black with #9C7CB1
Text Example
Text Example
White with #9C7CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CB1; }
p { color: rgb(156,124,177); }
H1.HeaderClassName
{
color: #9C7CB1;
}
.AnyTagClassName
{
color: #9C7CB1;
}
</style>
background-color css
<style>
a { background-color: #9C7CB1; }
a { background-color: rgb(156,124,177); }
div.DivClassName
{
background-color: #9C7CB1;
}
.BgClassName
{
background-color: #9C7CB1;
}
</style>
border-color css
<style>
span { border-color: #9C7CB1; }
span { border-color: rgb(156,124,177); }
td.TdClassName
{
border-color: #9C7CB1;
}
.TagClassName
{
border-color: #9C7CB1;
}
</style>