Shades of Medium Purple #9871D7
Tints of Medium Purple #9871D7
RGB
CMYK
RGB Variations
Color information
#9871D7 (or 0x9871D7) is known color: Medium Purple. HEX triplet: 98, 71 and D7. RGB value is (152,113,215). Sum of RGB (Red+Green+Blue) = 152+113+215=480 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.67% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 215 (84.38% from 255 or 44.79% from 480); Max value from RGB is 215 - color contains mainly: blue. Hex color #9871D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871D7 is #678E28. Grayscale: #878787. Windows color (decimal): -6786601 or 14119320. OLE color: 14119320.
HSL color Cylindrical-coordinate representation of color #9871D7: hue angle of 262.94º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9871D7 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 113 | 215 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.16 |
| HSL | 262.94º | 0.56% | 0.64% | - |
| HSV(B) | 262.94º | 0.47% | 0.84% | - |
| XYZ | 31.12 | 23.39 | 67.16 | - |
| YUV | 136.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 215 | 0.29 | 0.47 | 0 | 0.16 | 262.94 | 0.56 | 0.64 |
| Hex | 98 | 71 | D7 | 1D | 2F | 0 | 10 | 107 | 38 | 40 |
| Octal | 230 | 161 | 327 | 35 | 57 | 0 | 20 | 407 | 70 | 100 |
| Binary | 10011000 | 1110001 | 11010111 | 11101 | 101111 | 0 | 10000 | 100000111 | 111000 | 1000000 |
Color Harmonies of #9871D7
Complementary color
Monochromatic Colors of #9871D7
Black with #9871D7
Text Example
Text Example
White with #9871D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871D7; }
p { color: rgb(152,113,215); }
H1.HeaderClassName
{
color: #9871D7;
}
.AnyTagClassName
{
color: #9871D7;
}
</style>
background-color css
<style>
a { background-color: #9871D7; }
a { background-color: rgb(152,113,215); }
div.DivClassName
{
background-color: #9871D7;
}
.BgClassName
{
background-color: #9871D7;
}
</style>
border-color css
<style>
span { border-color: #9871D7; }
span { border-color: rgb(152,113,215); }
td.TdClassName
{
border-color: #9871D7;
}
.TagClassName
{
border-color: #9871D7;
}
</style>