Html Css Color HEX #9680BA Purple Mountain's Majesty
📋 copy color: '#9680BA'red 150 ◦ green 128 ◦ blue 186
Shades of Purple Mountain's Majesty #9680BA
Tints of Purple Mountain's Majesty #9680BA
RGB
CMYK
RGB Variations
Color information
#9680BA (or 0x9680BA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 80 and BA. RGB value is (150,128,186). Sum of RGB (Red+Green+Blue) = 150+128+186=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #9680BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9680BA is #697F45. Grayscale: #8C8C8C. Windows color (decimal): -6913862 or 12222614. OLE color: 12222614.
HSL color Cylindrical-coordinate representation of color #9680BA: hue angle of 262.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9680BA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 128 | 186 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.27 |
| HSL | 262.76º | 0.3% | 0.62% | - |
| HSV(B) | 262.76º | 0.31% | 0.73% | - |
| XYZ | 29.16 | 25.47 | 49.83 | - |
| YUV | 141.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 186 | 0.19 | 0.31 | 0 | 0.27 | 262.76 | 0.3 | 0.62 |
| Hex | 96 | 80 | BA | 13 | 1F | 0 | 1B | 107 | 1E | 3E |
| Octal | 226 | 200 | 272 | 23 | 37 | 0 | 33 | 407 | 36 | 76 |
| Binary | 10010110 | 10000000 | 10111010 | 10011 | 11111 | 0 | 11011 | 100000111 | 11110 | 111110 |
Color Harmonies of #9680BA
Complementary color
Monochromatic Colors of #9680BA
Black with #9680BA
Text Example
Text Example
White with #9680BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680BA; }
p { color: rgb(150,128,186); }
H1.HeaderClassName
{
color: #9680BA;
}
.AnyTagClassName
{
color: #9680BA;
}
</style>
background-color css
<style>
a { background-color: #9680BA; }
a { background-color: rgb(150,128,186); }
div.DivClassName
{
background-color: #9680BA;
}
.BgClassName
{
background-color: #9680BA;
}
</style>
border-color css
<style>
span { border-color: #9680BA; }
span { border-color: rgb(150,128,186); }
td.TdClassName
{
border-color: #9680BA;
}
.TagClassName
{
border-color: #9680BA;
}
</style>