Shades of Medium Purple #9584D9
Tints of Medium Purple #9584D9
RGB
CMYK
RGB Variations
Color information
#9584D9 (or 0x9584D9) is known color: Medium Purple. HEX triplet: 95, 84 and D9. RGB value is (149,132,217). Sum of RGB (Red+Green+Blue) = 149+132+217=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #9584D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584D9 is #6A7B26. Grayscale: #929292. Windows color (decimal): -6978343 or 14255253. OLE color: 14255253.
HSL color Cylindrical-coordinate representation of color #9584D9: hue angle of 252º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9584D9 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 132 | 217 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.15 |
| HSL | 252º | 0.53% | 0.68% | - |
| HSV(B) | 252º | 0.39% | 0.85% | - |
| XYZ | 33.17 | 27.9 | 69.28 | - |
| YUV | 146.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 217 | 0.31 | 0.39 | 0 | 0.15 | 252 | 0.53 | 0.68 |
| Hex | 95 | 84 | D9 | 1F | 27 | 0 | F | FC | 35 | 44 |
| Octal | 225 | 204 | 331 | 37 | 47 | 0 | 17 | 374 | 65 | 104 |
| Binary | 10010101 | 10000100 | 11011001 | 11111 | 100111 | 0 | 1111 | 11111100 | 110101 | 1000100 |
Color Harmonies of #9584D9
Complementary color
Monochromatic Colors of #9584D9
Black with #9584D9
Text Example
Text Example
White with #9584D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584D9; }
p { color: rgb(149,132,217); }
H1.HeaderClassName
{
color: #9584D9;
}
.AnyTagClassName
{
color: #9584D9;
}
</style>
background-color css
<style>
a { background-color: #9584D9; }
a { background-color: rgb(149,132,217); }
div.DivClassName
{
background-color: #9584D9;
}
.BgClassName
{
background-color: #9584D9;
}
</style>
border-color css
<style>
span { border-color: #9584D9; }
span { border-color: rgb(149,132,217); }
td.TdClassName
{
border-color: #9584D9;
}
.TagClassName
{
border-color: #9584D9;
}
</style>