Shades of Medium Purple #915DED
Tints of Medium Purple #915DED
RGB
CMYK
RGB Variations
Color information
#915DED (or 0x915DED) is known color: Medium Purple. HEX triplet: 91, 5D and ED. RGB value is (145,93,237). Sum of RGB (Red+Green+Blue) = 145+93+237=475 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.53% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #915DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DED is #6EA212. Grayscale: #7C7C7C. Windows color (decimal): -7250451 or 15555985. OLE color: 15555985.
HSL color Cylindrical-coordinate representation of color #915DED: hue angle of 261.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915DED is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 93 | 237 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.07 |
| HSL | 261.67º | 0.8% | 0.65% | - |
| HSV(B) | 261.67º | 0.61% | 0.93% | - |
| XYZ | 30.88 | 19.96 | 82.35 | - |
| YUV | 124.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 237 | 0.39 | 0.61 | 0 | 0.07 | 261.67 | 0.8 | 0.65 |
| Hex | 91 | 5D | ED | 27 | 3D | 0 | 7 | 106 | 50 | 41 |
| Octal | 221 | 135 | 355 | 47 | 75 | 0 | 7 | 406 | 120 | 101 |
| Binary | 10010001 | 1011101 | 11101101 | 100111 | 111101 | 0 | 111 | 100000110 | 1010000 | 1000001 |
Color Harmonies of #915DED
Complementary color
Monochromatic Colors of #915DED
Black with #915DED
Text Example
Text Example
White with #915DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DED; }
p { color: rgb(145,93,237); }
H1.HeaderClassName
{
color: #915DED;
}
.AnyTagClassName
{
color: #915DED;
}
</style>
background-color css
<style>
a { background-color: #915DED; }
a { background-color: rgb(145,93,237); }
div.DivClassName
{
background-color: #915DED;
}
.BgClassName
{
background-color: #915DED;
}
</style>
border-color css
<style>
span { border-color: #915DED; }
span { border-color: rgb(145,93,237); }
td.TdClassName
{
border-color: #915DED;
}
.TagClassName
{
border-color: #915DED;
}
</style>