Shades of Medium Purple #9859EF
Tints of Medium Purple #9859EF
RGB
CMYK
RGB Variations
Color information
#9859EF (or 0x9859EF) is known color: Medium Purple. HEX triplet: 98, 59 and EF. RGB value is (152,89,239). Sum of RGB (Red+Green+Blue) = 152+89+239=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #9859EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859EF is #67A610. Grayscale: #7C7C7C. Windows color (decimal): -6792721 or 15686040. OLE color: 15686040.
HSL color Cylindrical-coordinate representation of color #9859EF: hue angle of 265.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9859EF is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 89 | 239 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.06 |
| HSL | 265.2º | 0.82% | 0.64% | - |
| HSV(B) | 265.2º | 0.63% | 0.94% | - |
| XYZ | 32.1 | 20.05 | 83.84 | - |
| YUV | 124.94 | 192.37 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 239 | 0.36 | 0.63 | 0 | 0.06 | 265.2 | 0.82 | 0.64 |
| Hex | 98 | 59 | EF | 24 | 3F | 0 | 6 | 109 | 52 | 40 |
| Octal | 230 | 131 | 357 | 44 | 77 | 0 | 6 | 411 | 122 | 100 |
| Binary | 10011000 | 1011001 | 11101111 | 100100 | 111111 | 0 | 110 | 100001001 | 1010010 | 1000000 |
Color Harmonies of #9859EF
Complementary color
Monochromatic Colors of #9859EF
Black with #9859EF
Text Example
Text Example
White with #9859EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859EF; }
p { color: rgb(152,89,239); }
H1.HeaderClassName
{
color: #9859EF;
}
.AnyTagClassName
{
color: #9859EF;
}
</style>
background-color css
<style>
a { background-color: #9859EF; }
a { background-color: rgb(152,89,239); }
div.DivClassName
{
background-color: #9859EF;
}
.BgClassName
{
background-color: #9859EF;
}
</style>
border-color css
<style>
span { border-color: #9859EF; }
span { border-color: rgb(152,89,239); }
td.TdClassName
{
border-color: #9859EF;
}
.TagClassName
{
border-color: #9859EF;
}
</style>