Shades of Medium Purple #966FDB
Tints of Medium Purple #966FDB
RGB
CMYK
RGB Variations
Color information
#966FDB (or 0x966FDB) is known color: Medium Purple. HEX triplet: 96, 6F and DB. RGB value is (150,111,219). Sum of RGB (Red+Green+Blue) = 150+111+219=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #966FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966FDB is #699024. Grayscale: #868686. Windows color (decimal): -6918181 or 14380950. OLE color: 14380950.
HSL color Cylindrical-coordinate representation of color #966FDB: hue angle of 261.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966FDB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 111 | 219 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.14 |
| HSL | 261.67º | 0.6% | 0.65% | - |
| HSV(B) | 261.67º | 0.49% | 0.86% | - |
| XYZ | 31.05 | 22.97 | 69.81 | - |
| YUV | 134.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 219 | 0.32 | 0.49 | 0 | 0.14 | 261.67 | 0.6 | 0.65 |
| Hex | 96 | 6F | DB | 20 | 31 | 0 | E | 106 | 3C | 41 |
| Octal | 226 | 157 | 333 | 40 | 61 | 0 | 16 | 406 | 74 | 101 |
| Binary | 10010110 | 1101111 | 11011011 | 100000 | 110001 | 0 | 1110 | 100000110 | 111100 | 1000001 |
Color Harmonies of #966FDB
Complementary color
Monochromatic Colors of #966FDB
Black with #966FDB
Text Example
Text Example
White with #966FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FDB; }
p { color: rgb(150,111,219); }
H1.HeaderClassName
{
color: #966FDB;
}
.AnyTagClassName
{
color: #966FDB;
}
</style>
background-color css
<style>
a { background-color: #966FDB; }
a { background-color: rgb(150,111,219); }
div.DivClassName
{
background-color: #966FDB;
}
.BgClassName
{
background-color: #966FDB;
}
</style>
border-color css
<style>
span { border-color: #966FDB; }
span { border-color: rgb(150,111,219); }
td.TdClassName
{
border-color: #966FDB;
}
.TagClassName
{
border-color: #966FDB;
}
</style>