Shades of Medium Purple #9871DF
Tints of Medium Purple #9871DF
RGB
CMYK
RGB Variations
Color information
#9871DF (or 0x9871DF) is known color: Medium Purple. HEX triplet: 98, 71 and DF. RGB value is (152,113,223). Sum of RGB (Red+Green+Blue) = 152+113+223=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9871DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DF is #678E20. Grayscale: #888888. Windows color (decimal): -6786593 or 14643608. OLE color: 14643608.
HSL color Cylindrical-coordinate representation of color #9871DF: hue angle of 261.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9871DF is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 113 | 223 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.13 |
| HSL | 261.27º | 0.63% | 0.66% | - |
| HSV(B) | 261.27º | 0.49% | 0.87% | - |
| XYZ | 32.17 | 23.81 | 72.71 | - |
| YUV | 137.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 223 | 0.32 | 0.49 | 0 | 0.13 | 261.27 | 0.63 | 0.66 |
| Hex | 98 | 71 | DF | 20 | 31 | 0 | D | 105 | 3F | 42 |
| Octal | 230 | 161 | 337 | 40 | 61 | 0 | 15 | 405 | 77 | 102 |
| Binary | 10011000 | 1110001 | 11011111 | 100000 | 110001 | 0 | 1101 | 100000101 | 111111 | 1000010 |
Color Harmonies of #9871DF
Complementary color
Monochromatic Colors of #9871DF
Black with #9871DF
Text Example
Text Example
White with #9871DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871DF; }
p { color: rgb(152,113,223); }
H1.HeaderClassName
{
color: #9871DF;
}
.AnyTagClassName
{
color: #9871DF;
}
</style>
background-color css
<style>
a { background-color: #9871DF; }
a { background-color: rgb(152,113,223); }
div.DivClassName
{
background-color: #9871DF;
}
.BgClassName
{
background-color: #9871DF;
}
</style>
border-color css
<style>
span { border-color: #9871DF; }
span { border-color: rgb(152,113,223); }
td.TdClassName
{
border-color: #9871DF;
}
.TagClassName
{
border-color: #9871DF;
}
</style>