Shades of Medium Purple #9171DC
Tints of Medium Purple #9171DC
RGB
CMYK
RGB Variations
Color information
#9171DC (or 0x9171DC) is known color: Medium Purple. HEX triplet: 91, 71 and DC. RGB value is (145,113,220). Sum of RGB (Red+Green+Blue) = 145+113+220=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #9171DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171DC is #6E8E23. Grayscale: #868686. Windows color (decimal): -7245348 or 14446993. OLE color: 14446993.
HSL color Cylindrical-coordinate representation of color #9171DC: hue angle of 257.94º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9171DC is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 113 | 220 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.14 |
| HSL | 257.94º | 0.6% | 0.65% | - |
| HSV(B) | 257.94º | 0.49% | 0.86% | - |
| XYZ | 30.5 | 23 | 70.54 | - |
| YUV | 134.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 220 | 0.34 | 0.49 | 0 | 0.14 | 257.94 | 0.6 | 0.65 |
| Hex | 91 | 71 | DC | 22 | 31 | 0 | E | 102 | 3C | 41 |
| Octal | 221 | 161 | 334 | 42 | 61 | 0 | 16 | 402 | 74 | 101 |
| Binary | 10010001 | 1110001 | 11011100 | 100010 | 110001 | 0 | 1110 | 100000010 | 111100 | 1000001 |
Color Harmonies of #9171DC
Complementary color
Monochromatic Colors of #9171DC
Black with #9171DC
Text Example
Text Example
White with #9171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171DC; }
p { color: rgb(145,113,220); }
H1.HeaderClassName
{
color: #9171DC;
}
.AnyTagClassName
{
color: #9171DC;
}
</style>
background-color css
<style>
a { background-color: #9171DC; }
a { background-color: rgb(145,113,220); }
div.DivClassName
{
background-color: #9171DC;
}
.BgClassName
{
background-color: #9171DC;
}
</style>
border-color css
<style>
span { border-color: #9171DC; }
span { border-color: rgb(145,113,220); }
td.TdClassName
{
border-color: #9171DC;
}
.TagClassName
{
border-color: #9171DC;
}
</style>