Shades of Medium Purple #9150F0
Tints of Medium Purple #9150F0
RGB
CMYK
RGB Variations
Color information
#9150F0 (or 0x9150F0) is known color: Medium Purple. HEX triplet: 91, 50 and F0. RGB value is (145,80,240). Sum of RGB (Red+Green+Blue) = 145+80+240=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #9150F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9150F0 is #6EAF0F. Grayscale: #757575. Windows color (decimal): -7253776 or 15749265. OLE color: 15749265.
HSL color Cylindrical-coordinate representation of color #9150F0: hue angle of 264.38º 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 #9150F0 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 80 | 240 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.06 |
| HSL | 264.38º | 0.84% | 0.63% | - |
| HSV(B) | 264.38º | 0.67% | 0.94% | - |
| XYZ | 30.27 | 18.05 | 84.33 | - |
| YUV | 117.68 | 197.03 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 240 | 0.40 | 0.67 | 0 | 0.06 | 264.38 | 0.84 | 0.63 |
| Hex | 91 | 50 | F0 | 28 | 43 | 0 | 6 | 108 | 54 | 3F |
| Octal | 221 | 120 | 360 | 50 | 103 | 0 | 6 | 410 | 124 | 77 |
| Binary | 10010001 | 1010000 | 11110000 | 101000 | 1000011 | 0 | 110 | 100001000 | 1010100 | 111111 |
Color Harmonies of #9150F0
Complementary color
Monochromatic Colors of #9150F0
Black with #9150F0
Text Example
Text Example
White with #9150F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150F0; }
p { color: rgb(145,80,240); }
H1.HeaderClassName
{
color: #9150F0;
}
.AnyTagClassName
{
color: #9150F0;
}
</style>
background-color css
<style>
a { background-color: #9150F0; }
a { background-color: rgb(145,80,240); }
div.DivClassName
{
background-color: #9150F0;
}
.BgClassName
{
background-color: #9150F0;
}
</style>
border-color css
<style>
span { border-color: #9150F0; }
span { border-color: rgb(145,80,240); }
td.TdClassName
{
border-color: #9150F0;
}
.TagClassName
{
border-color: #9150F0;
}
</style>