Shades of Medium Purple #9688ED
Tints of Medium Purple #9688ED
RGB
CMYK
RGB Variations
Color information
#9688ED (or 0x9688ED) is known color: Medium Purple. HEX triplet: 96, 88 and ED. RGB value is (150,136,237). Sum of RGB (Red+Green+Blue) = 150+136+237=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9688ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688ED is #697712. Grayscale: #979797. Windows color (decimal): -6911763 or 15566998. OLE color: 15566998.
HSL color Cylindrical-coordinate representation of color #9688ED: hue angle of 248.32º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9688ED is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 136 | 237 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.07 |
| HSL | 248.32º | 0.74% | 0.73% | - |
| HSV(B) | 248.32º | 0.43% | 0.93% | - |
| XYZ | 36.67 | 30.21 | 84.02 | - |
| YUV | 151.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 237 | 0.37 | 0.43 | 0 | 0.07 | 248.32 | 0.74 | 0.73 |
| Hex | 96 | 88 | ED | 25 | 2B | 0 | 7 | F8 | 4A | 49 |
| Octal | 226 | 210 | 355 | 45 | 53 | 0 | 7 | 370 | 112 | 111 |
| Binary | 10010110 | 10001000 | 11101101 | 100101 | 101011 | 0 | 111 | 11111000 | 1001010 | 1001001 |
Color Harmonies of #9688ED
Complementary color
Monochromatic Colors of #9688ED
Black with #9688ED
Text Example
Text Example
White with #9688ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688ED; }
p { color: rgb(150,136,237); }
H1.HeaderClassName
{
color: #9688ED;
}
.AnyTagClassName
{
color: #9688ED;
}
</style>
background-color css
<style>
a { background-color: #9688ED; }
a { background-color: rgb(150,136,237); }
div.DivClassName
{
background-color: #9688ED;
}
.BgClassName
{
background-color: #9688ED;
}
</style>
border-color css
<style>
span { border-color: #9688ED; }
span { border-color: rgb(150,136,237); }
td.TdClassName
{
border-color: #9688ED;
}
.TagClassName
{
border-color: #9688ED;
}
</style>