Shades of Medium Purple #9558EC
Tints of Medium Purple #9558EC
RGB
CMYK
RGB Variations
Color information
#9558EC (or 0x9558EC) is known color: Medium Purple. HEX triplet: 95, 58 and EC. RGB value is (149,88,236). Sum of RGB (Red+Green+Blue) = 149+88+236=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #9558EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558EC is #6AA713. Grayscale: #7A7A7A. Windows color (decimal): -6989588 or 15489173. OLE color: 15489173.
HSL color Cylindrical-coordinate representation of color #9558EC: hue angle of 264.73º degrees, saturation: 0.8, 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 #9558EC is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 88 | 236 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.07 |
| HSL | 264.73º | 0.8% | 0.64% | - |
| HSV(B) | 264.73º | 0.63% | 0.93% | - |
| XYZ | 31.02 | 19.43 | 81.47 | - |
| YUV | 123.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 236 | 0.37 | 0.63 | 0 | 0.07 | 264.73 | 0.8 | 0.64 |
| Hex | 95 | 58 | EC | 25 | 3F | 0 | 7 | 109 | 50 | 40 |
| Octal | 225 | 130 | 354 | 45 | 77 | 0 | 7 | 411 | 120 | 100 |
| Binary | 10010101 | 1011000 | 11101100 | 100101 | 111111 | 0 | 111 | 100001001 | 1010000 | 1000000 |
Color Harmonies of #9558EC
Complementary color
Monochromatic Colors of #9558EC
Black with #9558EC
Text Example
Text Example
White with #9558EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558EC; }
p { color: rgb(149,88,236); }
H1.HeaderClassName
{
color: #9558EC;
}
.AnyTagClassName
{
color: #9558EC;
}
</style>
background-color css
<style>
a { background-color: #9558EC; }
a { background-color: rgb(149,88,236); }
div.DivClassName
{
background-color: #9558EC;
}
.BgClassName
{
background-color: #9558EC;
}
</style>
border-color css
<style>
span { border-color: #9558EC; }
span { border-color: rgb(149,88,236); }
td.TdClassName
{
border-color: #9558EC;
}
.TagClassName
{
border-color: #9558EC;
}
</style>