Shades of Medium Purple #9587DF
Tints of Medium Purple #9587DF
RGB
CMYK
RGB Variations
Color information
#9587DF (or 0x9587DF) is known color: Medium Purple. HEX triplet: 95, 87 and DF. RGB value is (149,135,223). Sum of RGB (Red+Green+Blue) = 149+135+223=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 135 (53.12% from 255 or 26.63% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #9587DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587DF is #6A7820. Grayscale: #949494. Windows color (decimal): -6977569 or 14649237. OLE color: 14649237.
HSL color Cylindrical-coordinate representation of color #9587DF: hue angle of 249.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9587DF is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 135 | 223 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.13 |
| HSL | 249.55º | 0.58% | 0.7% | - |
| HSV(B) | 249.55º | 0.39% | 0.87% | - |
| XYZ | 34.38 | 29.05 | 73.61 | - |
| YUV | 149.22 | 169.64 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 223 | 0.33 | 0.39 | 0 | 0.13 | 249.55 | 0.58 | 0.7 |
| Hex | 95 | 87 | DF | 21 | 27 | 0 | D | FA | 3A | 46 |
| Octal | 225 | 207 | 337 | 41 | 47 | 0 | 15 | 372 | 72 | 106 |
| Binary | 10010101 | 10000111 | 11011111 | 100001 | 100111 | 0 | 1101 | 11111010 | 111010 | 1000110 |
Color Harmonies of #9587DF
Complementary color
Monochromatic Colors of #9587DF
Black with #9587DF
Text Example
Text Example
White with #9587DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587DF; }
p { color: rgb(149,135,223); }
H1.HeaderClassName
{
color: #9587DF;
}
.AnyTagClassName
{
color: #9587DF;
}
</style>
background-color css
<style>
a { background-color: #9587DF; }
a { background-color: rgb(149,135,223); }
div.DivClassName
{
background-color: #9587DF;
}
.BgClassName
{
background-color: #9587DF;
}
</style>
border-color css
<style>
span { border-color: #9587DF; }
span { border-color: rgb(149,135,223); }
td.TdClassName
{
border-color: #9587DF;
}
.TagClassName
{
border-color: #9587DF;
}
</style>