Shades of Medium Purple #9859ED
Tints of Medium Purple #9859ED
RGB
CMYK
RGB Variations
Color information
#9859ED (or 0x9859ED) is known color: Medium Purple. HEX triplet: 98, 59 and ED. RGB value is (152,89,237). Sum of RGB (Red+Green+Blue) = 152+89+237=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #9859ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9859ED is #67A612. Grayscale: #7C7C7C. Windows color (decimal): -6792723 or 15554968. OLE color: 15554968.
HSL color Cylindrical-coordinate representation of color #9859ED: hue angle of 265.54º degrees, saturation: 0.8, 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 #9859ED is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 89 | 237 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.07 |
| HSL | 265.54º | 0.8% | 0.64% | - |
| HSV(B) | 265.54º | 0.62% | 0.93% | - |
| XYZ | 31.81 | 19.93 | 82.29 | - |
| YUV | 124.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 237 | 0.36 | 0.62 | 0 | 0.07 | 265.54 | 0.8 | 0.64 |
| Hex | 98 | 59 | ED | 24 | 3E | 0 | 7 | 10A | 50 | 40 |
| Octal | 230 | 131 | 355 | 44 | 76 | 0 | 7 | 412 | 120 | 100 |
| Binary | 10011000 | 1011001 | 11101101 | 100100 | 111110 | 0 | 111 | 100001010 | 1010000 | 1000000 |
Color Harmonies of #9859ED
Complementary color
Monochromatic Colors of #9859ED
Black with #9859ED
Text Example
Text Example
White with #9859ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9859ED; }
p { color: rgb(152,89,237); }
H1.HeaderClassName
{
color: #9859ED;
}
.AnyTagClassName
{
color: #9859ED;
}
</style>
background-color css
<style>
a { background-color: #9859ED; }
a { background-color: rgb(152,89,237); }
div.DivClassName
{
background-color: #9859ED;
}
.BgClassName
{
background-color: #9859ED;
}
</style>
border-color css
<style>
span { border-color: #9859ED; }
span { border-color: rgb(152,89,237); }
td.TdClassName
{
border-color: #9859ED;
}
.TagClassName
{
border-color: #9859ED;
}
</style>