Shades of Medium Purple #915DEF
Tints of Medium Purple #915DEF
RGB
CMYK
RGB Variations
Color information
#915DEF (or 0x915DEF) is known color: Medium Purple. HEX triplet: 91, 5D and EF. RGB value is (145,93,239). Sum of RGB (Red+Green+Blue) = 145+93+239=477 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.40% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #915DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DEF is #6EA210. Grayscale: #7C7C7C. Windows color (decimal): -7250449 or 15687057. OLE color: 15687057.
HSL color Cylindrical-coordinate representation of color #915DEF: hue angle of 261.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915DEF is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 93 | 239 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.06 |
| HSL | 261.37º | 0.82% | 0.65% | - |
| HSV(B) | 261.37º | 0.61% | 0.94% | - |
| XYZ | 31.17 | 20.08 | 83.89 | - |
| YUV | 125.19 | 192.23 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 239 | 0.39 | 0.61 | 0 | 0.06 | 261.37 | 0.82 | 0.65 |
| Hex | 91 | 5D | EF | 27 | 3D | 0 | 6 | 105 | 52 | 41 |
| Octal | 221 | 135 | 357 | 47 | 75 | 0 | 6 | 405 | 122 | 101 |
| Binary | 10010001 | 1011101 | 11101111 | 100111 | 111101 | 0 | 110 | 100000101 | 1010010 | 1000001 |
Color Harmonies of #915DEF
Complementary color
Monochromatic Colors of #915DEF
Black with #915DEF
Text Example
Text Example
White with #915DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DEF; }
p { color: rgb(145,93,239); }
H1.HeaderClassName
{
color: #915DEF;
}
.AnyTagClassName
{
color: #915DEF;
}
</style>
background-color css
<style>
a { background-color: #915DEF; }
a { background-color: rgb(145,93,239); }
div.DivClassName
{
background-color: #915DEF;
}
.BgClassName
{
background-color: #915DEF;
}
</style>
border-color css
<style>
span { border-color: #915DEF; }
span { border-color: rgb(145,93,239); }
td.TdClassName
{
border-color: #915DEF;
}
.TagClassName
{
border-color: #915DEF;
}
</style>