Html Css Color HEX #9C7EBA Purple Mountain's Majesty
📋 copy color: '#9C7EBA'red 156 ◦ green 126 ◦ blue 186
Shades of Purple Mountain's Majesty #9C7EBA
Tints of Purple Mountain's Majesty #9C7EBA
RGB
CMYK
RGB Variations
Color information
#9C7EBA (or 0x9C7EBA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7E and BA. RGB value is (156,126,186). Sum of RGB (Red+Green+Blue) = 156+126+186=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C7EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EBA is #638145. Grayscale: #8D8D8D. Windows color (decimal): -6521158 or 12222108. OLE color: 12222108.
HSL color Cylindrical-coordinate representation of color #9C7EBA: hue angle of 270º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7EBA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 126 | 186 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.27 |
| HSL | 270º | 0.3% | 0.61% | - |
| HSV(B) | 270º | 0.32% | 0.73% | - |
| XYZ | 30.03 | 25.53 | 49.8 | - |
| YUV | 141.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 186 | 0.16 | 0.32 | 0 | 0.27 | 270 | 0.3 | 0.61 |
| Hex | 9C | 7E | BA | 10 | 20 | 0 | 1B | 10E | 1E | 3D |
| Octal | 234 | 176 | 272 | 20 | 40 | 0 | 33 | 416 | 36 | 75 |
| Binary | 10011100 | 1111110 | 10111010 | 10000 | 100000 | 0 | 11011 | 100001110 | 11110 | 111101 |
Color Harmonies of #9C7EBA
Complementary color
Monochromatic Colors of #9C7EBA
Black with #9C7EBA
Text Example
Text Example
White with #9C7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EBA; }
p { color: rgb(156,126,186); }
H1.HeaderClassName
{
color: #9C7EBA;
}
.AnyTagClassName
{
color: #9C7EBA;
}
</style>
background-color css
<style>
a { background-color: #9C7EBA; }
a { background-color: rgb(156,126,186); }
div.DivClassName
{
background-color: #9C7EBA;
}
.BgClassName
{
background-color: #9C7EBA;
}
</style>
border-color css
<style>
span { border-color: #9C7EBA; }
span { border-color: rgb(156,126,186); }
td.TdClassName
{
border-color: #9C7EBA;
}
.TagClassName
{
border-color: #9C7EBA;
}
</style>