Shades of Medium Purple #966FF2
Tints of Medium Purple #966FF2
RGB
CMYK
RGB Variations
Color information
#966FF2 (or 0x966FF2) is known color: Medium Purple. HEX triplet: 96, 6F and F2. RGB value is (150,111,242). Sum of RGB (Red+Green+Blue) = 150+111+242=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #966FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FF2 is #69900D. Grayscale: #898989. Windows color (decimal): -6918158 or 15888278. OLE color: 15888278.
HSL color Cylindrical-coordinate representation of color #966FF2: hue angle of 257.86º degrees, saturation: 0.83, 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 #966FF2 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 111 | 242 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.05 |
| HSL | 257.86º | 0.83% | 0.69% | - |
| HSV(B) | 257.86º | 0.54% | 0.95% | - |
| XYZ | 34.29 | 24.26 | 86.88 | - |
| YUV | 137.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 242 | 0.38 | 0.54 | 0 | 0.05 | 257.86 | 0.83 | 0.69 |
| Hex | 96 | 6F | F2 | 26 | 36 | 0 | 5 | 102 | 53 | 45 |
| Octal | 226 | 157 | 362 | 46 | 66 | 0 | 5 | 402 | 123 | 105 |
| Binary | 10010110 | 1101111 | 11110010 | 100110 | 110110 | 0 | 101 | 100000010 | 1010011 | 1000101 |
Color Harmonies of #966FF2
Complementary color
Monochromatic Colors of #966FF2
Black with #966FF2
Text Example
Text Example
White with #966FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FF2; }
p { color: rgb(150,111,242); }
H1.HeaderClassName
{
color: #966FF2;
}
.AnyTagClassName
{
color: #966FF2;
}
</style>
background-color css
<style>
a { background-color: #966FF2; }
a { background-color: rgb(150,111,242); }
div.DivClassName
{
background-color: #966FF2;
}
.BgClassName
{
background-color: #966FF2;
}
</style>
border-color css
<style>
span { border-color: #966FF2; }
span { border-color: rgb(150,111,242); }
td.TdClassName
{
border-color: #966FF2;
}
.TagClassName
{
border-color: #966FF2;
}
</style>