Shades of Medium Purple #966EF3
Tints of Medium Purple #966EF3
RGB
CMYK
RGB Variations
Color information
#966EF3 (or 0x966EF3) is known color: Medium Purple. HEX triplet: 96, 6E and F3. RGB value is (150,110,243). Sum of RGB (Red+Green+Blue) = 150+110+243=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #966EF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966EF3 is #69910C. Grayscale: #888888. Windows color (decimal): -6918413 or 15953558. OLE color: 15953558.
HSL color Cylindrical-coordinate representation of color #966EF3: hue angle of 258.05º degrees, saturation: 0.85, 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 #966EF3 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 110 | 243 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.05 |
| HSL | 258.05º | 0.85% | 0.69% | - |
| HSV(B) | 258.05º | 0.55% | 0.95% | - |
| XYZ | 34.33 | 24.11 | 87.64 | - |
| YUV | 137.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 243 | 0.38 | 0.55 | 0 | 0.05 | 258.05 | 0.85 | 0.69 |
| Hex | 96 | 6E | F3 | 26 | 37 | 0 | 5 | 102 | 55 | 45 |
| Octal | 226 | 156 | 363 | 46 | 67 | 0 | 5 | 402 | 125 | 105 |
| Binary | 10010110 | 1101110 | 11110011 | 100110 | 110111 | 0 | 101 | 100000010 | 1010101 | 1000101 |
Color Harmonies of #966EF3
Complementary color
Monochromatic Colors of #966EF3
Black with #966EF3
Text Example
Text Example
White with #966EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966EF3; }
p { color: rgb(150,110,243); }
H1.HeaderClassName
{
color: #966EF3;
}
.AnyTagClassName
{
color: #966EF3;
}
</style>
background-color css
<style>
a { background-color: #966EF3; }
a { background-color: rgb(150,110,243); }
div.DivClassName
{
background-color: #966EF3;
}
.BgClassName
{
background-color: #966EF3;
}
</style>
border-color css
<style>
span { border-color: #966EF3; }
span { border-color: rgb(150,110,243); }
td.TdClassName
{
border-color: #966EF3;
}
.TagClassName
{
border-color: #966EF3;
}
</style>