Shades of Medium Purple #9861EC
Tints of Medium Purple #9861EC
RGB
CMYK
RGB Variations
Color information
#9861EC (or 0x9861EC) is known color: Medium Purple. HEX triplet: 98, 61 and EC. RGB value is (152,97,236). Sum of RGB (Red+Green+Blue) = 152+97+236=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #9861EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9861EC is #679E13. Grayscale: #808080. Windows color (decimal): -6790676 or 15491480. OLE color: 15491480.
HSL color Cylindrical-coordinate representation of color #9861EC: hue angle of 263.74º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9861EC is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 97 | 236 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.07 |
| HSL | 263.74º | 0.79% | 0.65% | - |
| HSV(B) | 263.74º | 0.59% | 0.93% | - |
| XYZ | 32.36 | 21.28 | 81.76 | - |
| YUV | 129.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 236 | 0.36 | 0.59 | 0 | 0.07 | 263.74 | 0.79 | 0.65 |
| Hex | 98 | 61 | EC | 24 | 3B | 0 | 7 | 108 | 4F | 41 |
| Octal | 230 | 141 | 354 | 44 | 73 | 0 | 7 | 410 | 117 | 101 |
| Binary | 10011000 | 1100001 | 11101100 | 100100 | 111011 | 0 | 111 | 100001000 | 1001111 | 1000001 |
Color Harmonies of #9861EC
Complementary color
Monochromatic Colors of #9861EC
Black with #9861EC
Text Example
Text Example
White with #9861EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9861EC; }
p { color: rgb(152,97,236); }
H1.HeaderClassName
{
color: #9861EC;
}
.AnyTagClassName
{
color: #9861EC;
}
</style>
background-color css
<style>
a { background-color: #9861EC; }
a { background-color: rgb(152,97,236); }
div.DivClassName
{
background-color: #9861EC;
}
.BgClassName
{
background-color: #9861EC;
}
</style>
border-color css
<style>
span { border-color: #9861EC; }
span { border-color: rgb(152,97,236); }
td.TdClassName
{
border-color: #9861EC;
}
.TagClassName
{
border-color: #9861EC;
}
</style>