Shades of Medium Purple #917CDD
Tints of Medium Purple #917CDD
RGB
CMYK
RGB Variations
Color information
#917CDD (or 0x917CDD) is known color: Medium Purple. HEX triplet: 91, 7C and DD. RGB value is (145,124,221). Sum of RGB (Red+Green+Blue) = 145+124+221=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #917CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDD is #6E8322. Grayscale: #8C8C8C. Windows color (decimal): -7242531 or 14515345. OLE color: 14515345.
HSL color Cylindrical-coordinate representation of color #917CDD: hue angle of 252.99º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #917CDD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 124 | 221 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.13 |
| HSL | 252.99º | 0.59% | 0.68% | - |
| HSV(B) | 252.99º | 0.44% | 0.87% | - |
| XYZ | 31.94 | 25.66 | 71.68 | - |
| YUV | 141.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 221 | 0.34 | 0.44 | 0 | 0.13 | 252.99 | 0.59 | 0.68 |
| Hex | 91 | 7C | DD | 22 | 2C | 0 | D | FD | 3B | 44 |
| Octal | 221 | 174 | 335 | 42 | 54 | 0 | 15 | 375 | 73 | 104 |
| Binary | 10010001 | 1111100 | 11011101 | 100010 | 101100 | 0 | 1101 | 11111101 | 111011 | 1000100 |
Color Harmonies of #917CDD
Complementary color
Monochromatic Colors of #917CDD
Black with #917CDD
Text Example
Text Example
White with #917CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CDD; }
p { color: rgb(145,124,221); }
H1.HeaderClassName
{
color: #917CDD;
}
.AnyTagClassName
{
color: #917CDD;
}
</style>
background-color css
<style>
a { background-color: #917CDD; }
a { background-color: rgb(145,124,221); }
div.DivClassName
{
background-color: #917CDD;
}
.BgClassName
{
background-color: #917CDD;
}
</style>
border-color css
<style>
span { border-color: #917CDD; }
span { border-color: rgb(145,124,221); }
td.TdClassName
{
border-color: #917CDD;
}
.TagClassName
{
border-color: #917CDD;
}
</style>