Shades of Medium Purple #9170E1
Tints of Medium Purple #9170E1
RGB
CMYK
RGB Variations
Color information
#9170E1 (or 0x9170E1) is known color: Medium Purple. HEX triplet: 91, 70 and E1. RGB value is (145,112,225). Sum of RGB (Red+Green+Blue) = 145+112+225=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 112 (44.14% from 255 or 23.24% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #9170E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170E1 is #6E8F1E. Grayscale: #868686. Windows color (decimal): -7245599 or 14774417. OLE color: 14774417.
HSL color Cylindrical-coordinate representation of color #9170E1: hue angle of 257.52º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9170E1 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 112 | 225 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.12 |
| HSL | 257.52º | 0.65% | 0.66% | - |
| HSV(B) | 257.52º | 0.5% | 0.88% | - |
| XYZ | 31.06 | 23.04 | 74.05 | - |
| YUV | 134.75 | 178.93 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 225 | 0.36 | 0.50 | 0 | 0.12 | 257.52 | 0.65 | 0.66 |
| Hex | 91 | 70 | E1 | 24 | 32 | 0 | C | 102 | 41 | 42 |
| Octal | 221 | 160 | 341 | 44 | 62 | 0 | 14 | 402 | 101 | 102 |
| Binary | 10010001 | 1110000 | 11100001 | 100100 | 110010 | 0 | 1100 | 100000010 | 1000001 | 1000010 |
Color Harmonies of #9170E1
Complementary color
Monochromatic Colors of #9170E1
Black with #9170E1
Text Example
Text Example
White with #9170E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170E1; }
p { color: rgb(145,112,225); }
H1.HeaderClassName
{
color: #9170E1;
}
.AnyTagClassName
{
color: #9170E1;
}
</style>
background-color css
<style>
a { background-color: #9170E1; }
a { background-color: rgb(145,112,225); }
div.DivClassName
{
background-color: #9170E1;
}
.BgClassName
{
background-color: #9170E1;
}
</style>
border-color css
<style>
span { border-color: #9170E1; }
span { border-color: rgb(145,112,225); }
td.TdClassName
{
border-color: #9170E1;
}
.TagClassName
{
border-color: #9170E1;
}
</style>