Shades of Medium Purple #9862F5
Tints of Medium Purple #9862F5
RGB
CMYK
RGB Variations
Color information
#9862F5 (or 0x9862F5) is known color: Medium Purple. HEX triplet: 98, 62 and F5. RGB value is (152,98,245). Sum of RGB (Red+Green+Blue) = 152+98+245=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #9862F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9862F5 is #679D0A. Grayscale: #828282. Windows color (decimal): -6790411 or 16081560. OLE color: 16081560.
HSL color Cylindrical-coordinate representation of color #9862F5: hue angle of 262.04º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9862F5 is Cyan = 0.38, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 98 | 245 | - |
| CMYK | 0.38 | 0.6 | 0 | 0.04 |
| HSL | 262.04º | 0.88% | 0.67% | - |
| HSV(B) | 262.04º | 0.6% | 0.96% | - |
| XYZ | 33.8 | 22 | 88.85 | - |
| YUV | 130.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 245 | 0.38 | 0.6 | 0 | 0.04 | 262.04 | 0.88 | 0.67 |
| Hex | 98 | 62 | F5 | 26 | 3C | 0 | 4 | 106 | 58 | 43 |
| Octal | 230 | 142 | 365 | 46 | 74 | 0 | 4 | 406 | 130 | 103 |
| Binary | 10011000 | 1100010 | 11110101 | 100110 | 111100 | 0 | 100 | 100000110 | 1011000 | 1000011 |
Color Harmonies of #9862F5
Complementary color
Monochromatic Colors of #9862F5
Black with #9862F5
Text Example
Text Example
White with #9862F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862F5; }
p { color: rgb(152,98,245); }
H1.HeaderClassName
{
color: #9862F5;
}
.AnyTagClassName
{
color: #9862F5;
}
</style>
background-color css
<style>
a { background-color: #9862F5; }
a { background-color: rgb(152,98,245); }
div.DivClassName
{
background-color: #9862F5;
}
.BgClassName
{
background-color: #9862F5;
}
</style>
border-color css
<style>
span { border-color: #9862F5; }
span { border-color: rgb(152,98,245); }
td.TdClassName
{
border-color: #9862F5;
}
.TagClassName
{
border-color: #9862F5;
}
</style>