Shades of Medium Purple #9180E8
Tints of Medium Purple #9180E8
RGB
CMYK
RGB Variations
Color information
#9180E8 (or 0x9180E8) is known color: Medium Purple. HEX triplet: 91, 80 and E8. RGB value is (145,128,232). Sum of RGB (Red+Green+Blue) = 145+128+232=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #9180E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9180E8 is #6E7F17. Grayscale: #909090. Windows color (decimal): -7241496 or 15237265. OLE color: 15237265.
HSL color Cylindrical-coordinate representation of color #9180E8: hue angle of 249.81º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9180E8 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 128 | 232 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.09 |
| HSL | 249.81º | 0.69% | 0.71% | - |
| HSV(B) | 249.81º | 0.45% | 0.91% | - |
| XYZ | 33.96 | 27.28 | 79.82 | - |
| YUV | 144.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 232 | 0.38 | 0.45 | 0 | 0.09 | 249.81 | 0.69 | 0.71 |
| Hex | 91 | 80 | E8 | 26 | 2D | 0 | 9 | FA | 45 | 47 |
| Octal | 221 | 200 | 350 | 46 | 55 | 0 | 11 | 372 | 105 | 107 |
| Binary | 10010001 | 10000000 | 11101000 | 100110 | 101101 | 0 | 1001 | 11111010 | 1000101 | 1000111 |
Color Harmonies of #9180E8
Complementary color
Monochromatic Colors of #9180E8
Black with #9180E8
Text Example
Text Example
White with #9180E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180E8; }
p { color: rgb(145,128,232); }
H1.HeaderClassName
{
color: #9180E8;
}
.AnyTagClassName
{
color: #9180E8;
}
</style>
background-color css
<style>
a { background-color: #9180E8; }
a { background-color: rgb(145,128,232); }
div.DivClassName
{
background-color: #9180E8;
}
.BgClassName
{
background-color: #9180E8;
}
</style>
border-color css
<style>
span { border-color: #9180E8; }
span { border-color: rgb(145,128,232); }
td.TdClassName
{
border-color: #9180E8;
}
.TagClassName
{
border-color: #9180E8;
}
</style>