Shades of Medium Purple #9558F1
Tints of Medium Purple #9558F1
RGB
CMYK
RGB Variations
Color information
#9558F1 (or 0x9558F1) is known color: Medium Purple. HEX triplet: 95, 58 and F1. RGB value is (149,88,241). Sum of RGB (Red+Green+Blue) = 149+88+241=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #9558F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9558F1 is #6AA70E. Grayscale: #7B7B7B. Windows color (decimal): -6989583 or 15816853. OLE color: 15816853.
HSL color Cylindrical-coordinate representation of color #9558F1: hue angle of 263.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9558F1 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 88 | 241 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.05 |
| HSL | 263.92º | 0.85% | 0.65% | - |
| HSV(B) | 263.92º | 0.63% | 0.95% | - |
| XYZ | 31.76 | 19.72 | 85.35 | - |
| YUV | 123.68 | 194.21 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 241 | 0.38 | 0.63 | 0 | 0.05 | 263.92 | 0.85 | 0.65 |
| Hex | 95 | 58 | F1 | 26 | 3F | 0 | 5 | 108 | 55 | 41 |
| Octal | 225 | 130 | 361 | 46 | 77 | 0 | 5 | 410 | 125 | 101 |
| Binary | 10010101 | 1011000 | 11110001 | 100110 | 111111 | 0 | 101 | 100001000 | 1010101 | 1000001 |
Color Harmonies of #9558F1
Complementary color
Monochromatic Colors of #9558F1
Black with #9558F1
Text Example
Text Example
White with #9558F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558F1; }
p { color: rgb(149,88,241); }
H1.HeaderClassName
{
color: #9558F1;
}
.AnyTagClassName
{
color: #9558F1;
}
</style>
background-color css
<style>
a { background-color: #9558F1; }
a { background-color: rgb(149,88,241); }
div.DivClassName
{
background-color: #9558F1;
}
.BgClassName
{
background-color: #9558F1;
}
</style>
border-color css
<style>
span { border-color: #9558F1; }
span { border-color: rgb(149,88,241); }
td.TdClassName
{
border-color: #9558F1;
}
.TagClassName
{
border-color: #9558F1;
}
</style>