Shades of Medium Purple #9164D8
Tints of Medium Purple #9164D8
RGB
CMYK
RGB Variations
Color information
#9164D8 (or 0x9164D8) is known color: Medium Purple. HEX triplet: 91, 64 and D8. RGB value is (145,100,216). Sum of RGB (Red+Green+Blue) = 145+100+216=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #9164D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164D8 is #6E9B27. Grayscale: #7E7E7E. Windows color (decimal): -7248680 or 14181521. OLE color: 14181521.
HSL color Cylindrical-coordinate representation of color #9164D8: hue angle of 263.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9164D8 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 100 | 216 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.15 |
| HSL | 263.28º | 0.6% | 0.62% | - |
| HSV(B) | 263.28º | 0.54% | 0.85% | - |
| XYZ | 28.63 | 20.09 | 67.33 | - |
| YUV | 126.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 216 | 0.33 | 0.54 | 0 | 0.15 | 263.28 | 0.6 | 0.62 |
| Hex | 91 | 64 | D8 | 21 | 36 | 0 | F | 107 | 3C | 3E |
| Octal | 221 | 144 | 330 | 41 | 66 | 0 | 17 | 407 | 74 | 76 |
| Binary | 10010001 | 1100100 | 11011000 | 100001 | 110110 | 0 | 1111 | 100000111 | 111100 | 111110 |
Color Harmonies of #9164D8
Complementary color
Monochromatic Colors of #9164D8
Black with #9164D8
Text Example
Text Example
White with #9164D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164D8; }
p { color: rgb(145,100,216); }
H1.HeaderClassName
{
color: #9164D8;
}
.AnyTagClassName
{
color: #9164D8;
}
</style>
background-color css
<style>
a { background-color: #9164D8; }
a { background-color: rgb(145,100,216); }
div.DivClassName
{
background-color: #9164D8;
}
.BgClassName
{
background-color: #9164D8;
}
</style>
border-color css
<style>
span { border-color: #9164D8; }
span { border-color: rgb(145,100,216); }
td.TdClassName
{
border-color: #9164D8;
}
.TagClassName
{
border-color: #9164D8;
}
</style>