Shades of Medium Purple #9155EE
Tints of Medium Purple #9155EE
RGB
CMYK
RGB Variations
Color information
#9155EE (or 0x9155EE) is known color: Medium Purple. HEX triplet: 91, 55 and EE. RGB value is (145,85,238). Sum of RGB (Red+Green+Blue) = 145+85+238=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #9155EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9155EE is #6EAA11. Grayscale: #777777. Windows color (decimal): -7252498 or 15619473. OLE color: 15619473.
HSL color Cylindrical-coordinate representation of color #9155EE: hue angle of 263.53º degrees, saturation: 0.82, 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 #9155EE is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 85 | 238 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.07 |
| HSL | 263.53º | 0.82% | 0.63% | - |
| HSV(B) | 263.53º | 0.64% | 0.93% | - |
| XYZ | 30.36 | 18.69 | 82.9 | - |
| YUV | 120.38 | 194.38 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 238 | 0.39 | 0.64 | 0 | 0.07 | 263.53 | 0.82 | 0.63 |
| Hex | 91 | 55 | EE | 27 | 40 | 0 | 7 | 108 | 52 | 3F |
| Octal | 221 | 125 | 356 | 47 | 100 | 0 | 7 | 410 | 122 | 77 |
| Binary | 10010001 | 1010101 | 11101110 | 100111 | 1000000 | 0 | 111 | 100001000 | 1010010 | 111111 |
Color Harmonies of #9155EE
Complementary color
Monochromatic Colors of #9155EE
Black with #9155EE
Text Example
Text Example
White with #9155EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155EE; }
p { color: rgb(145,85,238); }
H1.HeaderClassName
{
color: #9155EE;
}
.AnyTagClassName
{
color: #9155EE;
}
</style>
background-color css
<style>
a { background-color: #9155EE; }
a { background-color: rgb(145,85,238); }
div.DivClassName
{
background-color: #9155EE;
}
.BgClassName
{
background-color: #9155EE;
}
</style>
border-color css
<style>
span { border-color: #9155EE; }
span { border-color: rgb(145,85,238); }
td.TdClassName
{
border-color: #9155EE;
}
.TagClassName
{
border-color: #9155EE;
}
</style>