Shades of Medium Purple #967DDC
Tints of Medium Purple #967DDC
RGB
CMYK
RGB Variations
Color information
#967DDC (or 0x967DDC) is known color: Medium Purple. HEX triplet: 96, 7D and DC. RGB value is (150,125,220). Sum of RGB (Red+Green+Blue) = 150+125+220=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #967DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DDC is #698223. Grayscale: #8E8E8E. Windows color (decimal): -6914596 or 14450070. OLE color: 14450070.
HSL color Cylindrical-coordinate representation of color #967DDC: hue angle of 255.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #967DDC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 125 | 220 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.14 |
| HSL | 255.79º | 0.58% | 0.68% | - |
| HSV(B) | 255.79º | 0.43% | 0.86% | - |
| XYZ | 32.83 | 26.32 | 71.06 | - |
| YUV | 143.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 220 | 0.32 | 0.43 | 0 | 0.14 | 255.79 | 0.58 | 0.68 |
| Hex | 96 | 7D | DC | 20 | 2B | 0 | E | 100 | 3A | 44 |
| Octal | 226 | 175 | 334 | 40 | 53 | 0 | 16 | 400 | 72 | 104 |
| Binary | 10010110 | 1111101 | 11011100 | 100000 | 101011 | 0 | 1110 | 100000000 | 111010 | 1000100 |
Color Harmonies of #967DDC
Complementary color
Monochromatic Colors of #967DDC
Black with #967DDC
Text Example
Text Example
White with #967DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DDC; }
p { color: rgb(150,125,220); }
H1.HeaderClassName
{
color: #967DDC;
}
.AnyTagClassName
{
color: #967DDC;
}
</style>
background-color css
<style>
a { background-color: #967DDC; }
a { background-color: rgb(150,125,220); }
div.DivClassName
{
background-color: #967DDC;
}
.BgClassName
{
background-color: #967DDC;
}
</style>
border-color css
<style>
span { border-color: #967DDC; }
span { border-color: rgb(150,125,220); }
td.TdClassName
{
border-color: #967DDC;
}
.TagClassName
{
border-color: #967DDC;
}
</style>