Shades of Medium Purple #915AED
Tints of Medium Purple #915AED
RGB
CMYK
RGB Variations
Color information
#915AED (or 0x915AED) is known color: Medium Purple. HEX triplet: 91, 5A and ED. RGB value is (145,90,237). Sum of RGB (Red+Green+Blue) = 145+90+237=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #915AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915AED is #6EA512. Grayscale: #7A7A7A. Windows color (decimal): -7251219 or 15555217. OLE color: 15555217.
HSL color Cylindrical-coordinate representation of color #915AED: hue angle of 262.45º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #915AED is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 90 | 237 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.07 |
| HSL | 262.45º | 0.8% | 0.64% | - |
| HSV(B) | 262.45º | 0.62% | 0.93% | - |
| XYZ | 30.62 | 19.45 | 82.26 | - |
| YUV | 123.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 237 | 0.39 | 0.62 | 0 | 0.07 | 262.45 | 0.8 | 0.64 |
| Hex | 91 | 5A | ED | 27 | 3E | 0 | 7 | 106 | 50 | 40 |
| Octal | 221 | 132 | 355 | 47 | 76 | 0 | 7 | 406 | 120 | 100 |
| Binary | 10010001 | 1011010 | 11101101 | 100111 | 111110 | 0 | 111 | 100000110 | 1010000 | 1000000 |
Color Harmonies of #915AED
Complementary color
Monochromatic Colors of #915AED
Black with #915AED
Text Example
Text Example
White with #915AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AED; }
p { color: rgb(145,90,237); }
H1.HeaderClassName
{
color: #915AED;
}
.AnyTagClassName
{
color: #915AED;
}
</style>
background-color css
<style>
a { background-color: #915AED; }
a { background-color: rgb(145,90,237); }
div.DivClassName
{
background-color: #915AED;
}
.BgClassName
{
background-color: #915AED;
}
</style>
border-color css
<style>
span { border-color: #915AED; }
span { border-color: rgb(145,90,237); }
td.TdClassName
{
border-color: #915AED;
}
.TagClassName
{
border-color: #915AED;
}
</style>