Shades of Medium Purple #9585D7
Tints of Medium Purple #9585D7
RGB
CMYK
RGB Variations
Color information
#9585D7 (or 0x9585D7) is known color: Medium Purple. HEX triplet: 95, 85 and D7. RGB value is (149,133,215). Sum of RGB (Red+Green+Blue) = 149+133+215=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #9585D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585D7 is #6A7A28. Grayscale: #929292. Windows color (decimal): -6978089 or 14124437. OLE color: 14124437.
HSL color Cylindrical-coordinate representation of color #9585D7: hue angle of 251.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9585D7 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 133 | 215 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.16 |
| HSL | 251.71º | 0.51% | 0.68% | - |
| HSV(B) | 251.71º | 0.38% | 0.84% | - |
| XYZ | 33.05 | 28.07 | 67.97 | - |
| YUV | 147.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 215 | 0.31 | 0.38 | 0 | 0.16 | 251.71 | 0.51 | 0.68 |
| Hex | 95 | 85 | D7 | 1F | 26 | 0 | 10 | FC | 33 | 44 |
| Octal | 225 | 205 | 327 | 37 | 46 | 0 | 20 | 374 | 63 | 104 |
| Binary | 10010101 | 10000101 | 11010111 | 11111 | 100110 | 0 | 10000 | 11111100 | 110011 | 1000100 |
Color Harmonies of #9585D7
Complementary color
Monochromatic Colors of #9585D7
Black with #9585D7
Text Example
Text Example
White with #9585D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585D7; }
p { color: rgb(149,133,215); }
H1.HeaderClassName
{
color: #9585D7;
}
.AnyTagClassName
{
color: #9585D7;
}
</style>
background-color css
<style>
a { background-color: #9585D7; }
a { background-color: rgb(149,133,215); }
div.DivClassName
{
background-color: #9585D7;
}
.BgClassName
{
background-color: #9585D7;
}
</style>
border-color css
<style>
span { border-color: #9585D7; }
span { border-color: rgb(149,133,215); }
td.TdClassName
{
border-color: #9585D7;
}
.TagClassName
{
border-color: #9585D7;
}
</style>