Shades of Medium Purple #9162F1
Tints of Medium Purple #9162F1
RGB
CMYK
RGB Variations
Color information
#9162F1 (or 0x9162F1) is known color: Medium Purple. HEX triplet: 91, 62 and F1. RGB value is (145,98,241). Sum of RGB (Red+Green+Blue) = 145+98+241=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #9162F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9162F1 is #6E9D0E. Grayscale: #7F7F7F. Windows color (decimal): -7249167 or 15819409. OLE color: 15819409.
HSL color Cylindrical-coordinate representation of color #9162F1: hue angle of 259.72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9162F1 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 98 | 241 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.05 |
| HSL | 259.72º | 0.84% | 0.66% | - |
| HSV(B) | 259.72º | 0.59% | 0.95% | - |
| XYZ | 31.92 | 21.11 | 85.61 | - |
| YUV | 128.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 241 | 0.40 | 0.59 | 0 | 0.05 | 259.72 | 0.84 | 0.66 |
| Hex | 91 | 62 | F1 | 28 | 3B | 0 | 5 | 104 | 54 | 42 |
| Octal | 221 | 142 | 361 | 50 | 73 | 0 | 5 | 404 | 124 | 102 |
| Binary | 10010001 | 1100010 | 11110001 | 101000 | 111011 | 0 | 101 | 100000100 | 1010100 | 1000010 |
Color Harmonies of #9162F1
Complementary color
Monochromatic Colors of #9162F1
Black with #9162F1
Text Example
Text Example
White with #9162F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9162F1; }
p { color: rgb(145,98,241); }
H1.HeaderClassName
{
color: #9162F1;
}
.AnyTagClassName
{
color: #9162F1;
}
</style>
background-color css
<style>
a { background-color: #9162F1; }
a { background-color: rgb(145,98,241); }
div.DivClassName
{
background-color: #9162F1;
}
.BgClassName
{
background-color: #9162F1;
}
</style>
border-color css
<style>
span { border-color: #9162F1; }
span { border-color: rgb(145,98,241); }
td.TdClassName
{
border-color: #9162F1;
}
.TagClassName
{
border-color: #9162F1;
}
</style>