Html Css Color HEX #967FAE Purple Mountain's Majesty
📋 copy color: '#967FAE'red 150 ◦ green 127 ◦ blue 174
Shades of Purple Mountain's Majesty #967FAE
Tints of Purple Mountain's Majesty #967FAE
RGB
CMYK
RGB Variations
Color information
#967FAE (or 0x967FAE) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and AE. RGB value is (150,127,174). Sum of RGB (Red+Green+Blue) = 150+127+174=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #967FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FAE is #698051. Grayscale: #8B8B8B. Windows color (decimal): -6914130 or 11435926. OLE color: 11435926.
HSL color Cylindrical-coordinate representation of color #967FAE: hue angle of 269.36º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967FAE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 127 | 174 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.32 |
| HSL | 269.36º | 0.22% | 0.59% | - |
| HSV(B) | 269.36º | 0.27% | 0.68% | - |
| XYZ | 27.81 | 24.72 | 43.35 | - |
| YUV | 139.24 | 147.62 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 174 | 0.14 | 0.27 | 0 | 0.32 | 269.36 | 0.22 | 0.59 |
| Hex | 96 | 7F | AE | E | 1B | 0 | 20 | 10D | 16 | 3B |
| Octal | 226 | 177 | 256 | 16 | 33 | 0 | 40 | 415 | 26 | 73 |
| Binary | 10010110 | 1111111 | 10101110 | 1110 | 11011 | 0 | 100000 | 100001101 | 10110 | 111011 |
Color Harmonies of #967FAE
Complementary color
Monochromatic Colors of #967FAE
Black with #967FAE
Text Example
Text Example
White with #967FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FAE; }
p { color: rgb(150,127,174); }
H1.HeaderClassName
{
color: #967FAE;
}
.AnyTagClassName
{
color: #967FAE;
}
</style>
background-color css
<style>
a { background-color: #967FAE; }
a { background-color: rgb(150,127,174); }
div.DivClassName
{
background-color: #967FAE;
}
.BgClassName
{
background-color: #967FAE;
}
</style>
border-color css
<style>
span { border-color: #967FAE; }
span { border-color: rgb(150,127,174); }
td.TdClassName
{
border-color: #967FAE;
}
.TagClassName
{
border-color: #967FAE;
}
</style>