Shades of Medium Purple #9171DA
Tints of Medium Purple #9171DA
RGB
CMYK
RGB Variations
Color information
#9171DA (or 0x9171DA) is known color: Medium Purple. HEX triplet: 91, 71 and DA. RGB value is (145,113,218). Sum of RGB (Red+Green+Blue) = 145+113+218=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #9171DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171DA is #6E8E25. Grayscale: #868686. Windows color (decimal): -7245350 or 14315921. OLE color: 14315921.
HSL color Cylindrical-coordinate representation of color #9171DA: hue angle of 258.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9171DA is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 145 | 113 | 218 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.15 |
| HSL | 258.29º | 0.59% | 0.65% | - |
| HSV(B) | 258.29º | 0.48% | 0.85% | - |
| XYZ | 30.24 | 22.89 | 69.15 | - |
| YUV | 134.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 218 | 0.33 | 0.48 | 0 | 0.15 | 258.29 | 0.59 | 0.65 |
| Hex | 91 | 71 | DA | 21 | 30 | 0 | F | 102 | 3B | 41 |
| Octal | 221 | 161 | 332 | 41 | 60 | 0 | 17 | 402 | 73 | 101 |
| Binary | 10010001 | 1110001 | 11011010 | 100001 | 110000 | 0 | 1111 | 100000010 | 111011 | 1000001 |
Color Harmonies of #9171DA
Complementary color
Monochromatic Colors of #9171DA
Black with #9171DA
Text Example
Text Example
White with #9171DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9171DA; }
p { color: rgb(145,113,218); }
H1.HeaderClassName
{
color: #9171DA;
}
.AnyTagClassName
{
color: #9171DA;
}
</style>
background-color css
<style>
a { background-color: #9171DA; }
a { background-color: rgb(145,113,218); }
div.DivClassName
{
background-color: #9171DA;
}
.BgClassName
{
background-color: #9171DA;
}
</style>
border-color css
<style>
span { border-color: #9171DA; }
span { border-color: rgb(145,113,218); }
td.TdClassName
{
border-color: #9171DA;
}
.TagClassName
{
border-color: #9171DA;
}
</style>