Html Css Color HEX #967EAA Purple Mountain's Majesty
📋 copy color: '#967EAA'red 150 ◦ green 126 ◦ blue 170
Shades of Purple Mountain's Majesty #967EAA
Tints of Purple Mountain's Majesty #967EAA
RGB
CMYK
RGB Variations
Color information
#967EAA (or 0x967EAA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and AA. RGB value is (150,126,170). Sum of RGB (Red+Green+Blue) = 150+126+170=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #967EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EAA is #698155. Grayscale: #8A8A8A. Windows color (decimal): -6914390 or 11173526. OLE color: 11173526.
HSL color Cylindrical-coordinate representation of color #967EAA: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #967EAA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 126 | 170 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.33 |
| HSL | 272.73º | 0.21% | 0.58% | - |
| HSV(B) | 272.73º | 0.26% | 0.67% | - |
| XYZ | 27.29 | 24.31 | 41.28 | - |
| YUV | 138.19 | 145.95 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 170 | 0.12 | 0.26 | 0 | 0.33 | 272.73 | 0.21 | 0.58 |
| Hex | 96 | 7E | AA | C | 1A | 0 | 21 | 111 | 15 | 3A |
| Octal | 226 | 176 | 252 | 14 | 32 | 0 | 41 | 421 | 25 | 72 |
| Binary | 10010110 | 1111110 | 10101010 | 1100 | 11010 | 0 | 100001 | 100010001 | 10101 | 111010 |
Color Harmonies of #967EAA
Complementary color
Monochromatic Colors of #967EAA
Black with #967EAA
Text Example
Text Example
White with #967EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EAA; }
p { color: rgb(150,126,170); }
H1.HeaderClassName
{
color: #967EAA;
}
.AnyTagClassName
{
color: #967EAA;
}
</style>
background-color css
<style>
a { background-color: #967EAA; }
a { background-color: rgb(150,126,170); }
div.DivClassName
{
background-color: #967EAA;
}
.BgClassName
{
background-color: #967EAA;
}
</style>
border-color css
<style>
span { border-color: #967EAA; }
span { border-color: rgb(150,126,170); }
td.TdClassName
{
border-color: #967EAA;
}
.TagClassName
{
border-color: #967EAA;
}
</style>