Shades of Medium Purple #9864ED
Tints of Medium Purple #9864ED
RGB
CMYK
RGB Variations
Color information
#9864ED (or 0x9864ED) is known color: Medium Purple. HEX triplet: 98, 64 and ED. RGB value is (152,100,237). Sum of RGB (Red+Green+Blue) = 152+100+237=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #9864ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9864ED is #679B12. Grayscale: #828282. Windows color (decimal): -6789907 or 15557784. OLE color: 15557784.
HSL color Cylindrical-coordinate representation of color #9864ED: hue angle of 262.77º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9864ED is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 100 | 237 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.07 |
| HSL | 262.77º | 0.79% | 0.66% | - |
| HSV(B) | 262.77º | 0.58% | 0.93% | - |
| XYZ | 32.79 | 21.9 | 82.62 | - |
| YUV | 131.17 | 187.73 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 237 | 0.36 | 0.58 | 0 | 0.07 | 262.77 | 0.79 | 0.66 |
| Hex | 98 | 64 | ED | 24 | 3A | 0 | 7 | 107 | 4F | 42 |
| Octal | 230 | 144 | 355 | 44 | 72 | 0 | 7 | 407 | 117 | 102 |
| Binary | 10011000 | 1100100 | 11101101 | 100100 | 111010 | 0 | 111 | 100000111 | 1001111 | 1000010 |
Color Harmonies of #9864ED
Complementary color
Monochromatic Colors of #9864ED
Black with #9864ED
Text Example
Text Example
White with #9864ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9864ED; }
p { color: rgb(152,100,237); }
H1.HeaderClassName
{
color: #9864ED;
}
.AnyTagClassName
{
color: #9864ED;
}
</style>
background-color css
<style>
a { background-color: #9864ED; }
a { background-color: rgb(152,100,237); }
div.DivClassName
{
background-color: #9864ED;
}
.BgClassName
{
background-color: #9864ED;
}
</style>
border-color css
<style>
span { border-color: #9864ED; }
span { border-color: rgb(152,100,237); }
td.TdClassName
{
border-color: #9864ED;
}
.TagClassName
{
border-color: #9864ED;
}
</style>