Shades of Medium Purple #9159E6
Tints of Medium Purple #9159E6
RGB
CMYK
RGB Variations
Color information
#9159E6 (or 0x9159E6) is known color: Medium Purple. HEX triplet: 91, 59 and E6. RGB value is (145,89,230). Sum of RGB (Red+Green+Blue) = 145+89+230=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #9159E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9159E6 is #6EA619. Grayscale: #797979. Windows color (decimal): -7251482 or 15096209. OLE color: 15096209.
HSL color Cylindrical-coordinate representation of color #9159E6: hue angle of 263.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9159E6 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 89 | 230 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.10 |
| HSL | 263.83º | 0.74% | 0.63% | - |
| HSV(B) | 263.83º | 0.61% | 0.9% | - |
| XYZ | 29.53 | 18.88 | 76.95 | - |
| YUV | 121.82 | 189.05 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 230 | 0.37 | 0.61 | 0 | 0.10 | 263.83 | 0.74 | 0.63 |
| Hex | 91 | 59 | E6 | 25 | 3D | 0 | A | 108 | 4A | 3F |
| Octal | 221 | 131 | 346 | 45 | 75 | 0 | 12 | 410 | 112 | 77 |
| Binary | 10010001 | 1011001 | 11100110 | 100101 | 111101 | 0 | 1010 | 100001000 | 1001010 | 111111 |
Color Harmonies of #9159E6
Complementary color
Monochromatic Colors of #9159E6
Black with #9159E6
Text Example
Text Example
White with #9159E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9159E6; }
p { color: rgb(145,89,230); }
H1.HeaderClassName
{
color: #9159E6;
}
.AnyTagClassName
{
color: #9159E6;
}
</style>
background-color css
<style>
a { background-color: #9159E6; }
a { background-color: rgb(145,89,230); }
div.DivClassName
{
background-color: #9159E6;
}
.BgClassName
{
background-color: #9159E6;
}
</style>
border-color css
<style>
span { border-color: #9159E6; }
span { border-color: rgb(145,89,230); }
td.TdClassName
{
border-color: #9159E6;
}
.TagClassName
{
border-color: #9159E6;
}
</style>