Shades of Medium Purple #916DDD
Tints of Medium Purple #916DDD
RGB
CMYK
RGB Variations
Color information
#916DDD (or 0x916DDD) is known color: Medium Purple. HEX triplet: 91, 6D and DD. RGB value is (145,109,221). Sum of RGB (Red+Green+Blue) = 145+109+221=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #916DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DDD is #6E9222. Grayscale: #848484. Windows color (decimal): -7246371 or 14511505. OLE color: 14511505.
HSL color Cylindrical-coordinate representation of color #916DDD: hue angle of 259.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916DDD is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 109 | 221 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.13 |
| HSL | 259.29º | 0.62% | 0.65% | - |
| HSV(B) | 259.29º | 0.51% | 0.87% | - |
| XYZ | 30.2 | 22.18 | 71.1 | - |
| YUV | 132.53 | 177.93 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 221 | 0.34 | 0.51 | 0 | 0.13 | 259.29 | 0.62 | 0.65 |
| Hex | 91 | 6D | DD | 22 | 33 | 0 | D | 103 | 3E | 41 |
| Octal | 221 | 155 | 335 | 42 | 63 | 0 | 15 | 403 | 76 | 101 |
| Binary | 10010001 | 1101101 | 11011101 | 100010 | 110011 | 0 | 1101 | 100000011 | 111110 | 1000001 |
Color Harmonies of #916DDD
Complementary color
Monochromatic Colors of #916DDD
Black with #916DDD
Text Example
Text Example
White with #916DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DDD; }
p { color: rgb(145,109,221); }
H1.HeaderClassName
{
color: #916DDD;
}
.AnyTagClassName
{
color: #916DDD;
}
</style>
background-color css
<style>
a { background-color: #916DDD; }
a { background-color: rgb(145,109,221); }
div.DivClassName
{
background-color: #916DDD;
}
.BgClassName
{
background-color: #916DDD;
}
</style>
border-color css
<style>
span { border-color: #916DDD; }
span { border-color: rgb(145,109,221); }
td.TdClassName
{
border-color: #916DDD;
}
.TagClassName
{
border-color: #916DDD;
}
</style>