Shades of Medium Purple #9851EC
Tints of Medium Purple #9851EC
RGB
CMYK
RGB Variations
Color information
#9851EC (or 0x9851EC) is known color: Medium Purple. HEX triplet: 98, 51 and EC. RGB value is (152,81,236). Sum of RGB (Red+Green+Blue) = 152+81+236=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #9851EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9851EC is #67AE13. Grayscale: #777777. Windows color (decimal): -6794772 or 15487384. OLE color: 15487384.
HSL color Cylindrical-coordinate representation of color #9851EC: hue angle of 267.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9851EC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 81 | 236 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.07 |
| HSL | 267.48º | 0.8% | 0.62% | - |
| HSV(B) | 267.48º | 0.66% | 0.93% | - |
| XYZ | 31.03 | 18.62 | 81.31 | - |
| YUV | 119.9 | 193.52 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 236 | 0.36 | 0.66 | 0 | 0.07 | 267.48 | 0.8 | 0.62 |
| Hex | 98 | 51 | EC | 24 | 42 | 0 | 7 | 10B | 50 | 3E |
| Octal | 230 | 121 | 354 | 44 | 102 | 0 | 7 | 413 | 120 | 76 |
| Binary | 10011000 | 1010001 | 11101100 | 100100 | 1000010 | 0 | 111 | 100001011 | 1010000 | 111110 |
Color Harmonies of #9851EC
Complementary color
Monochromatic Colors of #9851EC
Black with #9851EC
Text Example
Text Example
White with #9851EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851EC; }
p { color: rgb(152,81,236); }
H1.HeaderClassName
{
color: #9851EC;
}
.AnyTagClassName
{
color: #9851EC;
}
</style>
background-color css
<style>
a { background-color: #9851EC; }
a { background-color: rgb(152,81,236); }
div.DivClassName
{
background-color: #9851EC;
}
.BgClassName
{
background-color: #9851EC;
}
</style>
border-color css
<style>
span { border-color: #9851EC; }
span { border-color: rgb(152,81,236); }
td.TdClassName
{
border-color: #9851EC;
}
.TagClassName
{
border-color: #9851EC;
}
</style>