Shades of Medium Purple #9156ED
Tints of Medium Purple #9156ED
RGB
CMYK
RGB Variations
Color information
#9156ED (or 0x9156ED) is known color: Medium Purple. HEX triplet: 91, 56 and ED. RGB value is (145,86,237). Sum of RGB (Red+Green+Blue) = 145+86+237=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #9156ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9156ED is #6EA912. Grayscale: #787878. Windows color (decimal): -7252243 or 15554193. OLE color: 15554193.
HSL color Cylindrical-coordinate representation of color #9156ED: hue angle of 263.44º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9156ED is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 86 | 237 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.07 |
| HSL | 263.44º | 0.81% | 0.63% | - |
| HSV(B) | 263.44º | 0.64% | 0.93% | - |
| XYZ | 30.29 | 18.79 | 82.15 | - |
| YUV | 120.86 | 193.55 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 237 | 0.39 | 0.64 | 0 | 0.07 | 263.44 | 0.81 | 0.63 |
| Hex | 91 | 56 | ED | 27 | 40 | 0 | 7 | 107 | 51 | 3F |
| Octal | 221 | 126 | 355 | 47 | 100 | 0 | 7 | 407 | 121 | 77 |
| Binary | 10010001 | 1010110 | 11101101 | 100111 | 1000000 | 0 | 111 | 100000111 | 1010001 | 111111 |
Color Harmonies of #9156ED
Complementary color
Monochromatic Colors of #9156ED
Black with #9156ED
Text Example
Text Example
White with #9156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9156ED; }
p { color: rgb(145,86,237); }
H1.HeaderClassName
{
color: #9156ED;
}
.AnyTagClassName
{
color: #9156ED;
}
</style>
background-color css
<style>
a { background-color: #9156ED; }
a { background-color: rgb(145,86,237); }
div.DivClassName
{
background-color: #9156ED;
}
.BgClassName
{
background-color: #9156ED;
}
</style>
border-color css
<style>
span { border-color: #9156ED; }
span { border-color: rgb(145,86,237); }
td.TdClassName
{
border-color: #9156ED;
}
.TagClassName
{
border-color: #9156ED;
}
</style>