Shades of Medium Purple #917DE5
Tints of Medium Purple #917DE5
RGB
CMYK
RGB Variations
Color information
#917DE5 (or 0x917DE5) is known color: Medium Purple. HEX triplet: 91, 7D and E5. RGB value is (145,125,229). Sum of RGB (Red+Green+Blue) = 145+125+229=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #917DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DE5 is #6E821A. Grayscale: #8E8E8E. Windows color (decimal): -7242267 or 15039889. OLE color: 15039889.
HSL color Cylindrical-coordinate representation of color #917DE5: hue angle of 251.54º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #917DE5 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 125 | 229 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.10 |
| HSL | 251.54º | 0.67% | 0.69% | - |
| HSV(B) | 251.54º | 0.45% | 0.9% | - |
| XYZ | 33.15 | 26.34 | 77.47 | - |
| YUV | 142.84 | 176.63 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 229 | 0.37 | 0.45 | 0 | 0.10 | 251.54 | 0.67 | 0.69 |
| Hex | 91 | 7D | E5 | 25 | 2D | 0 | A | FC | 43 | 45 |
| Octal | 221 | 175 | 345 | 45 | 55 | 0 | 12 | 374 | 103 | 105 |
| Binary | 10010001 | 1111101 | 11100101 | 100101 | 101101 | 0 | 1010 | 11111100 | 1000011 | 1000101 |
Color Harmonies of #917DE5
Complementary color
Monochromatic Colors of #917DE5
Black with #917DE5
Text Example
Text Example
White with #917DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917DE5; }
p { color: rgb(145,125,229); }
H1.HeaderClassName
{
color: #917DE5;
}
.AnyTagClassName
{
color: #917DE5;
}
</style>
background-color css
<style>
a { background-color: #917DE5; }
a { background-color: rgb(145,125,229); }
div.DivClassName
{
background-color: #917DE5;
}
.BgClassName
{
background-color: #917DE5;
}
</style>
border-color css
<style>
span { border-color: #917DE5; }
span { border-color: rgb(145,125,229); }
td.TdClassName
{
border-color: #917DE5;
}
.TagClassName
{
border-color: #917DE5;
}
</style>