Shades of Medium Purple #9851EA
Tints of Medium Purple #9851EA
RGB
CMYK
RGB Variations
Color information
#9851EA (or 0x9851EA) is known color: Medium Purple. HEX triplet: 98, 51 and EA. RGB value is (152,81,234). Sum of RGB (Red+Green+Blue) = 152+81+234=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #9851EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9851EA is #67AE15. Grayscale: #777777. Windows color (decimal): -6794774 or 15356312. OLE color: 15356312.
HSL color Cylindrical-coordinate representation of color #9851EA: hue angle of 267.84º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9851EA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 81 | 234 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.08 |
| HSL | 267.84º | 0.78% | 0.62% | - |
| HSV(B) | 267.84º | 0.65% | 0.92% | - |
| XYZ | 30.74 | 18.5 | 79.79 | - |
| YUV | 119.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 234 | 0.35 | 0.65 | 0 | 0.08 | 267.84 | 0.78 | 0.62 |
| Hex | 98 | 51 | EA | 23 | 41 | 0 | 8 | 10C | 4E | 3E |
| Octal | 230 | 121 | 352 | 43 | 101 | 0 | 10 | 414 | 116 | 76 |
| Binary | 10011000 | 1010001 | 11101010 | 100011 | 1000001 | 0 | 1000 | 100001100 | 1001110 | 111110 |
Color Harmonies of #9851EA
Complementary color
Monochromatic Colors of #9851EA
Black with #9851EA
Text Example
Text Example
White with #9851EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851EA; }
p { color: rgb(152,81,234); }
H1.HeaderClassName
{
color: #9851EA;
}
.AnyTagClassName
{
color: #9851EA;
}
</style>
background-color css
<style>
a { background-color: #9851EA; }
a { background-color: rgb(152,81,234); }
div.DivClassName
{
background-color: #9851EA;
}
.BgClassName
{
background-color: #9851EA;
}
</style>
border-color css
<style>
span { border-color: #9851EA; }
span { border-color: rgb(152,81,234); }
td.TdClassName
{
border-color: #9851EA;
}
.TagClassName
{
border-color: #9851EA;
}
</style>