Shades of Medium Purple #9871EB
Tints of Medium Purple #9871EB
RGB
CMYK
RGB Variations
Color information
#9871EB (or 0x9871EB) is known color: Medium Purple. HEX triplet: 98, 71 and EB. RGB value is (152,113,235). Sum of RGB (Red+Green+Blue) = 152+113+235=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9871EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9871EB is #678E14. Grayscale: #8A8A8A. Windows color (decimal): -6786581 or 15430040. OLE color: 15430040.
HSL color Cylindrical-coordinate representation of color #9871EB: hue angle of 259.18º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9871EB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 113 | 235 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.08 |
| HSL | 259.18º | 0.75% | 0.68% | - |
| HSV(B) | 259.18º | 0.52% | 0.92% | - |
| XYZ | 33.85 | 24.48 | 81.54 | - |
| YUV | 138.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 235 | 0.35 | 0.52 | 0 | 0.08 | 259.18 | 0.75 | 0.68 |
| Hex | 98 | 71 | EB | 23 | 34 | 0 | 8 | 103 | 4B | 44 |
| Octal | 230 | 161 | 353 | 43 | 64 | 0 | 10 | 403 | 113 | 104 |
| Binary | 10011000 | 1110001 | 11101011 | 100011 | 110100 | 0 | 1000 | 100000011 | 1001011 | 1000100 |
Color Harmonies of #9871EB
Complementary color
Monochromatic Colors of #9871EB
Black with #9871EB
Text Example
Text Example
White with #9871EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9871EB; }
p { color: rgb(152,113,235); }
H1.HeaderClassName
{
color: #9871EB;
}
.AnyTagClassName
{
color: #9871EB;
}
</style>
background-color css
<style>
a { background-color: #9871EB; }
a { background-color: rgb(152,113,235); }
div.DivClassName
{
background-color: #9871EB;
}
.BgClassName
{
background-color: #9871EB;
}
</style>
border-color css
<style>
span { border-color: #9871EB; }
span { border-color: rgb(152,113,235); }
td.TdClassName
{
border-color: #9871EB;
}
.TagClassName
{
border-color: #9871EB;
}
</style>