Shades of Medium Purple #966EDB
Tints of Medium Purple #966EDB
RGB
CMYK
RGB Variations
Color information
#966EDB (or 0x966EDB) is known color: Medium Purple. HEX triplet: 96, 6E and DB. RGB value is (150,110,219). Sum of RGB (Red+Green+Blue) = 150+110+219=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #966EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966EDB is #699124. Grayscale: #858585. Windows color (decimal): -6918437 or 14380694. OLE color: 14380694.
HSL color Cylindrical-coordinate representation of color #966EDB: hue angle of 262.02º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966EDB is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 110 | 219 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.14 |
| HSL | 262.02º | 0.6% | 0.65% | - |
| HSV(B) | 262.02º | 0.5% | 0.86% | - |
| XYZ | 30.94 | 22.75 | 69.78 | - |
| YUV | 134.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 219 | 0.32 | 0.50 | 0 | 0.14 | 262.02 | 0.6 | 0.65 |
| Hex | 96 | 6E | DB | 20 | 32 | 0 | E | 106 | 3C | 41 |
| Octal | 226 | 156 | 333 | 40 | 62 | 0 | 16 | 406 | 74 | 101 |
| Binary | 10010110 | 1101110 | 11011011 | 100000 | 110010 | 0 | 1110 | 100000110 | 111100 | 1000001 |
Color Harmonies of #966EDB
Complementary color
Monochromatic Colors of #966EDB
Black with #966EDB
Text Example
Text Example
White with #966EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EDB; }
p { color: rgb(150,110,219); }
H1.HeaderClassName
{
color: #966EDB;
}
.AnyTagClassName
{
color: #966EDB;
}
</style>
background-color css
<style>
a { background-color: #966EDB; }
a { background-color: rgb(150,110,219); }
div.DivClassName
{
background-color: #966EDB;
}
.BgClassName
{
background-color: #966EDB;
}
</style>
border-color css
<style>
span { border-color: #966EDB; }
span { border-color: rgb(150,110,219); }
td.TdClassName
{
border-color: #966EDB;
}
.TagClassName
{
border-color: #966EDB;
}
</style>