Shades of Medium Purple #9550EC
Tints of Medium Purple #9550EC
RGB
CMYK
RGB Variations
Color information
#9550EC (or 0x9550EC) is known color: Medium Purple. HEX triplet: 95, 50 and EC. RGB value is (149,80,236). Sum of RGB (Red+Green+Blue) = 149+80+236=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #9550EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550EC is #6AAF13. Grayscale: #757575. Windows color (decimal): -6991636 or 15487125. OLE color: 15487125.
HSL color Cylindrical-coordinate representation of color #9550EC: hue angle of 266.54º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9550EC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 80 | 236 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.07 |
| HSL | 266.54º | 0.8% | 0.62% | - |
| HSV(B) | 266.54º | 0.66% | 0.93% | - |
| XYZ | 30.4 | 18.18 | 81.26 | - |
| YUV | 118.42 | 194.36 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 236 | 0.37 | 0.66 | 0 | 0.07 | 266.54 | 0.8 | 0.62 |
| Hex | 95 | 50 | EC | 25 | 42 | 0 | 7 | 10B | 50 | 3E |
| Octal | 225 | 120 | 354 | 45 | 102 | 0 | 7 | 413 | 120 | 76 |
| Binary | 10010101 | 1010000 | 11101100 | 100101 | 1000010 | 0 | 111 | 100001011 | 1010000 | 111110 |
Color Harmonies of #9550EC
Complementary color
Monochromatic Colors of #9550EC
Black with #9550EC
Text Example
Text Example
White with #9550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550EC; }
p { color: rgb(149,80,236); }
H1.HeaderClassName
{
color: #9550EC;
}
.AnyTagClassName
{
color: #9550EC;
}
</style>
background-color css
<style>
a { background-color: #9550EC; }
a { background-color: rgb(149,80,236); }
div.DivClassName
{
background-color: #9550EC;
}
.BgClassName
{
background-color: #9550EC;
}
</style>
border-color css
<style>
span { border-color: #9550EC; }
span { border-color: rgb(149,80,236); }
td.TdClassName
{
border-color: #9550EC;
}
.TagClassName
{
border-color: #9550EC;
}
</style>