Shades of Medium Purple #9166E5
Tints of Medium Purple #9166E5
RGB
CMYK
RGB Variations
Color information
#9166E5 (or 0x9166E5) is known color: Medium Purple. HEX triplet: 91, 66 and E5. RGB value is (145,102,229). Sum of RGB (Red+Green+Blue) = 145+102+229=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #9166E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166E5 is #6E991A. Grayscale: #808080. Windows color (decimal): -7248155 or 15034001. OLE color: 15034001.
HSL color Cylindrical-coordinate representation of color #9166E5: hue angle of 260.31º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9166E5 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 102 | 229 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.10 |
| HSL | 260.31º | 0.71% | 0.65% | - |
| HSV(B) | 260.31º | 0.55% | 0.9% | - |
| XYZ | 30.57 | 21.18 | 76.61 | - |
| YUV | 129.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 229 | 0.37 | 0.55 | 0 | 0.10 | 260.31 | 0.71 | 0.65 |
| Hex | 91 | 66 | E5 | 25 | 37 | 0 | A | 104 | 47 | 41 |
| Octal | 221 | 146 | 345 | 45 | 67 | 0 | 12 | 404 | 107 | 101 |
| Binary | 10010001 | 1100110 | 11100101 | 100101 | 110111 | 0 | 1010 | 100000100 | 1000111 | 1000001 |
Color Harmonies of #9166E5
Complementary color
Monochromatic Colors of #9166E5
Black with #9166E5
Text Example
Text Example
White with #9166E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166E5; }
p { color: rgb(145,102,229); }
H1.HeaderClassName
{
color: #9166E5;
}
.AnyTagClassName
{
color: #9166E5;
}
</style>
background-color css
<style>
a { background-color: #9166E5; }
a { background-color: rgb(145,102,229); }
div.DivClassName
{
background-color: #9166E5;
}
.BgClassName
{
background-color: #9166E5;
}
</style>
border-color css
<style>
span { border-color: #9166E5; }
span { border-color: rgb(145,102,229); }
td.TdClassName
{
border-color: #9166E5;
}
.TagClassName
{
border-color: #9166E5;
}
</style>