Shades of Medium Purple #9680EC
Tints of Medium Purple #9680EC
RGB
CMYK
RGB Variations
Color information
#9680EC (or 0x9680EC) is known color: Medium Purple. HEX triplet: 96, 80 and EC. RGB value is (150,128,236). Sum of RGB (Red+Green+Blue) = 150+128+236=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #9680EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9680EC is #697F13. Grayscale: #929292. Windows color (decimal): -6913812 or 15499414. OLE color: 15499414.
HSL color Cylindrical-coordinate representation of color #9680EC: hue angle of 252.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9680EC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 128 | 236 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.07 |
| HSL | 252.22º | 0.74% | 0.71% | - |
| HSV(B) | 252.22º | 0.46% | 0.93% | - |
| XYZ | 35.44 | 27.98 | 82.89 | - |
| YUV | 146.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 236 | 0.36 | 0.46 | 0 | 0.07 | 252.22 | 0.74 | 0.71 |
| Hex | 96 | 80 | EC | 24 | 2E | 0 | 7 | FC | 4A | 47 |
| Octal | 226 | 200 | 354 | 44 | 56 | 0 | 7 | 374 | 112 | 107 |
| Binary | 10010110 | 10000000 | 11101100 | 100100 | 101110 | 0 | 111 | 11111100 | 1001010 | 1000111 |
Color Harmonies of #9680EC
Complementary color
Monochromatic Colors of #9680EC
Black with #9680EC
Text Example
Text Example
White with #9680EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9680EC; }
p { color: rgb(150,128,236); }
H1.HeaderClassName
{
color: #9680EC;
}
.AnyTagClassName
{
color: #9680EC;
}
</style>
background-color css
<style>
a { background-color: #9680EC; }
a { background-color: rgb(150,128,236); }
div.DivClassName
{
background-color: #9680EC;
}
.BgClassName
{
background-color: #9680EC;
}
</style>
border-color css
<style>
span { border-color: #9680EC; }
span { border-color: rgb(150,128,236); }
td.TdClassName
{
border-color: #9680EC;
}
.TagClassName
{
border-color: #9680EC;
}
</style>