Shades of Medium Purple #9166DE
Tints of Medium Purple #9166DE
RGB
CMYK
RGB Variations
Color information
#9166DE (or 0x9166DE) is known color: Medium Purple. HEX triplet: 91, 66 and DE. RGB value is (145,102,222). Sum of RGB (Red+Green+Blue) = 145+102+222=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #9166DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166DE is #6E9921. Grayscale: #808080. Windows color (decimal): -7248162 or 14575249. OLE color: 14575249.
HSL color Cylindrical-coordinate representation of color #9166DE: hue angle of 261.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9166DE is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 102 | 222 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.13 |
| HSL | 261.5º | 0.65% | 0.64% | - |
| HSV(B) | 261.5º | 0.54% | 0.87% | - |
| XYZ | 29.61 | 20.8 | 71.56 | - |
| YUV | 128.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 222 | 0.35 | 0.54 | 0 | 0.13 | 261.5 | 0.65 | 0.64 |
| Hex | 91 | 66 | DE | 23 | 36 | 0 | D | 106 | 41 | 40 |
| Octal | 221 | 146 | 336 | 43 | 66 | 0 | 15 | 406 | 101 | 100 |
| Binary | 10010001 | 1100110 | 11011110 | 100011 | 110110 | 0 | 1101 | 100000110 | 1000001 | 1000000 |
Color Harmonies of #9166DE
Complementary color
Monochromatic Colors of #9166DE
Black with #9166DE
Text Example
Text Example
White with #9166DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166DE; }
p { color: rgb(145,102,222); }
H1.HeaderClassName
{
color: #9166DE;
}
.AnyTagClassName
{
color: #9166DE;
}
</style>
background-color css
<style>
a { background-color: #9166DE; }
a { background-color: rgb(145,102,222); }
div.DivClassName
{
background-color: #9166DE;
}
.BgClassName
{
background-color: #9166DE;
}
</style>
border-color css
<style>
span { border-color: #9166DE; }
span { border-color: rgb(145,102,222); }
td.TdClassName
{
border-color: #9166DE;
}
.TagClassName
{
border-color: #9166DE;
}
</style>