Shades of Medium Purple #966FEF
Tints of Medium Purple #966FEF
RGB
CMYK
RGB Variations
Color information
#966FEF (or 0x966FEF) is known color: Medium Purple. HEX triplet: 96, 6F and EF. RGB value is (150,111,239). Sum of RGB (Red+Green+Blue) = 150+111+239=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #966FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEF is #699010. Grayscale: #888888. Windows color (decimal): -6918161 or 15691670. OLE color: 15691670.
HSL color Cylindrical-coordinate representation of color #966FEF: hue angle of 258.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966FEF is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 111 | 239 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.06 |
| HSL | 258.28º | 0.8% | 0.69% | - |
| HSV(B) | 258.28º | 0.54% | 0.94% | - |
| XYZ | 33.84 | 24.08 | 84.53 | - |
| YUV | 137.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 239 | 0.37 | 0.54 | 0 | 0.06 | 258.28 | 0.8 | 0.69 |
| Hex | 96 | 6F | EF | 25 | 36 | 0 | 6 | 102 | 50 | 45 |
| Octal | 226 | 157 | 357 | 45 | 66 | 0 | 6 | 402 | 120 | 105 |
| Binary | 10010110 | 1101111 | 11101111 | 100101 | 110110 | 0 | 110 | 100000010 | 1010000 | 1000101 |
Color Harmonies of #966FEF
Complementary color
Monochromatic Colors of #966FEF
Black with #966FEF
Text Example
Text Example
White with #966FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FEF; }
p { color: rgb(150,111,239); }
H1.HeaderClassName
{
color: #966FEF;
}
.AnyTagClassName
{
color: #966FEF;
}
</style>
background-color css
<style>
a { background-color: #966FEF; }
a { background-color: rgb(150,111,239); }
div.DivClassName
{
background-color: #966FEF;
}
.BgClassName
{
background-color: #966FEF;
}
</style>
border-color css
<style>
span { border-color: #966FEF; }
span { border-color: rgb(150,111,239); }
td.TdClassName
{
border-color: #966FEF;
}
.TagClassName
{
border-color: #966FEF;
}
</style>