Shades of Medium Purple #9854F0
Tints of Medium Purple #9854F0
RGB
CMYK
RGB Variations
Color information
#9854F0 (or 0x9854F0) is known color: Medium Purple. HEX triplet: 98, 54 and F0. RGB value is (152,84,240). Sum of RGB (Red+Green+Blue) = 152+84+240=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #9854F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9854F0 is #67AB0F. Grayscale: #797979. Windows color (decimal): -6794000 or 15750296. OLE color: 15750296.
HSL color Cylindrical-coordinate representation of color #9854F0: hue angle of 266.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9854F0 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 84 | 240 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.06 |
| HSL | 266.15º | 0.84% | 0.64% | - |
| HSV(B) | 266.15º | 0.65% | 0.94% | - |
| XYZ | 31.85 | 19.31 | 84.49 | - |
| YUV | 122.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 240 | 0.37 | 0.65 | 0 | 0.06 | 266.15 | 0.84 | 0.64 |
| Hex | 98 | 54 | F0 | 25 | 41 | 0 | 6 | 10A | 54 | 40 |
| Octal | 230 | 124 | 360 | 45 | 101 | 0 | 6 | 412 | 124 | 100 |
| Binary | 10011000 | 1010100 | 11110000 | 100101 | 1000001 | 0 | 110 | 100001010 | 1010100 | 1000000 |
Color Harmonies of #9854F0
Complementary color
Monochromatic Colors of #9854F0
Black with #9854F0
Text Example
Text Example
White with #9854F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9854F0; }
p { color: rgb(152,84,240); }
H1.HeaderClassName
{
color: #9854F0;
}
.AnyTagClassName
{
color: #9854F0;
}
</style>
background-color css
<style>
a { background-color: #9854F0; }
a { background-color: rgb(152,84,240); }
div.DivClassName
{
background-color: #9854F0;
}
.BgClassName
{
background-color: #9854F0;
}
</style>
border-color css
<style>
span { border-color: #9854F0; }
span { border-color: rgb(152,84,240); }
td.TdClassName
{
border-color: #9854F0;
}
.TagClassName
{
border-color: #9854F0;
}
</style>