Shades of Medium Purple #966CDC
Tints of Medium Purple #966CDC
RGB
CMYK
RGB Variations
Color information
#966CDC (or 0x966CDC) is known color: Medium Purple. HEX triplet: 96, 6C and DC. RGB value is (150,108,220). Sum of RGB (Red+Green+Blue) = 150+108+220=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #966CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CDC is #699323. Grayscale: #848484. Windows color (decimal): -6918948 or 14445718. OLE color: 14445718.
HSL color Cylindrical-coordinate representation of color #966CDC: hue angle of 262.5º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966CDC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 108 | 220 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.14 |
| HSL | 262.5º | 0.62% | 0.64% | - |
| HSV(B) | 262.5º | 0.51% | 0.86% | - |
| XYZ | 30.86 | 22.38 | 70.4 | - |
| YUV | 133.33 | 176.91 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 220 | 0.32 | 0.51 | 0 | 0.14 | 262.5 | 0.62 | 0.64 |
| Hex | 96 | 6C | DC | 20 | 33 | 0 | E | 106 | 3E | 40 |
| Octal | 226 | 154 | 334 | 40 | 63 | 0 | 16 | 406 | 76 | 100 |
| Binary | 10010110 | 1101100 | 11011100 | 100000 | 110011 | 0 | 1110 | 100000110 | 111110 | 1000000 |
Color Harmonies of #966CDC
Complementary color
Monochromatic Colors of #966CDC
Black with #966CDC
Text Example
Text Example
White with #966CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CDC; }
p { color: rgb(150,108,220); }
H1.HeaderClassName
{
color: #966CDC;
}
.AnyTagClassName
{
color: #966CDC;
}
</style>
background-color css
<style>
a { background-color: #966CDC; }
a { background-color: rgb(150,108,220); }
div.DivClassName
{
background-color: #966CDC;
}
.BgClassName
{
background-color: #966CDC;
}
</style>
border-color css
<style>
span { border-color: #966CDC; }
span { border-color: rgb(150,108,220); }
td.TdClassName
{
border-color: #966CDC;
}
.TagClassName
{
border-color: #966CDC;
}
</style>