Shades of Medium Purple #966CEF
Tints of Medium Purple #966CEF
RGB
CMYK
RGB Variations
Color information
#966CEF (or 0x966CEF) is known color: Medium Purple. HEX triplet: 96, 6C and EF. RGB value is (150,108,239). Sum of RGB (Red+Green+Blue) = 150+108+239=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #966CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CEF is #699310. Grayscale: #878787. Windows color (decimal): -6918929 or 15690902. OLE color: 15690902.
HSL color Cylindrical-coordinate representation of color #966CEF: hue angle of 259.24º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #966CEF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 108 | 239 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.06 |
| HSL | 259.24º | 0.8% | 0.68% | - |
| HSV(B) | 259.24º | 0.55% | 0.94% | - |
| XYZ | 33.52 | 23.44 | 84.42 | - |
| YUV | 135.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 239 | 0.37 | 0.55 | 0 | 0.06 | 259.24 | 0.8 | 0.68 |
| Hex | 96 | 6C | EF | 25 | 37 | 0 | 6 | 103 | 50 | 44 |
| Octal | 226 | 154 | 357 | 45 | 67 | 0 | 6 | 403 | 120 | 104 |
| Binary | 10010110 | 1101100 | 11101111 | 100101 | 110111 | 0 | 110 | 100000011 | 1010000 | 1000100 |
Color Harmonies of #966CEF
Complementary color
Monochromatic Colors of #966CEF
Black with #966CEF
Text Example
Text Example
White with #966CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CEF; }
p { color: rgb(150,108,239); }
H1.HeaderClassName
{
color: #966CEF;
}
.AnyTagClassName
{
color: #966CEF;
}
</style>
background-color css
<style>
a { background-color: #966CEF; }
a { background-color: rgb(150,108,239); }
div.DivClassName
{
background-color: #966CEF;
}
.BgClassName
{
background-color: #966CEF;
}
</style>
border-color css
<style>
span { border-color: #966CEF; }
span { border-color: rgb(150,108,239); }
td.TdClassName
{
border-color: #966CEF;
}
.TagClassName
{
border-color: #966CEF;
}
</style>