Shades of Medium Purple #966FED
Tints of Medium Purple #966FED
RGB
CMYK
RGB Variations
Color information
#966FED (or 0x966FED) is known color: Medium Purple. HEX triplet: 96, 6F and ED. RGB value is (150,111,237). Sum of RGB (Red+Green+Blue) = 150+111+237=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #966FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FED is #699012. Grayscale: #888888. Windows color (decimal): -6918163 or 15560598. OLE color: 15560598.
HSL color Cylindrical-coordinate representation of color #966FED: hue angle of 258.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966FED is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 111 | 237 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.07 |
| HSL | 258.57º | 0.78% | 0.68% | - |
| HSV(B) | 258.57º | 0.53% | 0.93% | - |
| XYZ | 33.55 | 23.97 | 82.98 | - |
| YUV | 137.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 237 | 0.37 | 0.53 | 0 | 0.07 | 258.57 | 0.78 | 0.68 |
| Hex | 96 | 6F | ED | 25 | 35 | 0 | 7 | 103 | 4E | 44 |
| Octal | 226 | 157 | 355 | 45 | 65 | 0 | 7 | 403 | 116 | 104 |
| Binary | 10010110 | 1101111 | 11101101 | 100101 | 110101 | 0 | 111 | 100000011 | 1001110 | 1000100 |
Color Harmonies of #966FED
Complementary color
Monochromatic Colors of #966FED
Black with #966FED
Text Example
Text Example
White with #966FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FED; }
p { color: rgb(150,111,237); }
H1.HeaderClassName
{
color: #966FED;
}
.AnyTagClassName
{
color: #966FED;
}
</style>
background-color css
<style>
a { background-color: #966FED; }
a { background-color: rgb(150,111,237); }
div.DivClassName
{
background-color: #966FED;
}
.BgClassName
{
background-color: #966FED;
}
</style>
border-color css
<style>
span { border-color: #966FED; }
span { border-color: rgb(150,111,237); }
td.TdClassName
{
border-color: #966FED;
}
.TagClassName
{
border-color: #966FED;
}
</style>