Shades of Medium Purple #9865EB
Tints of Medium Purple #9865EB
RGB
CMYK
RGB Variations
Color information
#9865EB (or 0x9865EB) is known color: Medium Purple. HEX triplet: 98, 65 and EB. RGB value is (152,101,235). Sum of RGB (Red+Green+Blue) = 152+101+235=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9865EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9865EB is #679A14. Grayscale: #838383. Windows color (decimal): -6789653 or 15426968. OLE color: 15426968.
HSL color Cylindrical-coordinate representation of color #9865EB: hue angle of 262.84º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9865EB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 101 | 235 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.08 |
| HSL | 262.84º | 0.77% | 0.66% | - |
| HSV(B) | 262.84º | 0.57% | 0.92% | - |
| XYZ | 32.6 | 21.98 | 81.12 | - |
| YUV | 131.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 235 | 0.35 | 0.57 | 0 | 0.08 | 262.84 | 0.77 | 0.66 |
| Hex | 98 | 65 | EB | 23 | 39 | 0 | 8 | 107 | 4D | 42 |
| Octal | 230 | 145 | 353 | 43 | 71 | 0 | 10 | 407 | 115 | 102 |
| Binary | 10011000 | 1100101 | 11101011 | 100011 | 111001 | 0 | 1000 | 100000111 | 1001101 | 1000010 |
Color Harmonies of #9865EB
Complementary color
Monochromatic Colors of #9865EB
Black with #9865EB
Text Example
Text Example
White with #9865EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9865EB; }
p { color: rgb(152,101,235); }
H1.HeaderClassName
{
color: #9865EB;
}
.AnyTagClassName
{
color: #9865EB;
}
</style>
background-color css
<style>
a { background-color: #9865EB; }
a { background-color: rgb(152,101,235); }
div.DivClassName
{
background-color: #9865EB;
}
.BgClassName
{
background-color: #9865EB;
}
</style>
border-color css
<style>
span { border-color: #9865EB; }
span { border-color: rgb(152,101,235); }
td.TdClassName
{
border-color: #9865EB;
}
.TagClassName
{
border-color: #9865EB;
}
</style>