Shades of Medium Purple #9859EC
Tints of Medium Purple #9859EC
RGB
CMYK
RGB Variations
Color information
#9859EC (or 0x9859EC) is known color: Medium Purple. HEX triplet: 98, 59 and EC. RGB value is (152,89,236). Sum of RGB (Red+Green+Blue) = 152+89+236=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9859EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859EC is #67A613. Grayscale: #7C7C7C. Windows color (decimal): -6792724 or 15489432. OLE color: 15489432.
HSL color Cylindrical-coordinate representation of color #9859EC: hue angle of 265.71º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9859EC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 89 | 236 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.07 |
| HSL | 265.71º | 0.79% | 0.64% | - |
| HSV(B) | 265.71º | 0.62% | 0.93% | - |
| XYZ | 31.66 | 19.88 | 81.52 | - |
| YUV | 124.6 | 190.87 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 236 | 0.36 | 0.62 | 0 | 0.07 | 265.71 | 0.79 | 0.64 |
| Hex | 98 | 59 | EC | 24 | 3E | 0 | 7 | 10A | 4F | 40 |
| Octal | 230 | 131 | 354 | 44 | 76 | 0 | 7 | 412 | 117 | 100 |
| Binary | 10011000 | 1011001 | 11101100 | 100100 | 111110 | 0 | 111 | 100001010 | 1001111 | 1000000 |
Color Harmonies of #9859EC
Complementary color
Monochromatic Colors of #9859EC
Black with #9859EC
Text Example
Text Example
White with #9859EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859EC; }
p { color: rgb(152,89,236); }
H1.HeaderClassName
{
color: #9859EC;
}
.AnyTagClassName
{
color: #9859EC;
}
</style>
background-color css
<style>
a { background-color: #9859EC; }
a { background-color: rgb(152,89,236); }
div.DivClassName
{
background-color: #9859EC;
}
.BgClassName
{
background-color: #9859EC;
}
</style>
border-color css
<style>
span { border-color: #9859EC; }
span { border-color: rgb(152,89,236); }
td.TdClassName
{
border-color: #9859EC;
}
.TagClassName
{
border-color: #9859EC;
}
</style>