Shades of Medium Purple #9155EF
Tints of Medium Purple #9155EF
RGB
CMYK
RGB Variations
Color information
#9155EF (or 0x9155EF) is known color: Medium Purple. HEX triplet: 91, 55 and EF. RGB value is (145,85,239). Sum of RGB (Red+Green+Blue) = 145+85+239=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #9155EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9155EF is #6EAA10. Grayscale: #777777. Windows color (decimal): -7252497 or 15685009. OLE color: 15685009.
HSL color Cylindrical-coordinate representation of color #9155EF: hue angle of 263.38º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9155EF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 85 | 239 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.06 |
| HSL | 263.38º | 0.83% | 0.64% | - |
| HSV(B) | 263.38º | 0.64% | 0.94% | - |
| XYZ | 30.51 | 18.75 | 83.67 | - |
| YUV | 120.5 | 194.88 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 239 | 0.39 | 0.64 | 0 | 0.06 | 263.38 | 0.83 | 0.64 |
| Hex | 91 | 55 | EF | 27 | 40 | 0 | 6 | 107 | 53 | 40 |
| Octal | 221 | 125 | 357 | 47 | 100 | 0 | 6 | 407 | 123 | 100 |
| Binary | 10010001 | 1010101 | 11101111 | 100111 | 1000000 | 0 | 110 | 100000111 | 1010011 | 1000000 |
Color Harmonies of #9155EF
Complementary color
Monochromatic Colors of #9155EF
Black with #9155EF
Text Example
Text Example
White with #9155EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155EF; }
p { color: rgb(145,85,239); }
H1.HeaderClassName
{
color: #9155EF;
}
.AnyTagClassName
{
color: #9155EF;
}
</style>
background-color css
<style>
a { background-color: #9155EF; }
a { background-color: rgb(145,85,239); }
div.DivClassName
{
background-color: #9155EF;
}
.BgClassName
{
background-color: #9155EF;
}
</style>
border-color css
<style>
span { border-color: #9155EF; }
span { border-color: rgb(145,85,239); }
td.TdClassName
{
border-color: #9155EF;
}
.TagClassName
{
border-color: #9155EF;
}
</style>