Shades of Medium Purple #917CD6
Tints of Medium Purple #917CD6
RGB
CMYK
RGB Variations
Color information
#917CD6 (or 0x917CD6) is known color: Medium Purple. HEX triplet: 91, 7C and D6. RGB value is (145,124,214). Sum of RGB (Red+Green+Blue) = 145+124+214=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #917CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CD6 is #6E8329. Grayscale: #8C8C8C. Windows color (decimal): -7242538 or 14056593. OLE color: 14056593.
HSL color Cylindrical-coordinate representation of color #917CD6: hue angle of 254º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #917CD6 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 124 | 214 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.16 |
| HSL | 254º | 0.52% | 0.66% | - |
| HSV(B) | 254º | 0.42% | 0.84% | - |
| XYZ | 31.02 | 25.29 | 66.86 | - |
| YUV | 140.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 214 | 0.32 | 0.42 | 0 | 0.16 | 254 | 0.52 | 0.66 |
| Hex | 91 | 7C | D6 | 20 | 2A | 0 | 10 | FE | 34 | 42 |
| Octal | 221 | 174 | 326 | 40 | 52 | 0 | 20 | 376 | 64 | 102 |
| Binary | 10010001 | 1111100 | 11010110 | 100000 | 101010 | 0 | 10000 | 11111110 | 110100 | 1000010 |
Color Harmonies of #917CD6
Complementary color
Monochromatic Colors of #917CD6
Black with #917CD6
Text Example
Text Example
White with #917CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CD6; }
p { color: rgb(145,124,214); }
H1.HeaderClassName
{
color: #917CD6;
}
.AnyTagClassName
{
color: #917CD6;
}
</style>
background-color css
<style>
a { background-color: #917CD6; }
a { background-color: rgb(145,124,214); }
div.DivClassName
{
background-color: #917CD6;
}
.BgClassName
{
background-color: #917CD6;
}
</style>
border-color css
<style>
span { border-color: #917CD6; }
span { border-color: rgb(145,124,214); }
td.TdClassName
{
border-color: #917CD6;
}
.TagClassName
{
border-color: #917CD6;
}
</style>