Shades of Medium Purple #9166F1
Tints of Medium Purple #9166F1
RGB
CMYK
RGB Variations
Color information
#9166F1 (or 0x9166F1) is known color: Medium Purple. HEX triplet: 91, 66 and F1. RGB value is (145,102,241). Sum of RGB (Red+Green+Blue) = 145+102+241=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #9166F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166F1 is #6E990E. Grayscale: #828282. Windows color (decimal): -7248143 or 15820433. OLE color: 15820433.
HSL color Cylindrical-coordinate representation of color #9166F1: hue angle of 258.56º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9166F1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 102 | 241 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.05 |
| HSL | 258.56º | 0.83% | 0.67% | - |
| HSV(B) | 258.56º | 0.58% | 0.95% | - |
| XYZ | 32.31 | 21.87 | 85.74 | - |
| YUV | 130.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 241 | 0.40 | 0.58 | 0 | 0.05 | 258.56 | 0.83 | 0.67 |
| Hex | 91 | 66 | F1 | 28 | 3A | 0 | 5 | 103 | 53 | 43 |
| Octal | 221 | 146 | 361 | 50 | 72 | 0 | 5 | 403 | 123 | 103 |
| Binary | 10010001 | 1100110 | 11110001 | 101000 | 111010 | 0 | 101 | 100000011 | 1010011 | 1000011 |
Color Harmonies of #9166F1
Complementary color
Monochromatic Colors of #9166F1
Black with #9166F1
Text Example
Text Example
White with #9166F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166F1; }
p { color: rgb(145,102,241); }
H1.HeaderClassName
{
color: #9166F1;
}
.AnyTagClassName
{
color: #9166F1;
}
</style>
background-color css
<style>
a { background-color: #9166F1; }
a { background-color: rgb(145,102,241); }
div.DivClassName
{
background-color: #9166F1;
}
.BgClassName
{
background-color: #9166F1;
}
</style>
border-color css
<style>
span { border-color: #9166F1; }
span { border-color: rgb(145,102,241); }
td.TdClassName
{
border-color: #9166F1;
}
.TagClassName
{
border-color: #9166F1;
}
</style>