Shades of Medium Purple #917DDD
Tints of Medium Purple #917DDD
RGB
CMYK
RGB Variations
Color information
#917DDD (or 0x917DDD) is known color: Medium Purple. HEX triplet: 91, 7D and DD. RGB value is (145,125,221). Sum of RGB (Red+Green+Blue) = 145+125+221=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #917DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDD is #6E8222. Grayscale: #8D8D8D. Windows color (decimal): -7242275 or 14515601. OLE color: 14515601.
HSL color Cylindrical-coordinate representation of color #917DDD: hue angle of 252.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917DDD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 125 | 221 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.13 |
| HSL | 252.5º | 0.59% | 0.68% | - |
| HSV(B) | 252.5º | 0.43% | 0.87% | - |
| XYZ | 32.06 | 25.91 | 71.72 | - |
| YUV | 141.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 221 | 0.34 | 0.43 | 0 | 0.13 | 252.5 | 0.59 | 0.68 |
| Hex | 91 | 7D | DD | 22 | 2B | 0 | D | FD | 3B | 44 |
| Octal | 221 | 175 | 335 | 42 | 53 | 0 | 15 | 375 | 73 | 104 |
| Binary | 10010001 | 1111101 | 11011101 | 100010 | 101011 | 0 | 1101 | 11111101 | 111011 | 1000100 |
Color Harmonies of #917DDD
Complementary color
Monochromatic Colors of #917DDD
Black with #917DDD
Text Example
Text Example
White with #917DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DDD; }
p { color: rgb(145,125,221); }
H1.HeaderClassName
{
color: #917DDD;
}
.AnyTagClassName
{
color: #917DDD;
}
</style>
background-color css
<style>
a { background-color: #917DDD; }
a { background-color: rgb(145,125,221); }
div.DivClassName
{
background-color: #917DDD;
}
.BgClassName
{
background-color: #917DDD;
}
</style>
border-color css
<style>
span { border-color: #917DDD; }
span { border-color: rgb(145,125,221); }
td.TdClassName
{
border-color: #917DDD;
}
.TagClassName
{
border-color: #917DDD;
}
</style>