Html Css Color HEX #967AAF Purple Mountain's Majesty
📋 copy color: '#967AAF'red 150 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #967AAF
Tints of Purple Mountain's Majesty #967AAF
RGB
CMYK
RGB Variations
Color information
#967AAF (or 0x967AAF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7A and AF. RGB value is (150,122,175). Sum of RGB (Red+Green+Blue) = 150+122+175=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #967AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAF is #698550. Grayscale: #888888. Windows color (decimal): -6915409 or 11500182. OLE color: 11500182.
HSL color Cylindrical-coordinate representation of color #967AAF: hue angle of 271.7º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967AAF is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 122 | 175 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.31 |
| HSL | 271.7º | 0.25% | 0.58% | - |
| HSV(B) | 271.7º | 0.3% | 0.69% | - |
| XYZ | 27.28 | 23.5 | 43.66 | - |
| YUV | 136.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 175 | 0.14 | 0.30 | 0 | 0.31 | 271.7 | 0.25 | 0.58 |
| Hex | 96 | 7A | AF | E | 1E | 0 | 1F | 110 | 19 | 3A |
| Octal | 226 | 172 | 257 | 16 | 36 | 0 | 37 | 420 | 31 | 72 |
| Binary | 10010110 | 1111010 | 10101111 | 1110 | 11110 | 0 | 11111 | 100010000 | 11001 | 111010 |
Color Harmonies of #967AAF
Complementary color
Monochromatic Colors of #967AAF
Black with #967AAF
Text Example
Text Example
White with #967AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AAF; }
p { color: rgb(150,122,175); }
H1.HeaderClassName
{
color: #967AAF;
}
.AnyTagClassName
{
color: #967AAF;
}
</style>
background-color css
<style>
a { background-color: #967AAF; }
a { background-color: rgb(150,122,175); }
div.DivClassName
{
background-color: #967AAF;
}
.BgClassName
{
background-color: #967AAF;
}
</style>
border-color css
<style>
span { border-color: #967AAF; }
span { border-color: rgb(150,122,175); }
td.TdClassName
{
border-color: #967AAF;
}
.TagClassName
{
border-color: #967AAF;
}
</style>