Shades of Medium Purple #966BDB
Tints of Medium Purple #966BDB
RGB
CMYK
RGB Variations
Color information
#966BDB (or 0x966BDB) is known color: Medium Purple. HEX triplet: 96, 6B and DB. RGB value is (150,107,219). Sum of RGB (Red+Green+Blue) = 150+107+219=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #966BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BDB is #699424. Grayscale: #848484. Windows color (decimal): -6919205 or 14379926. OLE color: 14379926.
HSL color Cylindrical-coordinate representation of color #966BDB: hue angle of 263.04º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966BDB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 107 | 219 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.14 |
| HSL | 263.04º | 0.61% | 0.64% | - |
| HSV(B) | 263.04º | 0.51% | 0.86% | - |
| XYZ | 30.62 | 22.11 | 69.67 | - |
| YUV | 132.63 | 176.75 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 219 | 0.32 | 0.51 | 0 | 0.14 | 263.04 | 0.61 | 0.64 |
| Hex | 96 | 6B | DB | 20 | 33 | 0 | E | 107 | 3D | 40 |
| Octal | 226 | 153 | 333 | 40 | 63 | 0 | 16 | 407 | 75 | 100 |
| Binary | 10010110 | 1101011 | 11011011 | 100000 | 110011 | 0 | 1110 | 100000111 | 111101 | 1000000 |
Color Harmonies of #966BDB
Complementary color
Monochromatic Colors of #966BDB
Black with #966BDB
Text Example
Text Example
White with #966BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BDB; }
p { color: rgb(150,107,219); }
H1.HeaderClassName
{
color: #966BDB;
}
.AnyTagClassName
{
color: #966BDB;
}
</style>
background-color css
<style>
a { background-color: #966BDB; }
a { background-color: rgb(150,107,219); }
div.DivClassName
{
background-color: #966BDB;
}
.BgClassName
{
background-color: #966BDB;
}
</style>
border-color css
<style>
span { border-color: #966BDB; }
span { border-color: rgb(150,107,219); }
td.TdClassName
{
border-color: #966BDB;
}
.TagClassName
{
border-color: #966BDB;
}
</style>