Shades of Medium Purple #9587DC
Tints of Medium Purple #9587DC
RGB
CMYK
RGB Variations
Color information
#9587DC (or 0x9587DC) is known color: Medium Purple. HEX triplet: 95, 87 and DC. RGB value is (149,135,220). Sum of RGB (Red+Green+Blue) = 149+135+220=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #9587DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587DC is #6A7823. Grayscale: #949494. Windows color (decimal): -6977572 or 14452629. OLE color: 14452629.
HSL color Cylindrical-coordinate representation of color #9587DC: hue angle of 249.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9587DC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 135 | 220 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.14 |
| HSL | 249.88º | 0.55% | 0.7% | - |
| HSV(B) | 249.88º | 0.39% | 0.86% | - |
| XYZ | 33.98 | 28.88 | 71.49 | - |
| YUV | 148.88 | 168.14 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 220 | 0.32 | 0.39 | 0 | 0.14 | 249.88 | 0.55 | 0.7 |
| Hex | 95 | 87 | DC | 20 | 27 | 0 | E | FA | 37 | 46 |
| Octal | 225 | 207 | 334 | 40 | 47 | 0 | 16 | 372 | 67 | 106 |
| Binary | 10010101 | 10000111 | 11011100 | 100000 | 100111 | 0 | 1110 | 11111010 | 110111 | 1000110 |
Color Harmonies of #9587DC
Complementary color
Monochromatic Colors of #9587DC
Black with #9587DC
Text Example
Text Example
White with #9587DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9587DC; }
p { color: rgb(149,135,220); }
H1.HeaderClassName
{
color: #9587DC;
}
.AnyTagClassName
{
color: #9587DC;
}
</style>
background-color css
<style>
a { background-color: #9587DC; }
a { background-color: rgb(149,135,220); }
div.DivClassName
{
background-color: #9587DC;
}
.BgClassName
{
background-color: #9587DC;
}
</style>
border-color css
<style>
span { border-color: #9587DC; }
span { border-color: rgb(149,135,220); }
td.TdClassName
{
border-color: #9587DC;
}
.TagClassName
{
border-color: #9587DC;
}
</style>