Shades of Medium Purple #966DE0
Tints of Medium Purple #966DE0
RGB
CMYK
RGB Variations
Color information
#966DE0 (or 0x966DE0) is known color: Medium Purple. HEX triplet: 96, 6D and E0. RGB value is (150,109,224). Sum of RGB (Red+Green+Blue) = 150+109+224=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #966DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DE0 is #69921F. Grayscale: #858585. Windows color (decimal): -6918688 or 14708118. OLE color: 14708118.
HSL color Cylindrical-coordinate representation of color #966DE0: hue angle of 261.39º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966DE0 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 109 | 224 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.12 |
| HSL | 261.39º | 0.65% | 0.65% | - |
| HSV(B) | 261.39º | 0.51% | 0.88% | - |
| XYZ | 31.5 | 22.8 | 73.26 | - |
| YUV | 134.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 224 | 0.33 | 0.51 | 0 | 0.12 | 261.39 | 0.65 | 0.65 |
| Hex | 96 | 6D | E0 | 21 | 33 | 0 | C | 105 | 41 | 41 |
| Octal | 226 | 155 | 340 | 41 | 63 | 0 | 14 | 405 | 101 | 101 |
| Binary | 10010110 | 1101101 | 11100000 | 100001 | 110011 | 0 | 1100 | 100000101 | 1000001 | 1000001 |
Color Harmonies of #966DE0
Complementary color
Monochromatic Colors of #966DE0
Black with #966DE0
Text Example
Text Example
White with #966DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DE0; }
p { color: rgb(150,109,224); }
H1.HeaderClassName
{
color: #966DE0;
}
.AnyTagClassName
{
color: #966DE0;
}
</style>
background-color css
<style>
a { background-color: #966DE0; }
a { background-color: rgb(150,109,224); }
div.DivClassName
{
background-color: #966DE0;
}
.BgClassName
{
background-color: #966DE0;
}
</style>
border-color css
<style>
span { border-color: #966DE0; }
span { border-color: rgb(150,109,224); }
td.TdClassName
{
border-color: #966DE0;
}
.TagClassName
{
border-color: #966DE0;
}
</style>