Shades of Medium Purple #967AD1
Tints of Medium Purple #967AD1
RGB
CMYK
RGB Variations
Color information
#967AD1 (or 0x967AD1) is known color: Medium Purple. HEX triplet: 96, 7A and D1. RGB value is (150,122,209). Sum of RGB (Red+Green+Blue) = 150+122+209=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #967AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AD1 is #69852E. Grayscale: #8B8B8B. Windows color (decimal): -6915375 or 13728406. OLE color: 13728406.
HSL color Cylindrical-coordinate representation of color #967AD1: hue angle of 259.31º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #967AD1 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 122 | 209 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.18 |
| HSL | 259.31º | 0.49% | 0.65% | - |
| HSV(B) | 259.31º | 0.42% | 0.82% | - |
| XYZ | 31.05 | 25.01 | 63.51 | - |
| YUV | 140.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 209 | 0.28 | 0.42 | 0 | 0.18 | 259.31 | 0.49 | 0.65 |
| Hex | 96 | 7A | D1 | 1C | 2A | 0 | 12 | 103 | 31 | 41 |
| Octal | 226 | 172 | 321 | 34 | 52 | 0 | 22 | 403 | 61 | 101 |
| Binary | 10010110 | 1111010 | 11010001 | 11100 | 101010 | 0 | 10010 | 100000011 | 110001 | 1000001 |
Color Harmonies of #967AD1
Complementary color
Monochromatic Colors of #967AD1
Black with #967AD1
Text Example
Text Example
White with #967AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967AD1; }
p { color: rgb(150,122,209); }
H1.HeaderClassName
{
color: #967AD1;
}
.AnyTagClassName
{
color: #967AD1;
}
</style>
background-color css
<style>
a { background-color: #967AD1; }
a { background-color: rgb(150,122,209); }
div.DivClassName
{
background-color: #967AD1;
}
.BgClassName
{
background-color: #967AD1;
}
</style>
border-color css
<style>
span { border-color: #967AD1; }
span { border-color: rgb(150,122,209); }
td.TdClassName
{
border-color: #967AD1;
}
.TagClassName
{
border-color: #967AD1;
}
</style>