Shades of Medium Purple #9862DF
Tints of Medium Purple #9862DF
RGB
CMYK
RGB Variations
Color information
#9862DF (or 0x9862DF) is known color: Medium Purple. HEX triplet: 98, 62 and DF. RGB value is (152,98,223). Sum of RGB (Red+Green+Blue) = 152+98+223=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9862DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9862DF is #679D20. Grayscale: #7F7F7F. Windows color (decimal): -6790433 or 14639768. OLE color: 14639768.
HSL color Cylindrical-coordinate representation of color #9862DF: hue angle of 265.92º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9862DF is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 98 | 223 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.13 |
| HSL | 265.92º | 0.66% | 0.63% | - |
| HSV(B) | 265.92º | 0.56% | 0.87% | - |
| XYZ | 30.64 | 20.74 | 72.2 | - |
| YUV | 128.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 223 | 0.32 | 0.56 | 0 | 0.13 | 265.92 | 0.66 | 0.63 |
| Hex | 98 | 62 | DF | 20 | 38 | 0 | D | 10A | 42 | 3F |
| Octal | 230 | 142 | 337 | 40 | 70 | 0 | 15 | 412 | 102 | 77 |
| Binary | 10011000 | 1100010 | 11011111 | 100000 | 111000 | 0 | 1101 | 100001010 | 1000010 | 111111 |
Color Harmonies of #9862DF
Complementary color
Monochromatic Colors of #9862DF
Black with #9862DF
Text Example
Text Example
White with #9862DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9862DF; }
p { color: rgb(152,98,223); }
H1.HeaderClassName
{
color: #9862DF;
}
.AnyTagClassName
{
color: #9862DF;
}
</style>
background-color css
<style>
a { background-color: #9862DF; }
a { background-color: rgb(152,98,223); }
div.DivClassName
{
background-color: #9862DF;
}
.BgClassName
{
background-color: #9862DF;
}
</style>
border-color css
<style>
span { border-color: #9862DF; }
span { border-color: rgb(152,98,223); }
td.TdClassName
{
border-color: #9862DF;
}
.TagClassName
{
border-color: #9862DF;
}
</style>