Shades of Medium Purple #9587D9
Tints of Medium Purple #9587D9
RGB
CMYK
RGB Variations
Color information
#9587D9 (or 0x9587D9) is known color: Medium Purple. HEX triplet: 95, 87 and D9. RGB value is (149,135,217). Sum of RGB (Red+Green+Blue) = 149+135+217=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #9587D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587D9 is #6A7826. Grayscale: #949494. Windows color (decimal): -6977575 or 14256021. OLE color: 14256021.
HSL color Cylindrical-coordinate representation of color #9587D9: hue angle of 250.24º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9587D9 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 135 | 217 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.15 |
| HSL | 250.24º | 0.52% | 0.69% | - |
| HSV(B) | 250.24º | 0.38% | 0.85% | - |
| XYZ | 33.58 | 28.73 | 69.42 | - |
| YUV | 148.53 | 166.64 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 217 | 0.31 | 0.38 | 0 | 0.15 | 250.24 | 0.52 | 0.69 |
| Hex | 95 | 87 | D9 | 1F | 26 | 0 | F | FA | 34 | 45 |
| Octal | 225 | 207 | 331 | 37 | 46 | 0 | 17 | 372 | 64 | 105 |
| Binary | 10010101 | 10000111 | 11011001 | 11111 | 100110 | 0 | 1111 | 11111010 | 110100 | 1000101 |
Color Harmonies of #9587D9
Complementary color
Monochromatic Colors of #9587D9
Black with #9587D9
Text Example
Text Example
White with #9587D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587D9; }
p { color: rgb(149,135,217); }
H1.HeaderClassName
{
color: #9587D9;
}
.AnyTagClassName
{
color: #9587D9;
}
</style>
background-color css
<style>
a { background-color: #9587D9; }
a { background-color: rgb(149,135,217); }
div.DivClassName
{
background-color: #9587D9;
}
.BgClassName
{
background-color: #9587D9;
}
</style>
border-color css
<style>
span { border-color: #9587D9; }
span { border-color: rgb(149,135,217); }
td.TdClassName
{
border-color: #9587D9;
}
.TagClassName
{
border-color: #9587D9;
}
</style>