Shades of Medium Purple #915DEA
Tints of Medium Purple #915DEA
RGB
CMYK
RGB Variations
Color information
#915DEA (or 0x915DEA) is known color: Medium Purple. HEX triplet: 91, 5D and EA. RGB value is (145,93,234). Sum of RGB (Red+Green+Blue) = 145+93+234=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #915DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915DEA is #6EA215. Grayscale: #7C7C7C. Windows color (decimal): -7250454 or 15359377. OLE color: 15359377.
HSL color Cylindrical-coordinate representation of color #915DEA: hue angle of 262.13º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915DEA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 93 | 234 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.08 |
| HSL | 262.13º | 0.77% | 0.64% | - |
| HSV(B) | 262.13º | 0.6% | 0.92% | - |
| XYZ | 30.44 | 19.79 | 80.06 | - |
| YUV | 124.62 | 189.73 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 234 | 0.38 | 0.60 | 0 | 0.08 | 262.13 | 0.77 | 0.64 |
| Hex | 91 | 5D | EA | 26 | 3C | 0 | 8 | 106 | 4D | 40 |
| Octal | 221 | 135 | 352 | 46 | 74 | 0 | 10 | 406 | 115 | 100 |
| Binary | 10010001 | 1011101 | 11101010 | 100110 | 111100 | 0 | 1000 | 100000110 | 1001101 | 1000000 |
Color Harmonies of #915DEA
Complementary color
Monochromatic Colors of #915DEA
Black with #915DEA
Text Example
Text Example
White with #915DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915DEA; }
p { color: rgb(145,93,234); }
H1.HeaderClassName
{
color: #915DEA;
}
.AnyTagClassName
{
color: #915DEA;
}
</style>
background-color css
<style>
a { background-color: #915DEA; }
a { background-color: rgb(145,93,234); }
div.DivClassName
{
background-color: #915DEA;
}
.BgClassName
{
background-color: #915DEA;
}
</style>
border-color css
<style>
span { border-color: #915DEA; }
span { border-color: rgb(145,93,234); }
td.TdClassName
{
border-color: #915DEA;
}
.TagClassName
{
border-color: #915DEA;
}
</style>