Shades of Medium Purple #9682EC
Tints of Medium Purple #9682EC
RGB
CMYK
RGB Variations
Color information
#9682EC (or 0x9682EC) is known color: Medium Purple. HEX triplet: 96, 82 and EC. RGB value is (150,130,236). Sum of RGB (Red+Green+Blue) = 150+130+236=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #9682EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9682EC is #697D13. Grayscale: #939393. Windows color (decimal): -6913300 or 15499926. OLE color: 15499926.
HSL color Cylindrical-coordinate representation of color #9682EC: hue angle of 251.32º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9682EC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 130 | 236 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.07 |
| HSL | 251.32º | 0.74% | 0.72% | - |
| HSV(B) | 251.32º | 0.45% | 0.93% | - |
| XYZ | 35.7 | 28.51 | 82.98 | - |
| YUV | 148.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 236 | 0.36 | 0.45 | 0 | 0.07 | 251.32 | 0.74 | 0.72 |
| Hex | 96 | 82 | EC | 24 | 2D | 0 | 7 | FB | 4A | 48 |
| Octal | 226 | 202 | 354 | 44 | 55 | 0 | 7 | 373 | 112 | 110 |
| Binary | 10010110 | 10000010 | 11101100 | 100100 | 101101 | 0 | 111 | 11111011 | 1001010 | 1001000 |
Color Harmonies of #9682EC
Complementary color
Monochromatic Colors of #9682EC
Black with #9682EC
Text Example
Text Example
White with #9682EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682EC; }
p { color: rgb(150,130,236); }
H1.HeaderClassName
{
color: #9682EC;
}
.AnyTagClassName
{
color: #9682EC;
}
</style>
background-color css
<style>
a { background-color: #9682EC; }
a { background-color: rgb(150,130,236); }
div.DivClassName
{
background-color: #9682EC;
}
.BgClassName
{
background-color: #9682EC;
}
</style>
border-color css
<style>
span { border-color: #9682EC; }
span { border-color: rgb(150,130,236); }
td.TdClassName
{
border-color: #9682EC;
}
.TagClassName
{
border-color: #9682EC;
}
</style>