Shades of Medium Purple #966ED2
Tints of Medium Purple #966ED2
RGB
CMYK
RGB Variations
Color information
#966ED2 (or 0x966ED2) is known color: Medium Purple. HEX triplet: 96, 6E and D2. RGB value is (150,110,210). Sum of RGB (Red+Green+Blue) = 150+110+210=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #966ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966ED2 is #69912D. Grayscale: #858585. Windows color (decimal): -6918446 or 13790870. OLE color: 13790870.
HSL color Cylindrical-coordinate representation of color #966ED2: hue angle of 264º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966ED2 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 110 | 210 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.18 |
| HSL | 264º | 0.53% | 0.63% | - |
| HSV(B) | 264º | 0.48% | 0.82% | - |
| XYZ | 29.79 | 22.29 | 63.71 | - |
| YUV | 133.36 | 171.25 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 210 | 0.29 | 0.48 | 0 | 0.18 | 264 | 0.53 | 0.63 |
| Hex | 96 | 6E | D2 | 1D | 30 | 0 | 12 | 108 | 35 | 3F |
| Octal | 226 | 156 | 322 | 35 | 60 | 0 | 22 | 410 | 65 | 77 |
| Binary | 10010110 | 1101110 | 11010010 | 11101 | 110000 | 0 | 10010 | 100001000 | 110101 | 111111 |
Color Harmonies of #966ED2
Complementary color
Monochromatic Colors of #966ED2
Black with #966ED2
Text Example
Text Example
White with #966ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966ED2; }
p { color: rgb(150,110,210); }
H1.HeaderClassName
{
color: #966ED2;
}
.AnyTagClassName
{
color: #966ED2;
}
</style>
background-color css
<style>
a { background-color: #966ED2; }
a { background-color: rgb(150,110,210); }
div.DivClassName
{
background-color: #966ED2;
}
.BgClassName
{
background-color: #966ED2;
}
</style>
border-color css
<style>
span { border-color: #966ED2; }
span { border-color: rgb(150,110,210); }
td.TdClassName
{
border-color: #966ED2;
}
.TagClassName
{
border-color: #966ED2;
}
</style>