Shades of Medium Purple #9688EA
Tints of Medium Purple #9688EA
RGB
CMYK
RGB Variations
Color information
#9688EA (or 0x9688EA) is known color: Medium Purple. HEX triplet: 96, 88 and EA. RGB value is (150,136,234). Sum of RGB (Red+Green+Blue) = 150+136+234=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #9688EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688EA is #697715. Grayscale: #969696. Windows color (decimal): -6911766 or 15370390. OLE color: 15370390.
HSL color Cylindrical-coordinate representation of color #9688EA: hue angle of 248.57º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9688EA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 136 | 234 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.08 |
| HSL | 248.57º | 0.7% | 0.73% | - |
| HSV(B) | 248.57º | 0.42% | 0.92% | - |
| XYZ | 36.23 | 30.03 | 81.73 | - |
| YUV | 151.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 234 | 0.36 | 0.42 | 0 | 0.08 | 248.57 | 0.7 | 0.73 |
| Hex | 96 | 88 | EA | 24 | 2A | 0 | 8 | F9 | 46 | 49 |
| Octal | 226 | 210 | 352 | 44 | 52 | 0 | 10 | 371 | 106 | 111 |
| Binary | 10010110 | 10001000 | 11101010 | 100100 | 101010 | 0 | 1000 | 11111001 | 1000110 | 1001001 |
Color Harmonies of #9688EA
Complementary color
Monochromatic Colors of #9688EA
Black with #9688EA
Text Example
Text Example
White with #9688EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688EA; }
p { color: rgb(150,136,234); }
H1.HeaderClassName
{
color: #9688EA;
}
.AnyTagClassName
{
color: #9688EA;
}
</style>
background-color css
<style>
a { background-color: #9688EA; }
a { background-color: rgb(150,136,234); }
div.DivClassName
{
background-color: #9688EA;
}
.BgClassName
{
background-color: #9688EA;
}
</style>
border-color css
<style>
span { border-color: #9688EA; }
span { border-color: rgb(150,136,234); }
td.TdClassName
{
border-color: #9688EA;
}
.TagClassName
{
border-color: #9688EA;
}
</style>