Shades of Medium Purple #9558ED
Tints of Medium Purple #9558ED
RGB
CMYK
RGB Variations
Color information
#9558ED (or 0x9558ED) is known color: Medium Purple. HEX triplet: 95, 58 and ED. RGB value is (149,88,237). Sum of RGB (Red+Green+Blue) = 149+88+237=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #9558ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558ED is #6AA712. Grayscale: #7A7A7A. Windows color (decimal): -6989587 or 15554709. OLE color: 15554709.
HSL color Cylindrical-coordinate representation of color #9558ED: hue angle of 264.56º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9558ED is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 88 | 237 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.07 |
| HSL | 264.56º | 0.81% | 0.64% | - |
| HSV(B) | 264.56º | 0.63% | 0.93% | - |
| XYZ | 31.17 | 19.48 | 82.24 | - |
| YUV | 123.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 237 | 0.37 | 0.63 | 0 | 0.07 | 264.56 | 0.81 | 0.64 |
| Hex | 95 | 58 | ED | 25 | 3F | 0 | 7 | 109 | 51 | 40 |
| Octal | 225 | 130 | 355 | 45 | 77 | 0 | 7 | 411 | 121 | 100 |
| Binary | 10010101 | 1011000 | 11101101 | 100101 | 111111 | 0 | 111 | 100001001 | 1010001 | 1000000 |
Color Harmonies of #9558ED
Complementary color
Monochromatic Colors of #9558ED
Black with #9558ED
Text Example
Text Example
White with #9558ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558ED; }
p { color: rgb(149,88,237); }
H1.HeaderClassName
{
color: #9558ED;
}
.AnyTagClassName
{
color: #9558ED;
}
</style>
background-color css
<style>
a { background-color: #9558ED; }
a { background-color: rgb(149,88,237); }
div.DivClassName
{
background-color: #9558ED;
}
.BgClassName
{
background-color: #9558ED;
}
</style>
border-color css
<style>
span { border-color: #9558ED; }
span { border-color: rgb(149,88,237); }
td.TdClassName
{
border-color: #9558ED;
}
.TagClassName
{
border-color: #9558ED;
}
</style>