Shades of Medium Purple #9871DC
Tints of Medium Purple #9871DC
RGB
CMYK
RGB Variations
Color information
#9871DC (or 0x9871DC) is known color: Medium Purple. HEX triplet: 98, 71 and DC. RGB value is (152,113,220). Sum of RGB (Red+Green+Blue) = 152+113+220=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9871DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871DC is #678E23. Grayscale: #888888. Windows color (decimal): -6786596 or 14447000. OLE color: 14447000.
HSL color Cylindrical-coordinate representation of color #9871DC: hue angle of 261.87º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9871DC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 113 | 220 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.14 |
| HSL | 261.87º | 0.6% | 0.65% | - |
| HSV(B) | 261.87º | 0.49% | 0.86% | - |
| XYZ | 31.77 | 23.65 | 70.6 | - |
| YUV | 136.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 220 | 0.31 | 0.49 | 0 | 0.14 | 261.87 | 0.6 | 0.65 |
| Hex | 98 | 71 | DC | 1F | 31 | 0 | E | 106 | 3C | 41 |
| Octal | 230 | 161 | 334 | 37 | 61 | 0 | 16 | 406 | 74 | 101 |
| Binary | 10011000 | 1110001 | 11011100 | 11111 | 110001 | 0 | 1110 | 100000110 | 111100 | 1000001 |
Color Harmonies of #9871DC
Complementary color
Monochromatic Colors of #9871DC
Black with #9871DC
Text Example
Text Example
White with #9871DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871DC; }
p { color: rgb(152,113,220); }
H1.HeaderClassName
{
color: #9871DC;
}
.AnyTagClassName
{
color: #9871DC;
}
</style>
background-color css
<style>
a { background-color: #9871DC; }
a { background-color: rgb(152,113,220); }
div.DivClassName
{
background-color: #9871DC;
}
.BgClassName
{
background-color: #9871DC;
}
</style>
border-color css
<style>
span { border-color: #9871DC; }
span { border-color: rgb(152,113,220); }
td.TdClassName
{
border-color: #9871DC;
}
.TagClassName
{
border-color: #9871DC;
}
</style>