Html Css Color HEX #967FAF Purple Mountain's Majesty
📋 copy color: '#967FAF'red 150 ◦ green 127 ◦ blue 175
Shades of Purple Mountain's Majesty #967FAF
Tints of Purple Mountain's Majesty #967FAF
RGB
CMYK
RGB Variations
Color information
#967FAF (or 0x967FAF) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and AF. RGB value is (150,127,175). Sum of RGB (Red+Green+Blue) = 150+127+175=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #967FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967FAF is #698050. Grayscale: #8B8B8B. Windows color (decimal): -6914129 or 11501462. OLE color: 11501462.
HSL color Cylindrical-coordinate representation of color #967FAF: hue angle of 268.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #967FAF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 127 | 175 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.31 |
| HSL | 268.75º | 0.23% | 0.59% | - |
| HSV(B) | 268.75º | 0.27% | 0.69% | - |
| XYZ | 27.9 | 24.76 | 43.87 | - |
| YUV | 139.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 175 | 0.14 | 0.27 | 0 | 0.31 | 268.75 | 0.23 | 0.59 |
| Hex | 96 | 7F | AF | E | 1B | 0 | 1F | 10D | 17 | 3B |
| Octal | 226 | 177 | 257 | 16 | 33 | 0 | 37 | 415 | 27 | 73 |
| Binary | 10010110 | 1111111 | 10101111 | 1110 | 11011 | 0 | 11111 | 100001101 | 10111 | 111011 |
Color Harmonies of #967FAF
Complementary color
Monochromatic Colors of #967FAF
Black with #967FAF
Text Example
Text Example
White with #967FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FAF; }
p { color: rgb(150,127,175); }
H1.HeaderClassName
{
color: #967FAF;
}
.AnyTagClassName
{
color: #967FAF;
}
</style>
background-color css
<style>
a { background-color: #967FAF; }
a { background-color: rgb(150,127,175); }
div.DivClassName
{
background-color: #967FAF;
}
.BgClassName
{
background-color: #967FAF;
}
</style>
border-color css
<style>
span { border-color: #967FAF; }
span { border-color: rgb(150,127,175); }
td.TdClassName
{
border-color: #967FAF;
}
.TagClassName
{
border-color: #967FAF;
}
</style>