Shades of Medium Purple #9160F3
Tints of Medium Purple #9160F3
RGB
CMYK
RGB Variations
Color information
#9160F3 (or 0x9160F3) is known color: Medium Purple. HEX triplet: 91, 60 and F3. RGB value is (145,96,243). Sum of RGB (Red+Green+Blue) = 145+96+243=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #9160F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9160F3 is #6E9F0C. Grayscale: #7E7E7E. Windows color (decimal): -7249677 or 15949969. OLE color: 15949969.
HSL color Cylindrical-coordinate representation of color #9160F3: hue angle of 260º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9160F3 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 96 | 243 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.05 |
| HSL | 260º | 0.86% | 0.66% | - |
| HSV(B) | 260º | 0.6% | 0.95% | - |
| XYZ | 32.04 | 20.86 | 87.13 | - |
| YUV | 127.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 243 | 0.40 | 0.60 | 0 | 0.05 | 260 | 0.86 | 0.66 |
| Hex | 91 | 60 | F3 | 28 | 3C | 0 | 5 | 104 | 56 | 42 |
| Octal | 221 | 140 | 363 | 50 | 74 | 0 | 5 | 404 | 126 | 102 |
| Binary | 10010001 | 1100000 | 11110011 | 101000 | 111100 | 0 | 101 | 100000100 | 1010110 | 1000010 |
Color Harmonies of #9160F3
Complementary color
Monochromatic Colors of #9160F3
Black with #9160F3
Text Example
Text Example
White with #9160F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160F3; }
p { color: rgb(145,96,243); }
H1.HeaderClassName
{
color: #9160F3;
}
.AnyTagClassName
{
color: #9160F3;
}
</style>
background-color css
<style>
a { background-color: #9160F3; }
a { background-color: rgb(145,96,243); }
div.DivClassName
{
background-color: #9160F3;
}
.BgClassName
{
background-color: #9160F3;
}
</style>
border-color css
<style>
span { border-color: #9160F3; }
span { border-color: rgb(145,96,243); }
td.TdClassName
{
border-color: #9160F3;
}
.TagClassName
{
border-color: #9160F3;
}
</style>