Shades of Medium Purple #9585D4
Tints of Medium Purple #9585D4
RGB
CMYK
RGB Variations
Color information
#9585D4 (or 0x9585D4) is known color: Medium Purple. HEX triplet: 95, 85 and D4. RGB value is (149,133,212). Sum of RGB (Red+Green+Blue) = 149+133+212=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #9585D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585D4 is #6A7A2B. Grayscale: #929292. Windows color (decimal): -6978092 or 13927829. OLE color: 13927829.
HSL color Cylindrical-coordinate representation of color #9585D4: hue angle of 252.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9585D4 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 133 | 212 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.17 |
| HSL | 252.15º | 0.48% | 0.68% | - |
| HSV(B) | 252.15º | 0.37% | 0.83% | - |
| XYZ | 32.67 | 27.92 | 65.95 | - |
| YUV | 146.79 | 164.8 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 212 | 0.30 | 0.37 | 0 | 0.17 | 252.15 | 0.48 | 0.68 |
| Hex | 95 | 85 | D4 | 1E | 25 | 0 | 11 | FC | 30 | 44 |
| Octal | 225 | 205 | 324 | 36 | 45 | 0 | 21 | 374 | 60 | 104 |
| Binary | 10010101 | 10000101 | 11010100 | 11110 | 100101 | 0 | 10001 | 11111100 | 110000 | 1000100 |
Color Harmonies of #9585D4
Complementary color
Monochromatic Colors of #9585D4
Black with #9585D4
Text Example
Text Example
White with #9585D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585D4; }
p { color: rgb(149,133,212); }
H1.HeaderClassName
{
color: #9585D4;
}
.AnyTagClassName
{
color: #9585D4;
}
</style>
background-color css
<style>
a { background-color: #9585D4; }
a { background-color: rgb(149,133,212); }
div.DivClassName
{
background-color: #9585D4;
}
.BgClassName
{
background-color: #9585D4;
}
</style>
border-color css
<style>
span { border-color: #9585D4; }
span { border-color: rgb(149,133,212); }
td.TdClassName
{
border-color: #9585D4;
}
.TagClassName
{
border-color: #9585D4;
}
</style>