Shades of Medium Purple #9852EF
Tints of Medium Purple #9852EF
RGB
CMYK
RGB Variations
Color information
#9852EF (or 0x9852EF) is known color: Medium Purple. HEX triplet: 98, 52 and EF. RGB value is (152,82,239). Sum of RGB (Red+Green+Blue) = 152+82+239=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #9852EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9852EF is #67AD10. Grayscale: #787878. Windows color (decimal): -6794513 or 15684248. OLE color: 15684248.
HSL color Cylindrical-coordinate representation of color #9852EF: hue angle of 266.75º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9852EF is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 82 | 239 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.06 |
| HSL | 266.75º | 0.83% | 0.63% | - |
| HSV(B) | 266.75º | 0.66% | 0.94% | - |
| XYZ | 31.55 | 18.94 | 83.65 | - |
| YUV | 120.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 239 | 0.36 | 0.66 | 0 | 0.06 | 266.75 | 0.83 | 0.63 |
| Hex | 98 | 52 | EF | 24 | 42 | 0 | 6 | 10B | 53 | 3F |
| Octal | 230 | 122 | 357 | 44 | 102 | 0 | 6 | 413 | 123 | 77 |
| Binary | 10011000 | 1010010 | 11101111 | 100100 | 1000010 | 0 | 110 | 100001011 | 1010011 | 111111 |
Color Harmonies of #9852EF
Complementary color
Monochromatic Colors of #9852EF
Black with #9852EF
Text Example
Text Example
White with #9852EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9852EF; }
p { color: rgb(152,82,239); }
H1.HeaderClassName
{
color: #9852EF;
}
.AnyTagClassName
{
color: #9852EF;
}
</style>
background-color css
<style>
a { background-color: #9852EF; }
a { background-color: rgb(152,82,239); }
div.DivClassName
{
background-color: #9852EF;
}
.BgClassName
{
background-color: #9852EF;
}
</style>
border-color css
<style>
span { border-color: #9852EF; }
span { border-color: rgb(152,82,239); }
td.TdClassName
{
border-color: #9852EF;
}
.TagClassName
{
border-color: #9852EF;
}
</style>