Html Css Color HEX #966CB9 Purple Mountain's Majesty
📋 copy color: '#966CB9'red 150 ◦ green 108 ◦ blue 185
Shades of Purple Mountain's Majesty #966CB9
Tints of Purple Mountain's Majesty #966CB9
RGB
CMYK
RGB Variations
Color information
#966CB9 (or 0x966CB9) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6C and B9. RGB value is (150,108,185). Sum of RGB (Red+Green+Blue) = 150+108+185=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #966CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CB9 is #699346. Grayscale: #818181. Windows color (decimal): -6918983 or 12151958. OLE color: 12151958.
HSL color Cylindrical-coordinate representation of color #966CB9: hue angle of 272.73º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966CB9 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 108 | 185 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.27 |
| HSL | 272.73º | 0.35% | 0.57% | - |
| HSV(B) | 272.73º | 0.42% | 0.73% | - |
| XYZ | 26.7 | 20.71 | 48.49 | - |
| YUV | 129.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 185 | 0.19 | 0.42 | 0 | 0.27 | 272.73 | 0.35 | 0.57 |
| Hex | 96 | 6C | B9 | 13 | 2A | 0 | 1B | 111 | 23 | 39 |
| Octal | 226 | 154 | 271 | 23 | 52 | 0 | 33 | 421 | 43 | 71 |
| Binary | 10010110 | 1101100 | 10111001 | 10011 | 101010 | 0 | 11011 | 100010001 | 100011 | 111001 |
Color Harmonies of #966CB9
Complementary color
Monochromatic Colors of #966CB9
Black with #966CB9
Text Example
Text Example
White with #966CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CB9; }
p { color: rgb(150,108,185); }
H1.HeaderClassName
{
color: #966CB9;
}
.AnyTagClassName
{
color: #966CB9;
}
</style>
background-color css
<style>
a { background-color: #966CB9; }
a { background-color: rgb(150,108,185); }
div.DivClassName
{
background-color: #966CB9;
}
.BgClassName
{
background-color: #966CB9;
}
</style>
border-color css
<style>
span { border-color: #966CB9; }
span { border-color: rgb(150,108,185); }
td.TdClassName
{
border-color: #966CB9;
}
.TagClassName
{
border-color: #966CB9;
}
</style>