Shades of Medium Purple #9164DA
Tints of Medium Purple #9164DA
RGB
CMYK
RGB Variations
Color information
#9164DA (or 0x9164DA) is known color: Medium Purple. HEX triplet: 91, 64 and DA. RGB value is (145,100,218). Sum of RGB (Red+Green+Blue) = 145+100+218=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #9164DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9164DA is #6E9B25. Grayscale: #7E7E7E. Windows color (decimal): -7248678 or 14312593. OLE color: 14312593.
HSL color Cylindrical-coordinate representation of color #9164DA: hue angle of 262.88º degrees, saturation: 0.61, 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 #9164DA is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 100 | 218 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.15 |
| HSL | 262.88º | 0.61% | 0.62% | - |
| HSV(B) | 262.88º | 0.54% | 0.85% | - |
| XYZ | 28.89 | 20.2 | 68.71 | - |
| YUV | 126.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 218 | 0.33 | 0.54 | 0 | 0.15 | 262.88 | 0.61 | 0.62 |
| Hex | 91 | 64 | DA | 21 | 36 | 0 | F | 107 | 3D | 3E |
| Octal | 221 | 144 | 332 | 41 | 66 | 0 | 17 | 407 | 75 | 76 |
| Binary | 10010001 | 1100100 | 11011010 | 100001 | 110110 | 0 | 1111 | 100000111 | 111101 | 111110 |
Color Harmonies of #9164DA
Complementary color
Monochromatic Colors of #9164DA
Black with #9164DA
Text Example
Text Example
White with #9164DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164DA; }
p { color: rgb(145,100,218); }
H1.HeaderClassName
{
color: #9164DA;
}
.AnyTagClassName
{
color: #9164DA;
}
</style>
background-color css
<style>
a { background-color: #9164DA; }
a { background-color: rgb(145,100,218); }
div.DivClassName
{
background-color: #9164DA;
}
.BgClassName
{
background-color: #9164DA;
}
</style>
border-color css
<style>
span { border-color: #9164DA; }
span { border-color: rgb(145,100,218); }
td.TdClassName
{
border-color: #9164DA;
}
.TagClassName
{
border-color: #9164DA;
}
</style>