Shades of Medium Purple #966DF1
Tints of Medium Purple #966DF1
RGB
CMYK
RGB Variations
Color information
#966DF1 (or 0x966DF1) is known color: Medium Purple. HEX triplet: 96, 6D and F1. RGB value is (150,109,241). Sum of RGB (Red+Green+Blue) = 150+109+241=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #966DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DF1 is #69920E. Grayscale: #878787. Windows color (decimal): -6918671 or 15822230. OLE color: 15822230.
HSL color Cylindrical-coordinate representation of color #966DF1: hue angle of 258.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966DF1 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 109 | 241 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.05 |
| HSL | 258.64º | 0.83% | 0.69% | - |
| HSV(B) | 258.64º | 0.55% | 0.95% | - |
| XYZ | 33.92 | 23.77 | 86.02 | - |
| YUV | 136.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 241 | 0.38 | 0.55 | 0 | 0.05 | 258.64 | 0.83 | 0.69 |
| Hex | 96 | 6D | F1 | 26 | 37 | 0 | 5 | 103 | 52 | 45 |
| Octal | 226 | 155 | 361 | 46 | 67 | 0 | 5 | 403 | 122 | 105 |
| Binary | 10010110 | 1101101 | 11110001 | 100110 | 110111 | 0 | 101 | 100000011 | 1010010 | 1000101 |
Color Harmonies of #966DF1
Complementary color
Monochromatic Colors of #966DF1
Black with #966DF1
Text Example
Text Example
White with #966DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DF1; }
p { color: rgb(150,109,241); }
H1.HeaderClassName
{
color: #966DF1;
}
.AnyTagClassName
{
color: #966DF1;
}
</style>
background-color css
<style>
a { background-color: #966DF1; }
a { background-color: rgb(150,109,241); }
div.DivClassName
{
background-color: #966DF1;
}
.BgClassName
{
background-color: #966DF1;
}
</style>
border-color css
<style>
span { border-color: #966DF1; }
span { border-color: rgb(150,109,241); }
td.TdClassName
{
border-color: #966DF1;
}
.TagClassName
{
border-color: #966DF1;
}
</style>