Shades of Medium Purple #966EF2
Tints of Medium Purple #966EF2
RGB
CMYK
RGB Variations
Color information
#966EF2 (or 0x966EF2) is known color: Medium Purple. HEX triplet: 96, 6E and F2. RGB value is (150,110,242). Sum of RGB (Red+Green+Blue) = 150+110+242=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #966EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EF2 is #69910D. Grayscale: #888888. Windows color (decimal): -6918414 or 15888022. OLE color: 15888022.
HSL color Cylindrical-coordinate representation of color #966EF2: hue angle of 258.18º degrees, saturation: 0.84, 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 #966EF2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 110 | 242 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.05 |
| HSL | 258.18º | 0.84% | 0.69% | - |
| HSV(B) | 258.18º | 0.55% | 0.95% | - |
| XYZ | 34.18 | 24.05 | 86.84 | - |
| YUV | 137.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 242 | 0.38 | 0.55 | 0 | 0.05 | 258.18 | 0.84 | 0.69 |
| Hex | 96 | 6E | F2 | 26 | 37 | 0 | 5 | 102 | 54 | 45 |
| Octal | 226 | 156 | 362 | 46 | 67 | 0 | 5 | 402 | 124 | 105 |
| Binary | 10010110 | 1101110 | 11110010 | 100110 | 110111 | 0 | 101 | 100000010 | 1010100 | 1000101 |
Color Harmonies of #966EF2
Complementary color
Monochromatic Colors of #966EF2
Black with #966EF2
Text Example
Text Example
White with #966EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EF2; }
p { color: rgb(150,110,242); }
H1.HeaderClassName
{
color: #966EF2;
}
.AnyTagClassName
{
color: #966EF2;
}
</style>
background-color css
<style>
a { background-color: #966EF2; }
a { background-color: rgb(150,110,242); }
div.DivClassName
{
background-color: #966EF2;
}
.BgClassName
{
background-color: #966EF2;
}
</style>
border-color css
<style>
span { border-color: #966EF2; }
span { border-color: rgb(150,110,242); }
td.TdClassName
{
border-color: #966EF2;
}
.TagClassName
{
border-color: #966EF2;
}
</style>