Html Css Color HEX #966DBB Purple Mountain's Majesty
📋 copy color: '#966DBB'red 150 ◦ green 109 ◦ blue 187
Shades of Purple Mountain's Majesty #966DBB
Tints of Purple Mountain's Majesty #966DBB
RGB
CMYK
RGB Variations
Color information
#966DBB (or 0x966DBB) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6D and BB. RGB value is (150,109,187). Sum of RGB (Red+Green+Blue) = 150+109+187=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #966DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DBB is #699244. Grayscale: #818181. Windows color (decimal): -6918725 or 12283286. OLE color: 12283286.
HSL color Cylindrical-coordinate representation of color #966DBB: hue angle of 271.54º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966DBB is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 109 | 187 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.27 |
| HSL | 271.54º | 0.36% | 0.58% | - |
| HSV(B) | 271.54º | 0.42% | 0.73% | - |
| XYZ | 27.02 | 21.01 | 49.64 | - |
| YUV | 130.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 187 | 0.20 | 0.42 | 0 | 0.27 | 271.54 | 0.36 | 0.58 |
| Hex | 96 | 6D | BB | 14 | 2A | 0 | 1B | 110 | 24 | 3A |
| Octal | 226 | 155 | 273 | 24 | 52 | 0 | 33 | 420 | 44 | 72 |
| Binary | 10010110 | 1101101 | 10111011 | 10100 | 101010 | 0 | 11011 | 100010000 | 100100 | 111010 |
Color Harmonies of #966DBB
Complementary color
Monochromatic Colors of #966DBB
Black with #966DBB
Text Example
Text Example
White with #966DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DBB; }
p { color: rgb(150,109,187); }
H1.HeaderClassName
{
color: #966DBB;
}
.AnyTagClassName
{
color: #966DBB;
}
</style>
background-color css
<style>
a { background-color: #966DBB; }
a { background-color: rgb(150,109,187); }
div.DivClassName
{
background-color: #966DBB;
}
.BgClassName
{
background-color: #966DBB;
}
</style>
border-color css
<style>
span { border-color: #966DBB; }
span { border-color: rgb(150,109,187); }
td.TdClassName
{
border-color: #966DBB;
}
.TagClassName
{
border-color: #966DBB;
}
</style>