Html Css Color HEX #9C7CC1 Purple Mountain's Majesty
📋 copy color: '#9C7CC1'red 156 ◦ green 124 ◦ blue 193
Shades of Purple Mountain's Majesty #9C7CC1
Tints of Purple Mountain's Majesty #9C7CC1
RGB
CMYK
RGB Variations
Color information
#9C7CC1 (or 0x9C7CC1) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 7C and C1. RGB value is (156,124,193). Sum of RGB (Red+Green+Blue) = 156+124+193=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C7CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CC1 is #63833E. Grayscale: #8D8D8D. Windows color (decimal): -6521663 or 12680348. OLE color: 12680348.
HSL color Cylindrical-coordinate representation of color #9C7CC1: hue angle of 267.83º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C7CC1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 124 | 193 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.24 |
| HSL | 267.83º | 0.36% | 0.62% | - |
| HSV(B) | 267.83º | 0.36% | 0.76% | - |
| XYZ | 30.54 | 25.33 | 53.73 | - |
| YUV | 141.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 193 | 0.19 | 0.36 | 0 | 0.24 | 267.83 | 0.36 | 0.62 |
| Hex | 9C | 7C | C1 | 13 | 24 | 0 | 18 | 10C | 24 | 3E |
| Octal | 234 | 174 | 301 | 23 | 44 | 0 | 30 | 414 | 44 | 76 |
| Binary | 10011100 | 1111100 | 11000001 | 10011 | 100100 | 0 | 11000 | 100001100 | 100100 | 111110 |
Color Harmonies of #9C7CC1
Complementary color
Monochromatic Colors of #9C7CC1
Black with #9C7CC1
Text Example
Text Example
White with #9C7CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7CC1; }
p { color: rgb(156,124,193); }
H1.HeaderClassName
{
color: #9C7CC1;
}
.AnyTagClassName
{
color: #9C7CC1;
}
</style>
background-color css
<style>
a { background-color: #9C7CC1; }
a { background-color: rgb(156,124,193); }
div.DivClassName
{
background-color: #9C7CC1;
}
.BgClassName
{
background-color: #9C7CC1;
}
</style>
border-color css
<style>
span { border-color: #9C7CC1; }
span { border-color: rgb(156,124,193); }
td.TdClassName
{
border-color: #9C7CC1;
}
.TagClassName
{
border-color: #9C7CC1;
}
</style>