Shades of Medium Purple #9860ED
Tints of Medium Purple #9860ED
RGB
CMYK
RGB Variations
Color information
#9860ED (or 0x9860ED) is known color: Medium Purple. HEX triplet: 98, 60 and ED. RGB value is (152,96,237). Sum of RGB (Red+Green+Blue) = 152+96+237=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #9860ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9860ED is #679F12. Grayscale: #808080. Windows color (decimal): -6790931 or 15556760. OLE color: 15556760.
HSL color Cylindrical-coordinate representation of color #9860ED: hue angle of 263.83º degrees, saturation: 0.8, 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 #9860ED is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 96 | 237 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.07 |
| HSL | 263.83º | 0.8% | 0.65% | - |
| HSV(B) | 263.83º | 0.59% | 0.93% | - |
| XYZ | 32.42 | 21.16 | 82.5 | - |
| YUV | 128.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 96 | 237 | 0.36 | 0.59 | 0 | 0.07 | 263.83 | 0.8 | 0.65 |
| Hex | 98 | 60 | ED | 24 | 3B | 0 | 7 | 108 | 50 | 41 |
| Octal | 230 | 140 | 355 | 44 | 73 | 0 | 7 | 410 | 120 | 101 |
| Binary | 10011000 | 1100000 | 11101101 | 100100 | 111011 | 0 | 111 | 100001000 | 1010000 | 1000001 |
Color Harmonies of #9860ED
Complementary color
Monochromatic Colors of #9860ED
Black with #9860ED
Text Example
Text Example
White with #9860ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9860ED; }
p { color: rgb(152,96,237); }
H1.HeaderClassName
{
color: #9860ED;
}
.AnyTagClassName
{
color: #9860ED;
}
</style>
background-color css
<style>
a { background-color: #9860ED; }
a { background-color: rgb(152,96,237); }
div.DivClassName
{
background-color: #9860ED;
}
.BgClassName
{
background-color: #9860ED;
}
</style>
border-color css
<style>
span { border-color: #9860ED; }
span { border-color: rgb(152,96,237); }
td.TdClassName
{
border-color: #9860ED;
}
.TagClassName
{
border-color: #9860ED;
}
</style>