Html Css Color HEX #967FBA Purple Mountain's Majesty
📋 copy color: '#967FBA'red 150 ◦ green 127 ◦ blue 186
Shades of Purple Mountain's Majesty #967FBA
Tints of Purple Mountain's Majesty #967FBA
RGB
CMYK
RGB Variations
Color information
#967FBA (or 0x967FBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and BA. RGB value is (150,127,186). Sum of RGB (Red+Green+Blue) = 150+127+186=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #967FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FBA is #698045. Grayscale: #8C8C8C. Windows color (decimal): -6914118 or 12222358. OLE color: 12222358.
HSL color Cylindrical-coordinate representation of color #967FBA: hue angle of 263.39º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967FBA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 127 | 186 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.27 |
| HSL | 263.39º | 0.3% | 0.61% | - |
| HSV(B) | 263.39º | 0.32% | 0.73% | - |
| XYZ | 29.03 | 25.21 | 49.79 | - |
| YUV | 140.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 186 | 0.19 | 0.32 | 0 | 0.27 | 263.39 | 0.3 | 0.61 |
| Hex | 96 | 7F | BA | 13 | 20 | 0 | 1B | 107 | 1E | 3D |
| Octal | 226 | 177 | 272 | 23 | 40 | 0 | 33 | 407 | 36 | 75 |
| Binary | 10010110 | 1111111 | 10111010 | 10011 | 100000 | 0 | 11011 | 100000111 | 11110 | 111101 |
Color Harmonies of #967FBA
Complementary color
Monochromatic Colors of #967FBA
Black with #967FBA
Text Example
Text Example
White with #967FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FBA; }
p { color: rgb(150,127,186); }
H1.HeaderClassName
{
color: #967FBA;
}
.AnyTagClassName
{
color: #967FBA;
}
</style>
background-color css
<style>
a { background-color: #967FBA; }
a { background-color: rgb(150,127,186); }
div.DivClassName
{
background-color: #967FBA;
}
.BgClassName
{
background-color: #967FBA;
}
</style>
border-color css
<style>
span { border-color: #967FBA; }
span { border-color: rgb(150,127,186); }
td.TdClassName
{
border-color: #967FBA;
}
.TagClassName
{
border-color: #967FBA;
}
</style>