Shades of Medium Purple #9865EC
Tints of Medium Purple #9865EC
RGB
CMYK
RGB Variations
Color information
#9865EC (or 0x9865EC) is known color: Medium Purple. HEX triplet: 98, 65 and EC. RGB value is (152,101,236). Sum of RGB (Red+Green+Blue) = 152+101+236=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #9865EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865EC is #679A13. Grayscale: #838383. Windows color (decimal): -6789652 or 15492504. OLE color: 15492504.
HSL color Cylindrical-coordinate representation of color #9865EC: hue angle of 262.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9865EC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 101 | 236 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.07 |
| HSL | 262.67º | 0.78% | 0.66% | - |
| HSV(B) | 262.67º | 0.57% | 0.93% | - |
| XYZ | 32.74 | 22.04 | 81.89 | - |
| YUV | 131.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 236 | 0.36 | 0.57 | 0 | 0.07 | 262.67 | 0.78 | 0.66 |
| Hex | 98 | 65 | EC | 24 | 39 | 0 | 7 | 107 | 4E | 42 |
| Octal | 230 | 145 | 354 | 44 | 71 | 0 | 7 | 407 | 116 | 102 |
| Binary | 10011000 | 1100101 | 11101100 | 100100 | 111001 | 0 | 111 | 100000111 | 1001110 | 1000010 |
Color Harmonies of #9865EC
Complementary color
Monochromatic Colors of #9865EC
Black with #9865EC
Text Example
Text Example
White with #9865EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865EC; }
p { color: rgb(152,101,236); }
H1.HeaderClassName
{
color: #9865EC;
}
.AnyTagClassName
{
color: #9865EC;
}
</style>
background-color css
<style>
a { background-color: #9865EC; }
a { background-color: rgb(152,101,236); }
div.DivClassName
{
background-color: #9865EC;
}
.BgClassName
{
background-color: #9865EC;
}
</style>
border-color css
<style>
span { border-color: #9865EC; }
span { border-color: rgb(152,101,236); }
td.TdClassName
{
border-color: #9865EC;
}
.TagClassName
{
border-color: #9865EC;
}
</style>