Html Css Color HEX #966BBA Purple Mountain's Majesty
📋 copy color: '#966BBA'red 150 ◦ green 107 ◦ blue 186
Shades of Purple Mountain's Majesty #966BBA
Tints of Purple Mountain's Majesty #966BBA
RGB
CMYK
RGB Variations
Color information
#966BBA (or 0x966BBA) is known color: Purple Mountain's Majesty. HEX triplet: 96, 6B and BA. RGB value is (150,107,186). Sum of RGB (Red+Green+Blue) = 150+107+186=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #966BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BBA is #699445. Grayscale: #808080. Windows color (decimal): -6919238 or 12217238. OLE color: 12217238.
HSL color Cylindrical-coordinate representation of color #966BBA: hue angle of 272.66º degrees, saturation: 0.36, 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 #966BBA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 107 | 186 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.27 |
| HSL | 272.66º | 0.36% | 0.57% | - |
| HSV(B) | 272.66º | 0.42% | 0.73% | - |
| XYZ | 26.7 | 20.54 | 49.01 | - |
| YUV | 128.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 186 | 0.19 | 0.42 | 0 | 0.27 | 272.66 | 0.36 | 0.57 |
| Hex | 96 | 6B | BA | 13 | 2A | 0 | 1B | 111 | 24 | 39 |
| Octal | 226 | 153 | 272 | 23 | 52 | 0 | 33 | 421 | 44 | 71 |
| Binary | 10010110 | 1101011 | 10111010 | 10011 | 101010 | 0 | 11011 | 100010001 | 100100 | 111001 |
Color Harmonies of #966BBA
Complementary color
Monochromatic Colors of #966BBA
Black with #966BBA
Text Example
Text Example
White with #966BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BBA; }
p { color: rgb(150,107,186); }
H1.HeaderClassName
{
color: #966BBA;
}
.AnyTagClassName
{
color: #966BBA;
}
</style>
background-color css
<style>
a { background-color: #966BBA; }
a { background-color: rgb(150,107,186); }
div.DivClassName
{
background-color: #966BBA;
}
.BgClassName
{
background-color: #966BBA;
}
</style>
border-color css
<style>
span { border-color: #966BBA; }
span { border-color: rgb(150,107,186); }
td.TdClassName
{
border-color: #966BBA;
}
.TagClassName
{
border-color: #966BBA;
}
</style>