Shades of Medium Purple #967EDC
Tints of Medium Purple #967EDC
RGB
CMYK
RGB Variations
Color information
#967EDC (or 0x967EDC) is known color: Medium Purple. HEX triplet: 96, 7E and DC. RGB value is (150,126,220). Sum of RGB (Red+Green+Blue) = 150+126+220=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #967EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EDC is #698123. Grayscale: #8F8F8F. Windows color (decimal): -6914340 or 14450326. OLE color: 14450326.
HSL color Cylindrical-coordinate representation of color #967EDC: hue angle of 255.32º degrees, saturation: 0.57, 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 #967EDC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 126 | 220 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.14 |
| HSL | 255.32º | 0.57% | 0.68% | - |
| HSV(B) | 255.32º | 0.43% | 0.86% | - |
| XYZ | 32.96 | 26.57 | 71.1 | - |
| YUV | 143.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 220 | 0.32 | 0.43 | 0 | 0.14 | 255.32 | 0.57 | 0.68 |
| Hex | 96 | 7E | DC | 20 | 2B | 0 | E | FF | 39 | 44 |
| Octal | 226 | 176 | 334 | 40 | 53 | 0 | 16 | 377 | 71 | 104 |
| Binary | 10010110 | 1111110 | 11011100 | 100000 | 101011 | 0 | 1110 | 11111111 | 111001 | 1000100 |
Color Harmonies of #967EDC
Complementary color
Monochromatic Colors of #967EDC
Black with #967EDC
Text Example
Text Example
White with #967EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EDC; }
p { color: rgb(150,126,220); }
H1.HeaderClassName
{
color: #967EDC;
}
.AnyTagClassName
{
color: #967EDC;
}
</style>
background-color css
<style>
a { background-color: #967EDC; }
a { background-color: rgb(150,126,220); }
div.DivClassName
{
background-color: #967EDC;
}
.BgClassName
{
background-color: #967EDC;
}
</style>
border-color css
<style>
span { border-color: #967EDC; }
span { border-color: rgb(150,126,220); }
td.TdClassName
{
border-color: #967EDC;
}
.TagClassName
{
border-color: #967EDC;
}
</style>