Shades of Medium Purple #917CEC
Tints of Medium Purple #917CEC
RGB
CMYK
RGB Variations
Color information
#917CEC (or 0x917CEC) is known color: Medium Purple. HEX triplet: 91, 7C and EC. RGB value is (145,124,236). Sum of RGB (Red+Green+Blue) = 145+124+236=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #917CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917CEC is #6E8313. Grayscale: #8E8E8E. Windows color (decimal): -7242516 or 15498385. OLE color: 15498385.
HSL color Cylindrical-coordinate representation of color #917CEC: hue angle of 251.25º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917CEC is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 124 | 236 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.07 |
| HSL | 251.25º | 0.75% | 0.71% | - |
| HSV(B) | 251.25º | 0.47% | 0.93% | - |
| XYZ | 34.03 | 26.49 | 82.68 | - |
| YUV | 143.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 236 | 0.39 | 0.47 | 0 | 0.07 | 251.25 | 0.75 | 0.71 |
| Hex | 91 | 7C | EC | 27 | 2F | 0 | 7 | FB | 4B | 47 |
| Octal | 221 | 174 | 354 | 47 | 57 | 0 | 7 | 373 | 113 | 107 |
| Binary | 10010001 | 1111100 | 11101100 | 100111 | 101111 | 0 | 111 | 11111011 | 1001011 | 1000111 |
Color Harmonies of #917CEC
Complementary color
Monochromatic Colors of #917CEC
Black with #917CEC
Text Example
Text Example
White with #917CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917CEC; }
p { color: rgb(145,124,236); }
H1.HeaderClassName
{
color: #917CEC;
}
.AnyTagClassName
{
color: #917CEC;
}
</style>
background-color css
<style>
a { background-color: #917CEC; }
a { background-color: rgb(145,124,236); }
div.DivClassName
{
background-color: #917CEC;
}
.BgClassName
{
background-color: #917CEC;
}
</style>
border-color css
<style>
span { border-color: #917CEC; }
span { border-color: rgb(145,124,236); }
td.TdClassName
{
border-color: #917CEC;
}
.TagClassName
{
border-color: #917CEC;
}
</style>