Shades of Medium Purple #967AD4
Tints of Medium Purple #967AD4
RGB
CMYK
RGB Variations
Color information
#967AD4 (or 0x967AD4) is known color: Medium Purple. HEX triplet: 96, 7A and D4. RGB value is (150,122,212). Sum of RGB (Red+Green+Blue) = 150+122+212=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #967AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AD4 is #69852B. Grayscale: #8C8C8C. Windows color (decimal): -6915372 or 13925014. OLE color: 13925014.
HSL color Cylindrical-coordinate representation of color #967AD4: hue angle of 258.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #967AD4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 122 | 212 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.17 |
| HSL | 258.67º | 0.51% | 0.65% | - |
| HSV(B) | 258.67º | 0.42% | 0.83% | - |
| XYZ | 31.42 | 25.16 | 65.49 | - |
| YUV | 140.63 | 168.28 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 212 | 0.29 | 0.42 | 0 | 0.17 | 258.67 | 0.51 | 0.65 |
| Hex | 96 | 7A | D4 | 1D | 2A | 0 | 11 | 103 | 33 | 41 |
| Octal | 226 | 172 | 324 | 35 | 52 | 0 | 21 | 403 | 63 | 101 |
| Binary | 10010110 | 1111010 | 11010100 | 11101 | 101010 | 0 | 10001 | 100000011 | 110011 | 1000001 |
Color Harmonies of #967AD4
Complementary color
Monochromatic Colors of #967AD4
Black with #967AD4
Text Example
Text Example
White with #967AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AD4; }
p { color: rgb(150,122,212); }
H1.HeaderClassName
{
color: #967AD4;
}
.AnyTagClassName
{
color: #967AD4;
}
</style>
background-color css
<style>
a { background-color: #967AD4; }
a { background-color: rgb(150,122,212); }
div.DivClassName
{
background-color: #967AD4;
}
.BgClassName
{
background-color: #967AD4;
}
</style>
border-color css
<style>
span { border-color: #967AD4; }
span { border-color: rgb(150,122,212); }
td.TdClassName
{
border-color: #967AD4;
}
.TagClassName
{
border-color: #967AD4;
}
</style>