Shades of Medium Purple #9585EC
Tints of Medium Purple #9585EC
RGB
CMYK
RGB Variations
Color information
#9585EC (or 0x9585EC) is known color: Medium Purple. HEX triplet: 95, 85 and EC. RGB value is (149,133,236). Sum of RGB (Red+Green+Blue) = 149+133+236=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #9585EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585EC is #6A7A13. Grayscale: #959595. Windows color (decimal): -6978068 or 15500693. OLE color: 15500693.
HSL color Cylindrical-coordinate representation of color #9585EC: hue angle of 249.32º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9585EC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 133 | 236 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.07 |
| HSL | 249.32º | 0.73% | 0.72% | - |
| HSV(B) | 249.32º | 0.44% | 0.93% | - |
| XYZ | 35.92 | 29.22 | 83.1 | - |
| YUV | 149.53 | 176.8 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 236 | 0.37 | 0.44 | 0 | 0.07 | 249.32 | 0.73 | 0.72 |
| Hex | 95 | 85 | EC | 25 | 2C | 0 | 7 | F9 | 49 | 48 |
| Octal | 225 | 205 | 354 | 45 | 54 | 0 | 7 | 371 | 111 | 110 |
| Binary | 10010101 | 10000101 | 11101100 | 100101 | 101100 | 0 | 111 | 11111001 | 1001001 | 1001000 |
Color Harmonies of #9585EC
Complementary color
Monochromatic Colors of #9585EC
Black with #9585EC
Text Example
Text Example
White with #9585EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585EC; }
p { color: rgb(149,133,236); }
H1.HeaderClassName
{
color: #9585EC;
}
.AnyTagClassName
{
color: #9585EC;
}
</style>
background-color css
<style>
a { background-color: #9585EC; }
a { background-color: rgb(149,133,236); }
div.DivClassName
{
background-color: #9585EC;
}
.BgClassName
{
background-color: #9585EC;
}
</style>
border-color css
<style>
span { border-color: #9585EC; }
span { border-color: rgb(149,133,236); }
td.TdClassName
{
border-color: #9585EC;
}
.TagClassName
{
border-color: #9585EC;
}
</style>