Shades of Medium Purple #9584D7
Tints of Medium Purple #9584D7
RGB
CMYK
RGB Variations
Color information
#9584D7 (or 0x9584D7) is known color: Medium Purple. HEX triplet: 95, 84 and D7. RGB value is (149,132,215). Sum of RGB (Red+Green+Blue) = 149+132+215=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #9584D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9584D7 is #6A7B28. Grayscale: #929292. Windows color (decimal): -6978345 or 14124181. OLE color: 14124181.
HSL color Cylindrical-coordinate representation of color #9584D7: hue angle of 252.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9584D7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 132 | 215 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.16 |
| HSL | 252.29º | 0.51% | 0.68% | - |
| HSV(B) | 252.29º | 0.39% | 0.84% | - |
| XYZ | 32.91 | 27.8 | 67.92 | - |
| YUV | 146.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 215 | 0.31 | 0.39 | 0 | 0.16 | 252.29 | 0.51 | 0.68 |
| Hex | 95 | 84 | D7 | 1F | 27 | 0 | 10 | FC | 33 | 44 |
| Octal | 225 | 204 | 327 | 37 | 47 | 0 | 20 | 374 | 63 | 104 |
| Binary | 10010101 | 10000100 | 11010111 | 11111 | 100111 | 0 | 10000 | 11111100 | 110011 | 1000100 |
Color Harmonies of #9584D7
Complementary color
Monochromatic Colors of #9584D7
Black with #9584D7
Text Example
Text Example
White with #9584D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584D7; }
p { color: rgb(149,132,215); }
H1.HeaderClassName
{
color: #9584D7;
}
.AnyTagClassName
{
color: #9584D7;
}
</style>
background-color css
<style>
a { background-color: #9584D7; }
a { background-color: rgb(149,132,215); }
div.DivClassName
{
background-color: #9584D7;
}
.BgClassName
{
background-color: #9584D7;
}
</style>
border-color css
<style>
span { border-color: #9584D7; }
span { border-color: rgb(149,132,215); }
td.TdClassName
{
border-color: #9584D7;
}
.TagClassName
{
border-color: #9584D7;
}
</style>