Shades of Medium Purple #9158EF
Tints of Medium Purple #9158EF
RGB
CMYK
RGB Variations
Color information
#9158EF (or 0x9158EF) is known color: Medium Purple. HEX triplet: 91, 58 and EF. RGB value is (145,88,239). Sum of RGB (Red+Green+Blue) = 145+88+239=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9158EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9158EF is #6EA710. Grayscale: #797979. Windows color (decimal): -7251729 or 15685777. OLE color: 15685777.
HSL color Cylindrical-coordinate representation of color #9158EF: hue angle of 262.65º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9158EF is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 88 | 239 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.06 |
| HSL | 262.65º | 0.83% | 0.64% | - |
| HSV(B) | 262.65º | 0.63% | 0.94% | - |
| XYZ | 30.75 | 19.23 | 83.75 | - |
| YUV | 122.26 | 193.88 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 239 | 0.39 | 0.63 | 0 | 0.06 | 262.65 | 0.83 | 0.64 |
| Hex | 91 | 58 | EF | 27 | 3F | 0 | 6 | 107 | 53 | 40 |
| Octal | 221 | 130 | 357 | 47 | 77 | 0 | 6 | 407 | 123 | 100 |
| Binary | 10010001 | 1011000 | 11101111 | 100111 | 111111 | 0 | 110 | 100000111 | 1010011 | 1000000 |
Color Harmonies of #9158EF
Complementary color
Monochromatic Colors of #9158EF
Black with #9158EF
Text Example
Text Example
White with #9158EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158EF; }
p { color: rgb(145,88,239); }
H1.HeaderClassName
{
color: #9158EF;
}
.AnyTagClassName
{
color: #9158EF;
}
</style>
background-color css
<style>
a { background-color: #9158EF; }
a { background-color: rgb(145,88,239); }
div.DivClassName
{
background-color: #9158EF;
}
.BgClassName
{
background-color: #9158EF;
}
</style>
border-color css
<style>
span { border-color: #9158EF; }
span { border-color: rgb(145,88,239); }
td.TdClassName
{
border-color: #9158EF;
}
.TagClassName
{
border-color: #9158EF;
}
</style>