Shades of Medium Purple #9688E0
Tints of Medium Purple #9688E0
RGB
CMYK
RGB Variations
Color information
#9688E0 (or 0x9688E0) is known color: Medium Purple. HEX triplet: 96, 88 and E0. RGB value is (150,136,224). Sum of RGB (Red+Green+Blue) = 150+136+224=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #9688E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688E0 is #69771F. Grayscale: #959595. Windows color (decimal): -6911776 or 14715030. OLE color: 14715030.
HSL color Cylindrical-coordinate representation of color #9688E0: hue angle of 249.55º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9688E0 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 136 | 224 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.12 |
| HSL | 249.55º | 0.59% | 0.71% | - |
| HSV(B) | 249.55º | 0.39% | 0.88% | - |
| XYZ | 34.84 | 29.47 | 74.37 | - |
| YUV | 150.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 224 | 0.33 | 0.39 | 0 | 0.12 | 249.55 | 0.59 | 0.71 |
| Hex | 96 | 88 | E0 | 21 | 27 | 0 | C | FA | 3B | 47 |
| Octal | 226 | 210 | 340 | 41 | 47 | 0 | 14 | 372 | 73 | 107 |
| Binary | 10010110 | 10001000 | 11100000 | 100001 | 100111 | 0 | 1100 | 11111010 | 111011 | 1000111 |
Color Harmonies of #9688E0
Complementary color
Monochromatic Colors of #9688E0
Black with #9688E0
Text Example
Text Example
White with #9688E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688E0; }
p { color: rgb(150,136,224); }
H1.HeaderClassName
{
color: #9688E0;
}
.AnyTagClassName
{
color: #9688E0;
}
</style>
background-color css
<style>
a { background-color: #9688E0; }
a { background-color: rgb(150,136,224); }
div.DivClassName
{
background-color: #9688E0;
}
.BgClassName
{
background-color: #9688E0;
}
</style>
border-color css
<style>
span { border-color: #9688E0; }
span { border-color: rgb(150,136,224); }
td.TdClassName
{
border-color: #9688E0;
}
.TagClassName
{
border-color: #9688E0;
}
</style>