Html Css Color HEX #967EAB Purple Mountain's Majesty
📋 copy color: '#967EAB'red 150 ◦ green 126 ◦ blue 171
Shades of Purple Mountain's Majesty #967EAB
Tints of Purple Mountain's Majesty #967EAB
RGB
CMYK
RGB Variations
Color information
#967EAB (or 0x967EAB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7E and AB. RGB value is (150,126,171). Sum of RGB (Red+Green+Blue) = 150+126+171=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #967EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EAB is #698154. Grayscale: #8A8A8A. Windows color (decimal): -6914389 or 11239062. OLE color: 11239062.
HSL color Cylindrical-coordinate representation of color #967EAB: hue angle of 272º 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 #967EAB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 126 | 171 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.33 |
| HSL | 272º | 0.21% | 0.58% | - |
| HSV(B) | 272º | 0.26% | 0.67% | - |
| XYZ | 27.39 | 24.35 | 41.78 | - |
| YUV | 138.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 171 | 0.12 | 0.26 | 0 | 0.33 | 272 | 0.21 | 0.58 |
| Hex | 96 | 7E | AB | C | 1A | 0 | 21 | 110 | 15 | 3A |
| Octal | 226 | 176 | 253 | 14 | 32 | 0 | 41 | 420 | 25 | 72 |
| Binary | 10010110 | 1111110 | 10101011 | 1100 | 11010 | 0 | 100001 | 100010000 | 10101 | 111010 |
Color Harmonies of #967EAB
Complementary color
Monochromatic Colors of #967EAB
Black with #967EAB
Text Example
Text Example
White with #967EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EAB; }
p { color: rgb(150,126,171); }
H1.HeaderClassName
{
color: #967EAB;
}
.AnyTagClassName
{
color: #967EAB;
}
</style>
background-color css
<style>
a { background-color: #967EAB; }
a { background-color: rgb(150,126,171); }
div.DivClassName
{
background-color: #967EAB;
}
.BgClassName
{
background-color: #967EAB;
}
</style>
border-color css
<style>
span { border-color: #967EAB; }
span { border-color: rgb(150,126,171); }
td.TdClassName
{
border-color: #967EAB;
}
.TagClassName
{
border-color: #967EAB;
}
</style>