Shades of Medium Purple #967CDC
Tints of Medium Purple #967CDC
RGB
CMYK
RGB Variations
Color information
#967CDC (or 0x967CDC) is known color: Medium Purple. HEX triplet: 96, 7C and DC. RGB value is (150,124,220). Sum of RGB (Red+Green+Blue) = 150+124+220=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #967CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967CDC is #698323. Grayscale: #8E8E8E. Windows color (decimal): -6914852 or 14449814. OLE color: 14449814.
HSL color Cylindrical-coordinate representation of color #967CDC: hue angle of 256.25º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967CDC is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 124 | 220 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.14 |
| HSL | 256.25º | 0.58% | 0.67% | - |
| HSV(B) | 256.25º | 0.44% | 0.86% | - |
| XYZ | 32.7 | 26.07 | 71.02 | - |
| YUV | 142.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 220 | 0.32 | 0.44 | 0 | 0.14 | 256.25 | 0.58 | 0.67 |
| Hex | 96 | 7C | DC | 20 | 2C | 0 | E | 100 | 3A | 43 |
| Octal | 226 | 174 | 334 | 40 | 54 | 0 | 16 | 400 | 72 | 103 |
| Binary | 10010110 | 1111100 | 11011100 | 100000 | 101100 | 0 | 1110 | 100000000 | 111010 | 1000011 |
Color Harmonies of #967CDC
Complementary color
Monochromatic Colors of #967CDC
Black with #967CDC
Text Example
Text Example
White with #967CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967CDC; }
p { color: rgb(150,124,220); }
H1.HeaderClassName
{
color: #967CDC;
}
.AnyTagClassName
{
color: #967CDC;
}
</style>
background-color css
<style>
a { background-color: #967CDC; }
a { background-color: rgb(150,124,220); }
div.DivClassName
{
background-color: #967CDC;
}
.BgClassName
{
background-color: #967CDC;
}
</style>
border-color css
<style>
span { border-color: #967CDC; }
span { border-color: rgb(150,124,220); }
td.TdClassName
{
border-color: #967CDC;
}
.TagClassName
{
border-color: #967CDC;
}
</style>