Shades of Medium Purple #9871E1
Tints of Medium Purple #9871E1
RGB
CMYK
RGB Variations
Color information
#9871E1 (or 0x9871E1) is known color: Medium Purple. HEX triplet: 98, 71 and E1. RGB value is (152,113,225). Sum of RGB (Red+Green+Blue) = 152+113+225=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #9871E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9871E1 is #678E1E. Grayscale: #898989. Windows color (decimal): -6786591 or 14774680. OLE color: 14774680.
HSL color Cylindrical-coordinate representation of color #9871E1: hue angle of 260.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9871E1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 113 | 225 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.12 |
| HSL | 260.89º | 0.65% | 0.66% | - |
| HSV(B) | 260.89º | 0.5% | 0.88% | - |
| XYZ | 32.44 | 23.92 | 74.14 | - |
| YUV | 137.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 225 | 0.32 | 0.50 | 0 | 0.12 | 260.89 | 0.65 | 0.66 |
| Hex | 98 | 71 | E1 | 20 | 32 | 0 | C | 105 | 41 | 42 |
| Octal | 230 | 161 | 341 | 40 | 62 | 0 | 14 | 405 | 101 | 102 |
| Binary | 10011000 | 1110001 | 11100001 | 100000 | 110010 | 0 | 1100 | 100000101 | 1000001 | 1000010 |
Color Harmonies of #9871E1
Complementary color
Monochromatic Colors of #9871E1
Black with #9871E1
Text Example
Text Example
White with #9871E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871E1; }
p { color: rgb(152,113,225); }
H1.HeaderClassName
{
color: #9871E1;
}
.AnyTagClassName
{
color: #9871E1;
}
</style>
background-color css
<style>
a { background-color: #9871E1; }
a { background-color: rgb(152,113,225); }
div.DivClassName
{
background-color: #9871E1;
}
.BgClassName
{
background-color: #9871E1;
}
</style>
border-color css
<style>
span { border-color: #9871E1; }
span { border-color: rgb(152,113,225); }
td.TdClassName
{
border-color: #9871E1;
}
.TagClassName
{
border-color: #9871E1;
}
</style>