Shades of Medium Purple #966EF1
Tints of Medium Purple #966EF1
RGB
CMYK
RGB Variations
Color information
#966EF1 (or 0x966EF1) is known color: Medium Purple. HEX triplet: 96, 6E and F1. RGB value is (150,110,241). Sum of RGB (Red+Green+Blue) = 150+110+241=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #966EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EF1 is #69910E. Grayscale: #888888. Windows color (decimal): -6918415 or 15822486. OLE color: 15822486.
HSL color Cylindrical-coordinate representation of color #966EF1: hue angle of 258.32º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966EF1 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 110 | 241 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.05 |
| HSL | 258.32º | 0.82% | 0.69% | - |
| HSV(B) | 258.32º | 0.54% | 0.95% | - |
| XYZ | 34.03 | 23.99 | 86.06 | - |
| YUV | 136.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 241 | 0.38 | 0.54 | 0 | 0.05 | 258.32 | 0.82 | 0.69 |
| Hex | 96 | 6E | F1 | 26 | 36 | 0 | 5 | 102 | 52 | 45 |
| Octal | 226 | 156 | 361 | 46 | 66 | 0 | 5 | 402 | 122 | 105 |
| Binary | 10010110 | 1101110 | 11110001 | 100110 | 110110 | 0 | 101 | 100000010 | 1010010 | 1000101 |
Color Harmonies of #966EF1
Complementary color
Monochromatic Colors of #966EF1
Black with #966EF1
Text Example
Text Example
White with #966EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EF1; }
p { color: rgb(150,110,241); }
H1.HeaderClassName
{
color: #966EF1;
}
.AnyTagClassName
{
color: #966EF1;
}
</style>
background-color css
<style>
a { background-color: #966EF1; }
a { background-color: rgb(150,110,241); }
div.DivClassName
{
background-color: #966EF1;
}
.BgClassName
{
background-color: #966EF1;
}
</style>
border-color css
<style>
span { border-color: #966EF1; }
span { border-color: rgb(150,110,241); }
td.TdClassName
{
border-color: #966EF1;
}
.TagClassName
{
border-color: #966EF1;
}
</style>