Shades of Medium Purple #967ADC
Tints of Medium Purple #967ADC
RGB
CMYK
RGB Variations
Color information
#967ADC (or 0x967ADC) is known color: Medium Purple. HEX triplet: 96, 7A and DC. RGB value is (150,122,220). Sum of RGB (Red+Green+Blue) = 150+122+220=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #967ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ADC is #698523. Grayscale: #8D8D8D. Windows color (decimal): -6915364 or 14449302. OLE color: 14449302.
HSL color Cylindrical-coordinate representation of color #967ADC: hue angle of 257.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #967ADC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 122 | 220 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.14 |
| HSL | 257.14º | 0.58% | 0.67% | - |
| HSV(B) | 257.14º | 0.45% | 0.86% | - |
| XYZ | 32.46 | 25.57 | 70.94 | - |
| YUV | 141.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 220 | 0.32 | 0.45 | 0 | 0.14 | 257.14 | 0.58 | 0.67 |
| Hex | 96 | 7A | DC | 20 | 2D | 0 | E | 101 | 3A | 43 |
| Octal | 226 | 172 | 334 | 40 | 55 | 0 | 16 | 401 | 72 | 103 |
| Binary | 10010110 | 1111010 | 11011100 | 100000 | 101101 | 0 | 1110 | 100000001 | 111010 | 1000011 |
Color Harmonies of #967ADC
Complementary color
Monochromatic Colors of #967ADC
Black with #967ADC
Text Example
Text Example
White with #967ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967ADC; }
p { color: rgb(150,122,220); }
H1.HeaderClassName
{
color: #967ADC;
}
.AnyTagClassName
{
color: #967ADC;
}
</style>
background-color css
<style>
a { background-color: #967ADC; }
a { background-color: rgb(150,122,220); }
div.DivClassName
{
background-color: #967ADC;
}
.BgClassName
{
background-color: #967ADC;
}
</style>
border-color css
<style>
span { border-color: #967ADC; }
span { border-color: rgb(150,122,220); }
td.TdClassName
{
border-color: #967ADC;
}
.TagClassName
{
border-color: #967ADC;
}
</style>