Shades of Medium Purple #9170DF
Tints of Medium Purple #9170DF
RGB
CMYK
RGB Variations
Color information
#9170DF (or 0x9170DF) is known color: Medium Purple. HEX triplet: 91, 70 and DF. RGB value is (145,112,223). Sum of RGB (Red+Green+Blue) = 145+112+223=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9170DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170DF is #6E8F20. Grayscale: #868686. Windows color (decimal): -7245601 or 14643345. OLE color: 14643345.
HSL color Cylindrical-coordinate representation of color #9170DF: hue angle of 257.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9170DF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 112 | 223 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.13 |
| HSL | 257.84º | 0.63% | 0.66% | - |
| HSV(B) | 257.84º | 0.5% | 0.87% | - |
| XYZ | 30.79 | 22.94 | 72.62 | - |
| YUV | 134.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 223 | 0.35 | 0.50 | 0 | 0.13 | 257.84 | 0.63 | 0.66 |
| Hex | 91 | 70 | DF | 23 | 32 | 0 | D | 102 | 3F | 42 |
| Octal | 221 | 160 | 337 | 43 | 62 | 0 | 15 | 402 | 77 | 102 |
| Binary | 10010001 | 1110000 | 11011111 | 100011 | 110010 | 0 | 1101 | 100000010 | 111111 | 1000010 |
Color Harmonies of #9170DF
Complementary color
Monochromatic Colors of #9170DF
Black with #9170DF
Text Example
Text Example
White with #9170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170DF; }
p { color: rgb(145,112,223); }
H1.HeaderClassName
{
color: #9170DF;
}
.AnyTagClassName
{
color: #9170DF;
}
</style>
background-color css
<style>
a { background-color: #9170DF; }
a { background-color: rgb(145,112,223); }
div.DivClassName
{
background-color: #9170DF;
}
.BgClassName
{
background-color: #9170DF;
}
</style>
border-color css
<style>
span { border-color: #9170DF; }
span { border-color: rgb(145,112,223); }
td.TdClassName
{
border-color: #9170DF;
}
.TagClassName
{
border-color: #9170DF;
}
</style>