Shades of Medium Purple #966ADB
Tints of Medium Purple #966ADB
RGB
CMYK
RGB Variations
Color information
#966ADB (or 0x966ADB) is known color: Medium Purple. HEX triplet: 96, 6A and DB. RGB value is (150,106,219). Sum of RGB (Red+Green+Blue) = 150+106+219=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #966ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ADB is #699524. Grayscale: #838383. Windows color (decimal): -6919461 or 14379670. OLE color: 14379670.
HSL color Cylindrical-coordinate representation of color #966ADB: hue angle of 263.36º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966ADB is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 106 | 219 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.14 |
| HSL | 263.36º | 0.61% | 0.64% | - |
| HSV(B) | 263.36º | 0.52% | 0.86% | - |
| XYZ | 30.52 | 21.91 | 69.64 | - |
| YUV | 132.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 219 | 0.32 | 0.52 | 0 | 0.14 | 263.36 | 0.61 | 0.64 |
| Hex | 96 | 6A | DB | 20 | 34 | 0 | E | 107 | 3D | 40 |
| Octal | 226 | 152 | 333 | 40 | 64 | 0 | 16 | 407 | 75 | 100 |
| Binary | 10010110 | 1101010 | 11011011 | 100000 | 110100 | 0 | 1110 | 100000111 | 111101 | 1000000 |
Color Harmonies of #966ADB
Complementary color
Monochromatic Colors of #966ADB
Black with #966ADB
Text Example
Text Example
White with #966ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966ADB; }
p { color: rgb(150,106,219); }
H1.HeaderClassName
{
color: #966ADB;
}
.AnyTagClassName
{
color: #966ADB;
}
</style>
background-color css
<style>
a { background-color: #966ADB; }
a { background-color: rgb(150,106,219); }
div.DivClassName
{
background-color: #966ADB;
}
.BgClassName
{
background-color: #966ADB;
}
</style>
border-color css
<style>
span { border-color: #966ADB; }
span { border-color: rgb(150,106,219); }
td.TdClassName
{
border-color: #966ADB;
}
.TagClassName
{
border-color: #966ADB;
}
</style>