Shades of Medium Purple #9668DF
Tints of Medium Purple #9668DF
RGB
CMYK
RGB Variations
Color information
#9668DF (or 0x9668DF) is known color: Medium Purple. HEX triplet: 96, 68 and DF. RGB value is (150,104,223). Sum of RGB (Red+Green+Blue) = 150+104+223=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9668DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9668DF is #699720. Grayscale: #828282. Windows color (decimal): -6919969 or 14641302. OLE color: 14641302.
HSL color Cylindrical-coordinate representation of color #9668DF: hue angle of 263.19º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9668DF is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 104 | 223 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.13 |
| HSL | 263.19º | 0.65% | 0.64% | - |
| HSV(B) | 263.19º | 0.53% | 0.87% | - |
| XYZ | 30.85 | 21.71 | 72.38 | - |
| YUV | 131.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 223 | 0.33 | 0.53 | 0 | 0.13 | 263.19 | 0.65 | 0.64 |
| Hex | 96 | 68 | DF | 21 | 35 | 0 | D | 107 | 41 | 40 |
| Octal | 226 | 150 | 337 | 41 | 65 | 0 | 15 | 407 | 101 | 100 |
| Binary | 10010110 | 1101000 | 11011111 | 100001 | 110101 | 0 | 1101 | 100000111 | 1000001 | 1000000 |
Color Harmonies of #9668DF
Complementary color
Monochromatic Colors of #9668DF
Black with #9668DF
Text Example
Text Example
White with #9668DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9668DF; }
p { color: rgb(150,104,223); }
H1.HeaderClassName
{
color: #9668DF;
}
.AnyTagClassName
{
color: #9668DF;
}
</style>
background-color css
<style>
a { background-color: #9668DF; }
a { background-color: rgb(150,104,223); }
div.DivClassName
{
background-color: #9668DF;
}
.BgClassName
{
background-color: #9668DF;
}
</style>
border-color css
<style>
span { border-color: #9668DF; }
span { border-color: rgb(150,104,223); }
td.TdClassName
{
border-color: #9668DF;
}
.TagClassName
{
border-color: #9668DF;
}
</style>