Shades of Medium Purple #966AD6
Tints of Medium Purple #966AD6
RGB
CMYK
RGB Variations
Color information
#966AD6 (or 0x966AD6) is known color: Medium Purple. HEX triplet: 96, 6A and D6. RGB value is (150,106,214). Sum of RGB (Red+Green+Blue) = 150+106+214=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #966AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD6 is #699529. Grayscale: #838383. Windows color (decimal): -6919466 or 14051990. OLE color: 14051990.
HSL color Cylindrical-coordinate representation of color #966AD6: hue angle of 264.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966AD6 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 106 | 214 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.16 |
| HSL | 264.44º | 0.57% | 0.63% | - |
| HSV(B) | 264.44º | 0.5% | 0.84% | - |
| XYZ | 29.87 | 21.65 | 66.22 | - |
| YUV | 131.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 214 | 0.30 | 0.50 | 0 | 0.16 | 264.44 | 0.57 | 0.63 |
| Hex | 96 | 6A | D6 | 1E | 32 | 0 | 10 | 108 | 39 | 3F |
| Octal | 226 | 152 | 326 | 36 | 62 | 0 | 20 | 410 | 71 | 77 |
| Binary | 10010110 | 1101010 | 11010110 | 11110 | 110010 | 0 | 10000 | 100001000 | 111001 | 111111 |
Color Harmonies of #966AD6
Complementary color
Monochromatic Colors of #966AD6
Black with #966AD6
Text Example
Text Example
White with #966AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AD6; }
p { color: rgb(150,106,214); }
H1.HeaderClassName
{
color: #966AD6;
}
.AnyTagClassName
{
color: #966AD6;
}
</style>
background-color css
<style>
a { background-color: #966AD6; }
a { background-color: rgb(150,106,214); }
div.DivClassName
{
background-color: #966AD6;
}
.BgClassName
{
background-color: #966AD6;
}
</style>
border-color css
<style>
span { border-color: #966AD6; }
span { border-color: rgb(150,106,214); }
td.TdClassName
{
border-color: #966AD6;
}
.TagClassName
{
border-color: #966AD6;
}
</style>