Shades of Medium Purple #9155F0
Tints of Medium Purple #9155F0
RGB
CMYK
RGB Variations
Color information
#9155F0 (or 0x9155F0) is known color: Medium Purple. HEX triplet: 91, 55 and F0. RGB value is (145,85,240). Sum of RGB (Red+Green+Blue) = 145+85+240=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #9155F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9155F0 is #6EAA0F. Grayscale: #787878. Windows color (decimal): -7252496 or 15750545. OLE color: 15750545.
HSL color Cylindrical-coordinate representation of color #9155F0: hue angle of 263.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9155F0 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 85 | 240 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.06 |
| HSL | 263.23º | 0.84% | 0.64% | - |
| HSV(B) | 263.23º | 0.65% | 0.94% | - |
| XYZ | 30.65 | 18.81 | 84.45 | - |
| YUV | 120.61 | 195.38 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 240 | 0.40 | 0.65 | 0 | 0.06 | 263.23 | 0.84 | 0.64 |
| Hex | 91 | 55 | F0 | 28 | 41 | 0 | 6 | 107 | 54 | 40 |
| Octal | 221 | 125 | 360 | 50 | 101 | 0 | 6 | 407 | 124 | 100 |
| Binary | 10010001 | 1010101 | 11110000 | 101000 | 1000001 | 0 | 110 | 100000111 | 1010100 | 1000000 |
Color Harmonies of #9155F0
Complementary color
Monochromatic Colors of #9155F0
Black with #9155F0
Text Example
Text Example
White with #9155F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155F0; }
p { color: rgb(145,85,240); }
H1.HeaderClassName
{
color: #9155F0;
}
.AnyTagClassName
{
color: #9155F0;
}
</style>
background-color css
<style>
a { background-color: #9155F0; }
a { background-color: rgb(145,85,240); }
div.DivClassName
{
background-color: #9155F0;
}
.BgClassName
{
background-color: #9155F0;
}
</style>
border-color css
<style>
span { border-color: #9155F0; }
span { border-color: rgb(145,85,240); }
td.TdClassName
{
border-color: #9155F0;
}
.TagClassName
{
border-color: #9155F0;
}
</style>