Shades of Medium Purple #9D87E5
Tints of Medium Purple #9D87E5
RGB
CMYK
RGB Variations
Color information
#9D87E5 (or 0x9D87E5) is known color: Medium Purple. HEX triplet: 9D, 87 and E5. RGB value is (157,135,229). Sum of RGB (Red+Green+Blue) = 157+135+229=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #9D87E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87E5 is #62781A. Grayscale: #979797. Windows color (decimal): -6453275 or 15042461. OLE color: 15042461.
HSL color Cylindrical-coordinate representation of color #9D87E5: hue angle of 254.04º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D87E5 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 135 | 229 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.10 |
| HSL | 254.04º | 0.64% | 0.71% | - |
| HSV(B) | 254.04º | 0.41% | 0.9% | - |
| XYZ | 36.71 | 30.15 | 78.01 | - |
| YUV | 152.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 229 | 0.31 | 0.41 | 0 | 0.10 | 254.04 | 0.64 | 0.71 |
| Hex | 9D | 87 | E5 | 1F | 29 | 0 | A | FE | 40 | 47 |
| Octal | 235 | 207 | 345 | 37 | 51 | 0 | 12 | 376 | 100 | 107 |
| Binary | 10011101 | 10000111 | 11100101 | 11111 | 101001 | 0 | 1010 | 11111110 | 1000000 | 1000111 |
Color Harmonies of #9D87E5
Complementary color
Monochromatic Colors of #9D87E5
Black with #9D87E5
Text Example
Text Example
White with #9D87E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D87E5; }
p { color: rgb(157,135,229); }
H1.HeaderClassName
{
color: #9D87E5;
}
.AnyTagClassName
{
color: #9D87E5;
}
</style>
background-color css
<style>
a { background-color: #9D87E5; }
a { background-color: rgb(157,135,229); }
div.DivClassName
{
background-color: #9D87E5;
}
.BgClassName
{
background-color: #9D87E5;
}
</style>
border-color css
<style>
span { border-color: #9D87E5; }
span { border-color: rgb(157,135,229); }
td.TdClassName
{
border-color: #9D87E5;
}
.TagClassName
{
border-color: #9D87E5;
}
</style>