Shades of Medium Purple #9688EC
Tints of Medium Purple #9688EC
RGB
CMYK
RGB Variations
Color information
#9688EC (or 0x9688EC) is known color: Medium Purple. HEX triplet: 96, 88 and EC. RGB value is (150,136,236). Sum of RGB (Red+Green+Blue) = 150+136+236=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #9688EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688EC is #697713. Grayscale: #979797. Windows color (decimal): -6911764 or 15501462. OLE color: 15501462.
HSL color Cylindrical-coordinate representation of color #9688EC: hue angle of 248.4º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9688EC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 136 | 236 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.07 |
| HSL | 248.4º | 0.72% | 0.73% | - |
| HSV(B) | 248.4º | 0.42% | 0.93% | - |
| XYZ | 36.52 | 30.15 | 83.25 | - |
| YUV | 151.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 236 | 0.36 | 0.42 | 0 | 0.07 | 248.4 | 0.72 | 0.73 |
| Hex | 96 | 88 | EC | 24 | 2A | 0 | 7 | F8 | 48 | 49 |
| Octal | 226 | 210 | 354 | 44 | 52 | 0 | 7 | 370 | 110 | 111 |
| Binary | 10010110 | 10001000 | 11101100 | 100100 | 101010 | 0 | 111 | 11111000 | 1001000 | 1001001 |
Color Harmonies of #9688EC
Complementary color
Monochromatic Colors of #9688EC
Black with #9688EC
Text Example
Text Example
White with #9688EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688EC; }
p { color: rgb(150,136,236); }
H1.HeaderClassName
{
color: #9688EC;
}
.AnyTagClassName
{
color: #9688EC;
}
</style>
background-color css
<style>
a { background-color: #9688EC; }
a { background-color: rgb(150,136,236); }
div.DivClassName
{
background-color: #9688EC;
}
.BgClassName
{
background-color: #9688EC;
}
</style>
border-color css
<style>
span { border-color: #9688EC; }
span { border-color: rgb(150,136,236); }
td.TdClassName
{
border-color: #9688EC;
}
.TagClassName
{
border-color: #9688EC;
}
</style>