Shades of Medium Purple #9986EC
Tints of Medium Purple #9986EC
RGB
CMYK
RGB Variations
Color information
#9986EC (or 0x9986EC) is known color: Medium Purple. HEX triplet: 99, 86 and EC. RGB value is (153,134,236). Sum of RGB (Red+Green+Blue) = 153+134+236=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #9986EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9986EC is #667913. Grayscale: #969696. Windows color (decimal): -6715668 or 15500953. OLE color: 15500953.
HSL color Cylindrical-coordinate representation of color #9986EC: hue angle of 251.18º degrees, saturation: 0.73, 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 #9986EC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 134 | 236 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.07 |
| HSL | 251.18º | 0.73% | 0.73% | - |
| HSV(B) | 251.18º | 0.43% | 0.93% | - |
| XYZ | 36.8 | 29.88 | 83.18 | - |
| YUV | 151.31 | 175.79 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 236 | 0.35 | 0.43 | 0 | 0.07 | 251.18 | 0.73 | 0.73 |
| Hex | 99 | 86 | EC | 23 | 2B | 0 | 7 | FB | 49 | 49 |
| Octal | 231 | 206 | 354 | 43 | 53 | 0 | 7 | 373 | 111 | 111 |
| Binary | 10011001 | 10000110 | 11101100 | 100011 | 101011 | 0 | 111 | 11111011 | 1001001 | 1001001 |
Color Harmonies of #9986EC
Complementary color
Monochromatic Colors of #9986EC
Black with #9986EC
Text Example
Text Example
White with #9986EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986EC; }
p { color: rgb(153,134,236); }
H1.HeaderClassName
{
color: #9986EC;
}
.AnyTagClassName
{
color: #9986EC;
}
</style>
background-color css
<style>
a { background-color: #9986EC; }
a { background-color: rgb(153,134,236); }
div.DivClassName
{
background-color: #9986EC;
}
.BgClassName
{
background-color: #9986EC;
}
</style>
border-color css
<style>
span { border-color: #9986EC; }
span { border-color: rgb(153,134,236); }
td.TdClassName
{
border-color: #9986EC;
}
.TagClassName
{
border-color: #9986EC;
}
</style>