Shades of Medium Purple #9550F0
Tints of Medium Purple #9550F0
RGB
CMYK
RGB Variations
Color information
#9550F0 (or 0x9550F0) is known color: Medium Purple. HEX triplet: 95, 50 and F0. RGB value is (149,80,240). Sum of RGB (Red+Green+Blue) = 149+80+240=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #9550F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9550F0 is #6AAF0F. Grayscale: #767676. Windows color (decimal): -6991632 or 15749269. OLE color: 15749269.
HSL color Cylindrical-coordinate representation of color #9550F0: hue angle of 265.88º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9550F0 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 80 | 240 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.06 |
| HSL | 265.88º | 0.84% | 0.63% | - |
| HSV(B) | 265.88º | 0.67% | 0.94% | - |
| XYZ | 30.99 | 18.42 | 84.36 | - |
| YUV | 118.87 | 196.36 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 240 | 0.38 | 0.67 | 0 | 0.06 | 265.88 | 0.84 | 0.63 |
| Hex | 95 | 50 | F0 | 26 | 43 | 0 | 6 | 10A | 54 | 3F |
| Octal | 225 | 120 | 360 | 46 | 103 | 0 | 6 | 412 | 124 | 77 |
| Binary | 10010101 | 1010000 | 11110000 | 100110 | 1000011 | 0 | 110 | 100001010 | 1010100 | 111111 |
Color Harmonies of #9550F0
Complementary color
Monochromatic Colors of #9550F0
Black with #9550F0
Text Example
Text Example
White with #9550F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9550F0; }
p { color: rgb(149,80,240); }
H1.HeaderClassName
{
color: #9550F0;
}
.AnyTagClassName
{
color: #9550F0;
}
</style>
background-color css
<style>
a { background-color: #9550F0; }
a { background-color: rgb(149,80,240); }
div.DivClassName
{
background-color: #9550F0;
}
.BgClassName
{
background-color: #9550F0;
}
</style>
border-color css
<style>
span { border-color: #9550F0; }
span { border-color: rgb(149,80,240); }
td.TdClassName
{
border-color: #9550F0;
}
.TagClassName
{
border-color: #9550F0;
}
</style>