Shades of Medium Purple #966CE0
Tints of Medium Purple #966CE0
RGB
CMYK
RGB Variations
Color information
#966CE0 (or 0x966CE0) is known color: Medium Purple. HEX triplet: 96, 6C and E0. RGB value is (150,108,224). Sum of RGB (Red+Green+Blue) = 150+108+224=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #966CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CE0 is #69931F. Grayscale: #858585. Windows color (decimal): -6918944 or 14707862. OLE color: 14707862.
HSL color Cylindrical-coordinate representation of color #966CE0: hue angle of 261.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966CE0 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 108 | 224 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.12 |
| HSL | 261.72º | 0.65% | 0.65% | - |
| HSV(B) | 261.72º | 0.52% | 0.88% | - |
| XYZ | 31.39 | 22.59 | 73.23 | - |
| YUV | 133.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 224 | 0.33 | 0.52 | 0 | 0.12 | 261.72 | 0.65 | 0.65 |
| Hex | 96 | 6C | E0 | 21 | 34 | 0 | C | 106 | 41 | 41 |
| Octal | 226 | 154 | 340 | 41 | 64 | 0 | 14 | 406 | 101 | 101 |
| Binary | 10010110 | 1101100 | 11100000 | 100001 | 110100 | 0 | 1100 | 100000110 | 1000001 | 1000001 |
Color Harmonies of #966CE0
Complementary color
Monochromatic Colors of #966CE0
Black with #966CE0
Text Example
Text Example
White with #966CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CE0; }
p { color: rgb(150,108,224); }
H1.HeaderClassName
{
color: #966CE0;
}
.AnyTagClassName
{
color: #966CE0;
}
</style>
background-color css
<style>
a { background-color: #966CE0; }
a { background-color: rgb(150,108,224); }
div.DivClassName
{
background-color: #966CE0;
}
.BgClassName
{
background-color: #966CE0;
}
</style>
border-color css
<style>
span { border-color: #966CE0; }
span { border-color: rgb(150,108,224); }
td.TdClassName
{
border-color: #966CE0;
}
.TagClassName
{
border-color: #966CE0;
}
</style>