Html Css Color HEX #9676BA Purple Mountain's Majesty
📋 copy color: '#9676BA'red 150 ◦ green 118 ◦ blue 186
Shades of Purple Mountain's Majesty #9676BA
Tints of Purple Mountain's Majesty #9676BA
RGB
CMYK
RGB Variations
Color information
#9676BA (or 0x9676BA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 76 and BA. RGB value is (150,118,186). Sum of RGB (Red+Green+Blue) = 150+118+186=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9676BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9676BA is #698945. Grayscale: #878787. Windows color (decimal): -6916422 or 12220054. OLE color: 12220054.
HSL color Cylindrical-coordinate representation of color #9676BA: hue angle of 268.24º 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 #9676BA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 118 | 186 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.27 |
| HSL | 268.24º | 0.33% | 0.6% | - |
| HSV(B) | 268.24º | 0.37% | 0.73% | - |
| XYZ | 27.92 | 22.99 | 49.42 | - |
| YUV | 135.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 186 | 0.19 | 0.37 | 0 | 0.27 | 268.24 | 0.33 | 0.6 |
| Hex | 96 | 76 | BA | 13 | 25 | 0 | 1B | 10C | 21 | 3C |
| Octal | 226 | 166 | 272 | 23 | 45 | 0 | 33 | 414 | 41 | 74 |
| Binary | 10010110 | 1110110 | 10111010 | 10011 | 100101 | 0 | 11011 | 100001100 | 100001 | 111100 |
Color Harmonies of #9676BA
Complementary color
Monochromatic Colors of #9676BA
Black with #9676BA
Text Example
Text Example
White with #9676BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9676BA; }
p { color: rgb(150,118,186); }
H1.HeaderClassName
{
color: #9676BA;
}
.AnyTagClassName
{
color: #9676BA;
}
</style>
background-color css
<style>
a { background-color: #9676BA; }
a { background-color: rgb(150,118,186); }
div.DivClassName
{
background-color: #9676BA;
}
.BgClassName
{
background-color: #9676BA;
}
</style>
border-color css
<style>
span { border-color: #9676BA; }
span { border-color: rgb(150,118,186); }
td.TdClassName
{
border-color: #9676BA;
}
.TagClassName
{
border-color: #9676BA;
}
</style>