Shades of Medium Purple #9588ED
Tints of Medium Purple #9588ED
RGB
CMYK
RGB Variations
Color information
#9588ED (or 0x9588ED) is known color: Medium Purple. HEX triplet: 95, 88 and ED. RGB value is (149,136,237). Sum of RGB (Red+Green+Blue) = 149+136+237=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #9588ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9588ED is #6A7712. Grayscale: #979797. Windows color (decimal): -6977299 or 15566997. OLE color: 15566997.
HSL color Cylindrical-coordinate representation of color #9588ED: hue angle of 247.72º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9588ED is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 136 | 237 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.07 |
| HSL | 247.72º | 0.74% | 0.73% | - |
| HSV(B) | 247.72º | 0.43% | 0.93% | - |
| XYZ | 36.48 | 30.11 | 84.01 | - |
| YUV | 151.4 | 176.31 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 237 | 0.37 | 0.43 | 0 | 0.07 | 247.72 | 0.74 | 0.73 |
| Hex | 95 | 88 | ED | 25 | 2B | 0 | 7 | F8 | 4A | 49 |
| Octal | 225 | 210 | 355 | 45 | 53 | 0 | 7 | 370 | 112 | 111 |
| Binary | 10010101 | 10001000 | 11101101 | 100101 | 101011 | 0 | 111 | 11111000 | 1001010 | 1001001 |
Color Harmonies of #9588ED
Complementary color
Monochromatic Colors of #9588ED
Black with #9588ED
Text Example
Text Example
White with #9588ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9588ED; }
p { color: rgb(149,136,237); }
H1.HeaderClassName
{
color: #9588ED;
}
.AnyTagClassName
{
color: #9588ED;
}
</style>
background-color css
<style>
a { background-color: #9588ED; }
a { background-color: rgb(149,136,237); }
div.DivClassName
{
background-color: #9588ED;
}
.BgClassName
{
background-color: #9588ED;
}
</style>
border-color css
<style>
span { border-color: #9588ED; }
span { border-color: rgb(149,136,237); }
td.TdClassName
{
border-color: #9588ED;
}
.TagClassName
{
border-color: #9588ED;
}
</style>