Shades of Medium Purple #9169D5
Tints of Medium Purple #9169D5
RGB
CMYK
RGB Variations
Color information
#9169D5 (or 0x9169D5) is known color: Medium Purple. HEX triplet: 91, 69 and D5. RGB value is (145,105,213). Sum of RGB (Red+Green+Blue) = 145+105+213=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #9169D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169D5 is #6E962A. Grayscale: #808080. Windows color (decimal): -7247403 or 13986193. OLE color: 13986193.
HSL color Cylindrical-coordinate representation of color #9169D5: hue angle of 262.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9169D5 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 105 | 213 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.16 |
| HSL | 262.22º | 0.56% | 0.62% | - |
| HSV(B) | 262.22º | 0.51% | 0.84% | - |
| XYZ | 28.74 | 20.93 | 65.48 | - |
| YUV | 129.27 | 175.25 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 213 | 0.32 | 0.51 | 0 | 0.16 | 262.22 | 0.56 | 0.62 |
| Hex | 91 | 69 | D5 | 20 | 33 | 0 | 10 | 106 | 38 | 3E |
| Octal | 221 | 151 | 325 | 40 | 63 | 0 | 20 | 406 | 70 | 76 |
| Binary | 10010001 | 1101001 | 11010101 | 100000 | 110011 | 0 | 10000 | 100000110 | 111000 | 111110 |
Color Harmonies of #9169D5
Complementary color
Monochromatic Colors of #9169D5
Black with #9169D5
Text Example
Text Example
White with #9169D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169D5; }
p { color: rgb(145,105,213); }
H1.HeaderClassName
{
color: #9169D5;
}
.AnyTagClassName
{
color: #9169D5;
}
</style>
background-color css
<style>
a { background-color: #9169D5; }
a { background-color: rgb(145,105,213); }
div.DivClassName
{
background-color: #9169D5;
}
.BgClassName
{
background-color: #9169D5;
}
</style>
border-color css
<style>
span { border-color: #9169D5; }
span { border-color: rgb(145,105,213); }
td.TdClassName
{
border-color: #9169D5;
}
.TagClassName
{
border-color: #9169D5;
}
</style>