Shades of Medium Purple #966FF3
Tints of Medium Purple #966FF3
RGB
CMYK
RGB Variations
Color information
#966FF3 (or 0x966FF3) is known color: Medium Purple. HEX triplet: 96, 6F and F3. RGB value is (150,111,243). Sum of RGB (Red+Green+Blue) = 150+111+243=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #966FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FF3 is #69900C. Grayscale: #898989. Windows color (decimal): -6918157 or 15953814. OLE color: 15953814.
HSL color Cylindrical-coordinate representation of color #966FF3: hue angle of 257.73º degrees, saturation: 0.85, 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 #966FF3 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 111 | 243 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.05 |
| HSL | 257.73º | 0.85% | 0.69% | - |
| HSV(B) | 257.73º | 0.54% | 0.95% | - |
| XYZ | 34.44 | 24.32 | 87.67 | - |
| YUV | 137.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 243 | 0.38 | 0.54 | 0 | 0.05 | 257.73 | 0.85 | 0.69 |
| Hex | 96 | 6F | F3 | 26 | 36 | 0 | 5 | 102 | 55 | 45 |
| Octal | 226 | 157 | 363 | 46 | 66 | 0 | 5 | 402 | 125 | 105 |
| Binary | 10010110 | 1101111 | 11110011 | 100110 | 110110 | 0 | 101 | 100000010 | 1010101 | 1000101 |
Color Harmonies of #966FF3
Complementary color
Monochromatic Colors of #966FF3
Black with #966FF3
Text Example
Text Example
White with #966FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FF3; }
p { color: rgb(150,111,243); }
H1.HeaderClassName
{
color: #966FF3;
}
.AnyTagClassName
{
color: #966FF3;
}
</style>
background-color css
<style>
a { background-color: #966FF3; }
a { background-color: rgb(150,111,243); }
div.DivClassName
{
background-color: #966FF3;
}
.BgClassName
{
background-color: #966FF3;
}
</style>
border-color css
<style>
span { border-color: #966FF3; }
span { border-color: rgb(150,111,243); }
td.TdClassName
{
border-color: #966FF3;
}
.TagClassName
{
border-color: #966FF3;
}
</style>