Html Css Color HEX #966DB9 Purple Mountain's Majesty
📋 copy color: '#966DB9'red 150 ◦ green 109 ◦ blue 185
Shades of Purple Mountain's Majesty #966DB9
Tints of Purple Mountain's Majesty #966DB9
RGB
CMYK
RGB Variations
Color information
#966DB9 (or 0x966DB9) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6D and B9. RGB value is (150,109,185). Sum of RGB (Red+Green+Blue) = 150+109+185=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 185 - color contains mainly: blue. Hex color #966DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DB9 is #699246. Grayscale: #818181. Windows color (decimal): -6918727 or 12152214. OLE color: 12152214.
HSL color Cylindrical-coordinate representation of color #966DB9: hue angle of 272.37º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966DB9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 109 | 185 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.27 |
| HSL | 272.37º | 0.35% | 0.58% | - |
| HSV(B) | 272.37º | 0.41% | 0.73% | - |
| XYZ | 26.8 | 20.92 | 48.53 | - |
| YUV | 129.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 185 | 0.19 | 0.41 | 0 | 0.27 | 272.37 | 0.35 | 0.58 |
| Hex | 96 | 6D | B9 | 13 | 29 | 0 | 1B | 110 | 23 | 3A |
| Octal | 226 | 155 | 271 | 23 | 51 | 0 | 33 | 420 | 43 | 72 |
| Binary | 10010110 | 1101101 | 10111001 | 10011 | 101001 | 0 | 11011 | 100010000 | 100011 | 111010 |
Color Harmonies of #966DB9
Complementary color
Monochromatic Colors of #966DB9
Black with #966DB9
Text Example
Text Example
White with #966DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DB9; }
p { color: rgb(150,109,185); }
H1.HeaderClassName
{
color: #966DB9;
}
.AnyTagClassName
{
color: #966DB9;
}
</style>
background-color css
<style>
a { background-color: #966DB9; }
a { background-color: rgb(150,109,185); }
div.DivClassName
{
background-color: #966DB9;
}
.BgClassName
{
background-color: #966DB9;
}
</style>
border-color css
<style>
span { border-color: #966DB9; }
span { border-color: rgb(150,109,185); }
td.TdClassName
{
border-color: #966DB9;
}
.TagClassName
{
border-color: #966DB9;
}
</style>