Html Css Color HEX #9C76BA Purple Mountain's Majesty
📋 copy color: '#9C76BA'red 156 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9C76BA
Tints of Purple Mountain's Majesty #9C76BA
RGB
CMYK
RGB Variations
Color information
#9C76BA (or 0x9C76BA) is known color: Purple Mountain's Majesty. HEX triplet: 9C, 76 and BA. RGB value is (156,118,186). Sum of RGB (Red+Green+Blue) = 156+118+186=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C76BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C76BA is #638945. Grayscale: #888888. Windows color (decimal): -6523206 or 12220060. OLE color: 12220060.
HSL color Cylindrical-coordinate representation of color #9C76BA: hue angle of 273.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C76BA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 118 | 186 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.27 |
| HSL | 273.53º | 0.33% | 0.6% | - |
| HSV(B) | 273.53º | 0.37% | 0.73% | - |
| XYZ | 29.05 | 23.57 | 49.47 | - |
| YUV | 137.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 186 | 0.16 | 0.37 | 0 | 0.27 | 273.53 | 0.33 | 0.6 |
| Hex | 9C | 76 | BA | 10 | 25 | 0 | 1B | 112 | 21 | 3C |
| Octal | 234 | 166 | 272 | 20 | 45 | 0 | 33 | 422 | 41 | 74 |
| Binary | 10011100 | 1110110 | 10111010 | 10000 | 100101 | 0 | 11011 | 100010010 | 100001 | 111100 |
Color Harmonies of #9C76BA
Complementary color
Monochromatic Colors of #9C76BA
Black with #9C76BA
Text Example
Text Example
White with #9C76BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76BA; }
p { color: rgb(156,118,186); }
H1.HeaderClassName
{
color: #9C76BA;
}
.AnyTagClassName
{
color: #9C76BA;
}
</style>
background-color css
<style>
a { background-color: #9C76BA; }
a { background-color: rgb(156,118,186); }
div.DivClassName
{
background-color: #9C76BA;
}
.BgClassName
{
background-color: #9C76BA;
}
</style>
border-color css
<style>
span { border-color: #9C76BA; }
span { border-color: rgb(156,118,186); }
td.TdClassName
{
border-color: #9C76BA;
}
.TagClassName
{
border-color: #9C76BA;
}
</style>