Shades of Medium Purple #9872E1
Tints of Medium Purple #9872E1
RGB
CMYK
RGB Variations
Color information
#9872E1 (or 0x9872E1) is known color: Medium Purple. HEX triplet: 98, 72 and E1. RGB value is (152,114,225). Sum of RGB (Red+Green+Blue) = 152+114+225=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #9872E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872E1 is #678D1E. Grayscale: #898989. Windows color (decimal): -6786335 or 14774936. OLE color: 14774936.
HSL color Cylindrical-coordinate representation of color #9872E1: hue angle of 260.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9872E1 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 114 | 225 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.12 |
| HSL | 260.54º | 0.65% | 0.66% | - |
| HSV(B) | 260.54º | 0.49% | 0.88% | - |
| XYZ | 32.56 | 24.15 | 74.18 | - |
| YUV | 138.02 | 177.09 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 225 | 0.32 | 0.49 | 0 | 0.12 | 260.54 | 0.65 | 0.66 |
| Hex | 98 | 72 | E1 | 20 | 31 | 0 | C | 105 | 41 | 42 |
| Octal | 230 | 162 | 341 | 40 | 61 | 0 | 14 | 405 | 101 | 102 |
| Binary | 10011000 | 1110010 | 11100001 | 100000 | 110001 | 0 | 1100 | 100000101 | 1000001 | 1000010 |
Color Harmonies of #9872E1
Complementary color
Monochromatic Colors of #9872E1
Black with #9872E1
Text Example
Text Example
White with #9872E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9872E1; }
p { color: rgb(152,114,225); }
H1.HeaderClassName
{
color: #9872E1;
}
.AnyTagClassName
{
color: #9872E1;
}
</style>
background-color css
<style>
a { background-color: #9872E1; }
a { background-color: rgb(152,114,225); }
div.DivClassName
{
background-color: #9872E1;
}
.BgClassName
{
background-color: #9872E1;
}
</style>
border-color css
<style>
span { border-color: #9872E1; }
span { border-color: rgb(152,114,225); }
td.TdClassName
{
border-color: #9872E1;
}
.TagClassName
{
border-color: #9872E1;
}
</style>