Html Css Color HEX #967ABA Purple Mountain's Majesty
📋 copy color: '#967ABA'red 150 ◦ green 122 ◦ blue 186
Shades of Purple Mountain's Majesty #967ABA
Tints of Purple Mountain's Majesty #967ABA
RGB
CMYK
RGB Variations
Color information
#967ABA (or 0x967ABA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and BA. RGB value is (150,122,186). Sum of RGB (Red+Green+Blue) = 150+122+186=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #967ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ABA is #698545. Grayscale: #898989. Windows color (decimal): -6915398 or 12221078. OLE color: 12221078.
HSL color Cylindrical-coordinate representation of color #967ABA: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #967ABA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 122 | 186 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.27 |
| HSL | 266.25º | 0.32% | 0.6% | - |
| HSV(B) | 266.25º | 0.34% | 0.73% | - |
| XYZ | 28.4 | 23.95 | 49.58 | - |
| YUV | 137.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 186 | 0.19 | 0.34 | 0 | 0.27 | 266.25 | 0.32 | 0.6 |
| Hex | 96 | 7A | BA | 13 | 22 | 0 | 1B | 10A | 20 | 3C |
| Octal | 226 | 172 | 272 | 23 | 42 | 0 | 33 | 412 | 40 | 74 |
| Binary | 10010110 | 1111010 | 10111010 | 10011 | 100010 | 0 | 11011 | 100001010 | 100000 | 111100 |
Color Harmonies of #967ABA
Complementary color
Monochromatic Colors of #967ABA
Black with #967ABA
Text Example
Text Example
White with #967ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ABA; }
p { color: rgb(150,122,186); }
H1.HeaderClassName
{
color: #967ABA;
}
.AnyTagClassName
{
color: #967ABA;
}
</style>
background-color css
<style>
a { background-color: #967ABA; }
a { background-color: rgb(150,122,186); }
div.DivClassName
{
background-color: #967ABA;
}
.BgClassName
{
background-color: #967ABA;
}
</style>
border-color css
<style>
span { border-color: #967ABA; }
span { border-color: rgb(150,122,186); }
td.TdClassName
{
border-color: #967ABA;
}
.TagClassName
{
border-color: #967ABA;
}
</style>