Shades of Medium Purple #9862EC
Tints of Medium Purple #9862EC
RGB
CMYK
RGB Variations
Color information
#9862EC (or 0x9862EC) is known color: Medium Purple. HEX triplet: 98, 62 and EC. RGB value is (152,98,236). Sum of RGB (Red+Green+Blue) = 152+98+236=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #9862EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9862EC is #679D13. Grayscale: #818181. Windows color (decimal): -6790420 or 15491736. OLE color: 15491736.
HSL color Cylindrical-coordinate representation of color #9862EC: hue angle of 263.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9862EC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 98 | 236 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.07 |
| HSL | 263.48º | 0.78% | 0.65% | - |
| HSV(B) | 263.48º | 0.58% | 0.93% | - |
| XYZ | 32.46 | 21.47 | 81.79 | - |
| YUV | 129.88 | 187.89 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 236 | 0.36 | 0.58 | 0 | 0.07 | 263.48 | 0.78 | 0.65 |
| Hex | 98 | 62 | EC | 24 | 3A | 0 | 7 | 107 | 4E | 41 |
| Octal | 230 | 142 | 354 | 44 | 72 | 0 | 7 | 407 | 116 | 101 |
| Binary | 10011000 | 1100010 | 11101100 | 100100 | 111010 | 0 | 111 | 100000111 | 1001110 | 1000001 |
Color Harmonies of #9862EC
Complementary color
Monochromatic Colors of #9862EC
Black with #9862EC
Text Example
Text Example
White with #9862EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862EC; }
p { color: rgb(152,98,236); }
H1.HeaderClassName
{
color: #9862EC;
}
.AnyTagClassName
{
color: #9862EC;
}
</style>
background-color css
<style>
a { background-color: #9862EC; }
a { background-color: rgb(152,98,236); }
div.DivClassName
{
background-color: #9862EC;
}
.BgClassName
{
background-color: #9862EC;
}
</style>
border-color css
<style>
span { border-color: #9862EC; }
span { border-color: rgb(152,98,236); }
td.TdClassName
{
border-color: #9862EC;
}
.TagClassName
{
border-color: #9862EC;
}
</style>