Shades of Medium Purple #9163DC
Tints of Medium Purple #9163DC
RGB
CMYK
RGB Variations
Color information
#9163DC (or 0x9163DC) is known color: Medium Purple. HEX triplet: 91, 63 and DC. RGB value is (145,99,220). Sum of RGB (Red+Green+Blue) = 145+99+220=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #9163DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163DC is #6E9C23. Grayscale: #7E7E7E. Windows color (decimal): -7248932 or 14443409. OLE color: 14443409.
HSL color Cylindrical-coordinate representation of color #9163DC: hue angle of 262.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9163DC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 99 | 220 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.14 |
| HSL | 262.81º | 0.63% | 0.63% | - |
| HSV(B) | 262.81º | 0.55% | 0.86% | - |
| XYZ | 29.06 | 20.11 | 70.06 | - |
| YUV | 126.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 220 | 0.34 | 0.55 | 0 | 0.14 | 262.81 | 0.63 | 0.63 |
| Hex | 91 | 63 | DC | 22 | 37 | 0 | E | 107 | 3F | 3F |
| Octal | 221 | 143 | 334 | 42 | 67 | 0 | 16 | 407 | 77 | 77 |
| Binary | 10010001 | 1100011 | 11011100 | 100010 | 110111 | 0 | 1110 | 100000111 | 111111 | 111111 |
Color Harmonies of #9163DC
Complementary color
Monochromatic Colors of #9163DC
Black with #9163DC
Text Example
Text Example
White with #9163DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163DC; }
p { color: rgb(145,99,220); }
H1.HeaderClassName
{
color: #9163DC;
}
.AnyTagClassName
{
color: #9163DC;
}
</style>
background-color css
<style>
a { background-color: #9163DC; }
a { background-color: rgb(145,99,220); }
div.DivClassName
{
background-color: #9163DC;
}
.BgClassName
{
background-color: #9163DC;
}
</style>
border-color css
<style>
span { border-color: #9163DC; }
span { border-color: rgb(145,99,220); }
td.TdClassName
{
border-color: #9163DC;
}
.TagClassName
{
border-color: #9163DC;
}
</style>