Shades of Medium Purple #915BED
Tints of Medium Purple #915BED
RGB
CMYK
RGB Variations
Color information
#915BED (or 0x915BED) is known color: Medium Purple. HEX triplet: 91, 5B and ED. RGB value is (145,91,237). Sum of RGB (Red+Green+Blue) = 145+91+237=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #915BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915BED is #6EA412. Grayscale: #7B7B7B. Windows color (decimal): -7250963 or 15555473. OLE color: 15555473.
HSL color Cylindrical-coordinate representation of color #915BED: hue angle of 262.19º 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 #915BED is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 91 | 237 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.07 |
| HSL | 262.19º | 0.8% | 0.64% | - |
| HSV(B) | 262.19º | 0.62% | 0.93% | - |
| XYZ | 30.7 | 19.62 | 82.29 | - |
| YUV | 123.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 237 | 0.39 | 0.62 | 0 | 0.07 | 262.19 | 0.8 | 0.64 |
| Hex | 91 | 5B | ED | 27 | 3E | 0 | 7 | 106 | 50 | 40 |
| Octal | 221 | 133 | 355 | 47 | 76 | 0 | 7 | 406 | 120 | 100 |
| Binary | 10010001 | 1011011 | 11101101 | 100111 | 111110 | 0 | 111 | 100000110 | 1010000 | 1000000 |
Color Harmonies of #915BED
Complementary color
Monochromatic Colors of #915BED
Black with #915BED
Text Example
Text Example
White with #915BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915BED; }
p { color: rgb(145,91,237); }
H1.HeaderClassName
{
color: #915BED;
}
.AnyTagClassName
{
color: #915BED;
}
</style>
background-color css
<style>
a { background-color: #915BED; }
a { background-color: rgb(145,91,237); }
div.DivClassName
{
background-color: #915BED;
}
.BgClassName
{
background-color: #915BED;
}
</style>
border-color css
<style>
span { border-color: #915BED; }
span { border-color: rgb(145,91,237); }
td.TdClassName
{
border-color: #915BED;
}
.TagClassName
{
border-color: #915BED;
}
</style>