Shades of Medium Purple #9159ED
Tints of Medium Purple #9159ED
RGB
CMYK
RGB Variations
Color information
#9159ED (or 0x9159ED) is known color: Medium Purple. HEX triplet: 91, 59 and ED. RGB value is (145,89,237). Sum of RGB (Red+Green+Blue) = 145+89+237=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #9159ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9159ED is #6EA612. Grayscale: #7A7A7A. Windows color (decimal): -7251475 or 15554961. OLE color: 15554961.
HSL color Cylindrical-coordinate representation of color #9159ED: hue angle of 262.7º 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 #9159ED is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 89 | 237 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.07 |
| HSL | 262.7º | 0.8% | 0.64% | - |
| HSV(B) | 262.7º | 0.62% | 0.93% | - |
| XYZ | 30.54 | 19.28 | 82.23 | - |
| YUV | 122.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 237 | 0.39 | 0.62 | 0 | 0.07 | 262.7 | 0.8 | 0.64 |
| Hex | 91 | 59 | ED | 27 | 3E | 0 | 7 | 107 | 50 | 40 |
| Octal | 221 | 131 | 355 | 47 | 76 | 0 | 7 | 407 | 120 | 100 |
| Binary | 10010001 | 1011001 | 11101101 | 100111 | 111110 | 0 | 111 | 100000111 | 1010000 | 1000000 |
Color Harmonies of #9159ED
Complementary color
Monochromatic Colors of #9159ED
Black with #9159ED
Text Example
Text Example
White with #9159ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159ED; }
p { color: rgb(145,89,237); }
H1.HeaderClassName
{
color: #9159ED;
}
.AnyTagClassName
{
color: #9159ED;
}
</style>
background-color css
<style>
a { background-color: #9159ED; }
a { background-color: rgb(145,89,237); }
div.DivClassName
{
background-color: #9159ED;
}
.BgClassName
{
background-color: #9159ED;
}
</style>
border-color css
<style>
span { border-color: #9159ED; }
span { border-color: rgb(145,89,237); }
td.TdClassName
{
border-color: #9159ED;
}
.TagClassName
{
border-color: #9159ED;
}
</style>