Shades of Medium Purple #9163EA
Tints of Medium Purple #9163EA
RGB
CMYK
RGB Variations
Color information
#9163EA (or 0x9163EA) is known color: Medium Purple. HEX triplet: 91, 63 and EA. RGB value is (145,99,234). Sum of RGB (Red+Green+Blue) = 145+99+234=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #9163EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9163EA is #6E9C15. Grayscale: #7F7F7F. Windows color (decimal): -7248918 or 15360913. OLE color: 15360913.
HSL color Cylindrical-coordinate representation of color #9163EA: hue angle of 260.44º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9163EA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 99 | 234 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.08 |
| HSL | 260.44º | 0.76% | 0.65% | - |
| HSV(B) | 260.44º | 0.58% | 0.92% | - |
| XYZ | 30.99 | 20.88 | 80.24 | - |
| YUV | 128.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 234 | 0.38 | 0.58 | 0 | 0.08 | 260.44 | 0.76 | 0.65 |
| Hex | 91 | 63 | EA | 26 | 3A | 0 | 8 | 104 | 4C | 41 |
| Octal | 221 | 143 | 352 | 46 | 72 | 0 | 10 | 404 | 114 | 101 |
| Binary | 10010001 | 1100011 | 11101010 | 100110 | 111010 | 0 | 1000 | 100000100 | 1001100 | 1000001 |
Color Harmonies of #9163EA
Complementary color
Monochromatic Colors of #9163EA
Black with #9163EA
Text Example
Text Example
White with #9163EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163EA; }
p { color: rgb(145,99,234); }
H1.HeaderClassName
{
color: #9163EA;
}
.AnyTagClassName
{
color: #9163EA;
}
</style>
background-color css
<style>
a { background-color: #9163EA; }
a { background-color: rgb(145,99,234); }
div.DivClassName
{
background-color: #9163EA;
}
.BgClassName
{
background-color: #9163EA;
}
</style>
border-color css
<style>
span { border-color: #9163EA; }
span { border-color: rgb(145,99,234); }
td.TdClassName
{
border-color: #9163EA;
}
.TagClassName
{
border-color: #9163EA;
}
</style>