Shades of Medium Purple #9166EB
Tints of Medium Purple #9166EB
RGB
CMYK
RGB Variations
Color information
#9166EB (or 0x9166EB) is known color: Medium Purple. HEX triplet: 91, 66 and EB. RGB value is (145,102,235). Sum of RGB (Red+Green+Blue) = 145+102+235=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #9166EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166EB is #6E9914. Grayscale: #818181. Windows color (decimal): -7248149 or 15427217. OLE color: 15427217.
HSL color Cylindrical-coordinate representation of color #9166EB: hue angle of 259.4º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9166EB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 102 | 235 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.08 |
| HSL | 259.4º | 0.77% | 0.66% | - |
| HSV(B) | 259.4º | 0.57% | 0.92% | - |
| XYZ | 31.42 | 21.52 | 81.09 | - |
| YUV | 130.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 235 | 0.38 | 0.57 | 0 | 0.08 | 259.4 | 0.77 | 0.66 |
| Hex | 91 | 66 | EB | 26 | 39 | 0 | 8 | 103 | 4D | 42 |
| Octal | 221 | 146 | 353 | 46 | 71 | 0 | 10 | 403 | 115 | 102 |
| Binary | 10010001 | 1100110 | 11101011 | 100110 | 111001 | 0 | 1000 | 100000011 | 1001101 | 1000010 |
Color Harmonies of #9166EB
Complementary color
Monochromatic Colors of #9166EB
Black with #9166EB
Text Example
Text Example
White with #9166EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166EB; }
p { color: rgb(145,102,235); }
H1.HeaderClassName
{
color: #9166EB;
}
.AnyTagClassName
{
color: #9166EB;
}
</style>
background-color css
<style>
a { background-color: #9166EB; }
a { background-color: rgb(145,102,235); }
div.DivClassName
{
background-color: #9166EB;
}
.BgClassName
{
background-color: #9166EB;
}
</style>
border-color css
<style>
span { border-color: #9166EB; }
span { border-color: rgb(145,102,235); }
td.TdClassName
{
border-color: #9166EB;
}
.TagClassName
{
border-color: #9166EB;
}
</style>