Shades of Medium Purple #9852EC
Tints of Medium Purple #9852EC
RGB
CMYK
RGB Variations
Color information
#9852EC (or 0x9852EC) is known color: Medium Purple. HEX triplet: 98, 52 and EC. RGB value is (152,82,236). Sum of RGB (Red+Green+Blue) = 152+82+236=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #9852EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9852EC is #67AD13. Grayscale: #777777. Windows color (decimal): -6794516 or 15487640. OLE color: 15487640.
HSL color Cylindrical-coordinate representation of color #9852EC: hue angle of 267.27º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9852EC is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 82 | 236 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.07 |
| HSL | 267.27º | 0.8% | 0.62% | - |
| HSV(B) | 267.27º | 0.65% | 0.93% | - |
| XYZ | 31.11 | 18.77 | 81.34 | - |
| YUV | 120.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 236 | 0.36 | 0.65 | 0 | 0.07 | 267.27 | 0.8 | 0.62 |
| Hex | 98 | 52 | EC | 24 | 41 | 0 | 7 | 10B | 50 | 3E |
| Octal | 230 | 122 | 354 | 44 | 101 | 0 | 7 | 413 | 120 | 76 |
| Binary | 10011000 | 1010010 | 11101100 | 100100 | 1000001 | 0 | 111 | 100001011 | 1010000 | 111110 |
Color Harmonies of #9852EC
Complementary color
Monochromatic Colors of #9852EC
Black with #9852EC
Text Example
Text Example
White with #9852EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852EC; }
p { color: rgb(152,82,236); }
H1.HeaderClassName
{
color: #9852EC;
}
.AnyTagClassName
{
color: #9852EC;
}
</style>
background-color css
<style>
a { background-color: #9852EC; }
a { background-color: rgb(152,82,236); }
div.DivClassName
{
background-color: #9852EC;
}
.BgClassName
{
background-color: #9852EC;
}
</style>
border-color css
<style>
span { border-color: #9852EC; }
span { border-color: rgb(152,82,236); }
td.TdClassName
{
border-color: #9852EC;
}
.TagClassName
{
border-color: #9852EC;
}
</style>