Shades of Medium Purple #9163DD
Tints of Medium Purple #9163DD
RGB
CMYK
RGB Variations
Color information
#9163DD (or 0x9163DD) is known color: Medium Purple. HEX triplet: 91, 63 and DD. RGB value is (145,99,221). Sum of RGB (Red+Green+Blue) = 145+99+221=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #9163DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163DD is #6E9C22. Grayscale: #7E7E7E. Windows color (decimal): -7248931 or 14508945. OLE color: 14508945.
HSL color Cylindrical-coordinate representation of color #9163DD: hue angle of 262.62º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9163DD is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 99 | 221 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.13 |
| HSL | 262.62º | 0.64% | 0.63% | - |
| HSV(B) | 262.62º | 0.55% | 0.87% | - |
| XYZ | 29.19 | 20.16 | 70.76 | - |
| YUV | 126.66 | 181.24 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 221 | 0.34 | 0.55 | 0 | 0.13 | 262.62 | 0.64 | 0.63 |
| Hex | 91 | 63 | DD | 22 | 37 | 0 | D | 107 | 40 | 3F |
| Octal | 221 | 143 | 335 | 42 | 67 | 0 | 15 | 407 | 100 | 77 |
| Binary | 10010001 | 1100011 | 11011101 | 100010 | 110111 | 0 | 1101 | 100000111 | 1000000 | 111111 |
Color Harmonies of #9163DD
Complementary color
Monochromatic Colors of #9163DD
Black with #9163DD
Text Example
Text Example
White with #9163DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163DD; }
p { color: rgb(145,99,221); }
H1.HeaderClassName
{
color: #9163DD;
}
.AnyTagClassName
{
color: #9163DD;
}
</style>
background-color css
<style>
a { background-color: #9163DD; }
a { background-color: rgb(145,99,221); }
div.DivClassName
{
background-color: #9163DD;
}
.BgClassName
{
background-color: #9163DD;
}
</style>
border-color css
<style>
span { border-color: #9163DD; }
span { border-color: rgb(145,99,221); }
td.TdClassName
{
border-color: #9163DD;
}
.TagClassName
{
border-color: #9163DD;
}
</style>