Shades of Medium Purple #9688DF
Tints of Medium Purple #9688DF
RGB
CMYK
RGB Variations
Color information
#9688DF (or 0x9688DF) is known color: Medium Purple. HEX triplet: 96, 88 and DF. RGB value is (150,136,223). Sum of RGB (Red+Green+Blue) = 150+136+223=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #9688DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688DF is #697720. Grayscale: #959595. Windows color (decimal): -6911777 or 14649494. OLE color: 14649494.
HSL color Cylindrical-coordinate representation of color #9688DF: hue angle of 249.66º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9688DF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 136 | 223 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.13 |
| HSL | 249.66º | 0.58% | 0.7% | - |
| HSV(B) | 249.66º | 0.39% | 0.87% | - |
| XYZ | 34.7 | 29.42 | 73.66 | - |
| YUV | 150.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 223 | 0.33 | 0.39 | 0 | 0.13 | 249.66 | 0.58 | 0.7 |
| Hex | 96 | 88 | DF | 21 | 27 | 0 | D | FA | 3A | 46 |
| Octal | 226 | 210 | 337 | 41 | 47 | 0 | 15 | 372 | 72 | 106 |
| Binary | 10010110 | 10001000 | 11011111 | 100001 | 100111 | 0 | 1101 | 11111010 | 111010 | 1000110 |
Color Harmonies of #9688DF
Complementary color
Monochromatic Colors of #9688DF
Black with #9688DF
Text Example
Text Example
White with #9688DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688DF; }
p { color: rgb(150,136,223); }
H1.HeaderClassName
{
color: #9688DF;
}
.AnyTagClassName
{
color: #9688DF;
}
</style>
background-color css
<style>
a { background-color: #9688DF; }
a { background-color: rgb(150,136,223); }
div.DivClassName
{
background-color: #9688DF;
}
.BgClassName
{
background-color: #9688DF;
}
</style>
border-color css
<style>
span { border-color: #9688DF; }
span { border-color: rgb(150,136,223); }
td.TdClassName
{
border-color: #9688DF;
}
.TagClassName
{
border-color: #9688DF;
}
</style>