Shades of Medium Purple #9180EC
Tints of Medium Purple #9180EC
RGB
CMYK
RGB Variations
Color information
#9180EC (or 0x9180EC) is known color: Medium Purple. HEX triplet: 91, 80 and EC. RGB value is (145,128,236). Sum of RGB (Red+Green+Blue) = 145+128+236=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #9180EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9180EC is #6E7F13. Grayscale: #909090. Windows color (decimal): -7241492 or 15499409. OLE color: 15499409.
HSL color Cylindrical-coordinate representation of color #9180EC: hue angle of 249.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9180EC is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 128 | 236 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.07 |
| HSL | 249.44º | 0.74% | 0.71% | - |
| HSV(B) | 249.44º | 0.46% | 0.93% | - |
| XYZ | 34.54 | 27.51 | 82.85 | - |
| YUV | 145.4 | 179.13 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 236 | 0.39 | 0.46 | 0 | 0.07 | 249.44 | 0.74 | 0.71 |
| Hex | 91 | 80 | EC | 27 | 2E | 0 | 7 | F9 | 4A | 47 |
| Octal | 221 | 200 | 354 | 47 | 56 | 0 | 7 | 371 | 112 | 107 |
| Binary | 10010001 | 10000000 | 11101100 | 100111 | 101110 | 0 | 111 | 11111001 | 1001010 | 1000111 |
Color Harmonies of #9180EC
Complementary color
Monochromatic Colors of #9180EC
Black with #9180EC
Text Example
Text Example
White with #9180EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180EC; }
p { color: rgb(145,128,236); }
H1.HeaderClassName
{
color: #9180EC;
}
.AnyTagClassName
{
color: #9180EC;
}
</style>
background-color css
<style>
a { background-color: #9180EC; }
a { background-color: rgb(145,128,236); }
div.DivClassName
{
background-color: #9180EC;
}
.BgClassName
{
background-color: #9180EC;
}
</style>
border-color css
<style>
span { border-color: #9180EC; }
span { border-color: rgb(145,128,236); }
td.TdClassName
{
border-color: #9180EC;
}
.TagClassName
{
border-color: #9180EC;
}
</style>