Html Css Color HEX #967FB9 Purple Mountain's Majesty
📋 copy color: '#967FB9'red 150 ◦ green 127 ◦ blue 185
Shades of Purple Mountain's Majesty #967FB9
Tints of Purple Mountain's Majesty #967FB9
RGB
CMYK
RGB Variations
Color information
#967FB9 (or 0x967FB9) is known color: Purple Mountain's Majesty. HEX triplet: 96, 7F and B9. RGB value is (150,127,185). Sum of RGB (Red+Green+Blue) = 150+127+185=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #967FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967FB9 is #698046. Grayscale: #8C8C8C. Windows color (decimal): -6914119 or 12156822. OLE color: 12156822.
HSL color Cylindrical-coordinate representation of color #967FB9: hue angle of 263.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967FB9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 127 | 185 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.27 |
| HSL | 263.79º | 0.29% | 0.61% | - |
| HSV(B) | 263.79º | 0.31% | 0.73% | - |
| XYZ | 28.92 | 25.17 | 49.23 | - |
| YUV | 140.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 185 | 0.19 | 0.31 | 0 | 0.27 | 263.79 | 0.29 | 0.61 |
| Hex | 96 | 7F | B9 | 13 | 1F | 0 | 1B | 108 | 1D | 3D |
| Octal | 226 | 177 | 271 | 23 | 37 | 0 | 33 | 410 | 35 | 75 |
| Binary | 10010110 | 1111111 | 10111001 | 10011 | 11111 | 0 | 11011 | 100001000 | 11101 | 111101 |
Color Harmonies of #967FB9
Complementary color
Monochromatic Colors of #967FB9
Black with #967FB9
Text Example
Text Example
White with #967FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967FB9; }
p { color: rgb(150,127,185); }
H1.HeaderClassName
{
color: #967FB9;
}
.AnyTagClassName
{
color: #967FB9;
}
</style>
background-color css
<style>
a { background-color: #967FB9; }
a { background-color: rgb(150,127,185); }
div.DivClassName
{
background-color: #967FB9;
}
.BgClassName
{
background-color: #967FB9;
}
</style>
border-color css
<style>
span { border-color: #967FB9; }
span { border-color: rgb(150,127,185); }
td.TdClassName
{
border-color: #967FB9;
}
.TagClassName
{
border-color: #967FB9;
}
</style>