Html Css Color HEX #9C7EC0 Purple Mountain's Majesty
📋 copy color: '#9C7EC0'red 156 ◦ green 126 ◦ blue 192
Shades of Purple Mountain's Majesty #9C7EC0
Tints of Purple Mountain's Majesty #9C7EC0
RGB
CMYK
RGB Variations
Color information
#9C7EC0 (or 0x9C7EC0) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7E and C0. RGB value is (156,126,192). Sum of RGB (Red+Green+Blue) = 156+126+192=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C7EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7EC0 is #63813F. Grayscale: #8E8E8E. Windows color (decimal): -6521152 or 12615324. OLE color: 12615324.
HSL color Cylindrical-coordinate representation of color #9C7EC0: hue angle of 267.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C7EC0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 126 | 192 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.25 |
| HSL | 267.27º | 0.34% | 0.62% | - |
| HSV(B) | 267.27º | 0.34% | 0.75% | - |
| XYZ | 30.69 | 25.8 | 53.23 | - |
| YUV | 142.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 192 | 0.19 | 0.34 | 0 | 0.25 | 267.27 | 0.34 | 0.62 |
| Hex | 9C | 7E | C0 | 13 | 22 | 0 | 19 | 10B | 22 | 3E |
| Octal | 234 | 176 | 300 | 23 | 42 | 0 | 31 | 413 | 42 | 76 |
| Binary | 10011100 | 1111110 | 11000000 | 10011 | 100010 | 0 | 11001 | 100001011 | 100010 | 111110 |
Color Harmonies of #9C7EC0
Complementary color
Monochromatic Colors of #9C7EC0
Black with #9C7EC0
Text Example
Text Example
White with #9C7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7EC0; }
p { color: rgb(156,126,192); }
H1.HeaderClassName
{
color: #9C7EC0;
}
.AnyTagClassName
{
color: #9C7EC0;
}
</style>
background-color css
<style>
a { background-color: #9C7EC0; }
a { background-color: rgb(156,126,192); }
div.DivClassName
{
background-color: #9C7EC0;
}
.BgClassName
{
background-color: #9C7EC0;
}
</style>
border-color css
<style>
span { border-color: #9C7EC0; }
span { border-color: rgb(156,126,192); }
td.TdClassName
{
border-color: #9C7EC0;
}
.TagClassName
{
border-color: #9C7EC0;
}
</style>