Shades of Medium Purple #966DEF
Tints of Medium Purple #966DEF
RGB
CMYK
RGB Variations
Color information
#966DEF (or 0x966DEF) is known color: Medium Purple. HEX triplet: 96, 6D and EF. RGB value is (150,109,239). Sum of RGB (Red+Green+Blue) = 150+109+239=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #966DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DEF is #699210. Grayscale: #878787. Windows color (decimal): -6918673 or 15691158. OLE color: 15691158.
HSL color Cylindrical-coordinate representation of color #966DEF: hue angle of 258.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966DEF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 109 | 239 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.06 |
| HSL | 258.92º | 0.8% | 0.68% | - |
| HSV(B) | 258.92º | 0.54% | 0.94% | - |
| XYZ | 33.63 | 23.65 | 84.45 | - |
| YUV | 136.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 239 | 0.37 | 0.54 | 0 | 0.06 | 258.92 | 0.8 | 0.68 |
| Hex | 96 | 6D | EF | 25 | 36 | 0 | 6 | 103 | 50 | 44 |
| Octal | 226 | 155 | 357 | 45 | 66 | 0 | 6 | 403 | 120 | 104 |
| Binary | 10010110 | 1101101 | 11101111 | 100101 | 110110 | 0 | 110 | 100000011 | 1010000 | 1000100 |
Color Harmonies of #966DEF
Complementary color
Monochromatic Colors of #966DEF
Black with #966DEF
Text Example
Text Example
White with #966DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DEF; }
p { color: rgb(150,109,239); }
H1.HeaderClassName
{
color: #966DEF;
}
.AnyTagClassName
{
color: #966DEF;
}
</style>
background-color css
<style>
a { background-color: #966DEF; }
a { background-color: rgb(150,109,239); }
div.DivClassName
{
background-color: #966DEF;
}
.BgClassName
{
background-color: #966DEF;
}
</style>
border-color css
<style>
span { border-color: #966DEF; }
span { border-color: rgb(150,109,239); }
td.TdClassName
{
border-color: #966DEF;
}
.TagClassName
{
border-color: #966DEF;
}
</style>