Shades of Medium Purple #917CDF
Tints of Medium Purple #917CDF
RGB
CMYK
RGB Variations
Color information
#917CDF (or 0x917CDF) is known color: Medium Purple. HEX triplet: 91, 7C and DF. RGB value is (145,124,223). Sum of RGB (Red+Green+Blue) = 145+124+223=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #917CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CDF is #6E8320. Grayscale: #8D8D8D. Windows color (decimal): -7242529 or 14646417. OLE color: 14646417.
HSL color Cylindrical-coordinate representation of color #917CDF: hue angle of 252.73º degrees, saturation: 0.61, 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 #917CDF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 124 | 223 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 252.73º | 0.61% | 0.68% | - |
| HSV(B) | 252.73º | 0.44% | 0.87% | - |
| XYZ | 32.2 | 25.76 | 73.09 | - |
| YUV | 141.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 223 | 0.35 | 0.44 | 0 | 0.13 | 252.73 | 0.61 | 0.68 |
| Hex | 91 | 7C | DF | 23 | 2C | 0 | D | FD | 3D | 44 |
| Octal | 221 | 174 | 337 | 43 | 54 | 0 | 15 | 375 | 75 | 104 |
| Binary | 10010001 | 1111100 | 11011111 | 100011 | 101100 | 0 | 1101 | 11111101 | 111101 | 1000100 |
Color Harmonies of #917CDF
Complementary color
Monochromatic Colors of #917CDF
Black with #917CDF
Text Example
Text Example
White with #917CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CDF; }
p { color: rgb(145,124,223); }
H1.HeaderClassName
{
color: #917CDF;
}
.AnyTagClassName
{
color: #917CDF;
}
</style>
background-color css
<style>
a { background-color: #917CDF; }
a { background-color: rgb(145,124,223); }
div.DivClassName
{
background-color: #917CDF;
}
.BgClassName
{
background-color: #917CDF;
}
</style>
border-color css
<style>
span { border-color: #917CDF; }
span { border-color: rgb(145,124,223); }
td.TdClassName
{
border-color: #917CDF;
}
.TagClassName
{
border-color: #917CDF;
}
</style>