Shades of Medium Purple #966CEB
Tints of Medium Purple #966CEB
RGB
CMYK
RGB Variations
Color information
#966CEB (or 0x966CEB) is known color: Medium Purple. HEX triplet: 96, 6C and EB. RGB value is (150,108,235). Sum of RGB (Red+Green+Blue) = 150+108+235=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #966CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966CEB is #699314. Grayscale: #868686. Windows color (decimal): -6918933 or 15428758. OLE color: 15428758.
HSL color Cylindrical-coordinate representation of color #966CEB: hue angle of 259.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #966CEB is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 108 | 235 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.08 |
| HSL | 259.84º | 0.76% | 0.67% | - |
| HSV(B) | 259.84º | 0.54% | 0.92% | - |
| XYZ | 32.94 | 23.21 | 81.34 | - |
| YUV | 135.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 235 | 0.36 | 0.54 | 0 | 0.08 | 259.84 | 0.76 | 0.67 |
| Hex | 96 | 6C | EB | 24 | 36 | 0 | 8 | 104 | 4C | 43 |
| Octal | 226 | 154 | 353 | 44 | 66 | 0 | 10 | 404 | 114 | 103 |
| Binary | 10010110 | 1101100 | 11101011 | 100100 | 110110 | 0 | 1000 | 100000100 | 1001100 | 1000011 |
Color Harmonies of #966CEB
Complementary color
Monochromatic Colors of #966CEB
Black with #966CEB
Text Example
Text Example
White with #966CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CEB; }
p { color: rgb(150,108,235); }
H1.HeaderClassName
{
color: #966CEB;
}
.AnyTagClassName
{
color: #966CEB;
}
</style>
background-color css
<style>
a { background-color: #966CEB; }
a { background-color: rgb(150,108,235); }
div.DivClassName
{
background-color: #966CEB;
}
.BgClassName
{
background-color: #966CEB;
}
</style>
border-color css
<style>
span { border-color: #966CEB; }
span { border-color: rgb(150,108,235); }
td.TdClassName
{
border-color: #966CEB;
}
.TagClassName
{
border-color: #966CEB;
}
</style>