Shades of Medium Purple #9162EC
Tints of Medium Purple #9162EC
RGB
CMYK
RGB Variations
Color information
#9162EC (or 0x9162EC) is known color: Medium Purple. HEX triplet: 91, 62 and EC. RGB value is (145,98,236). Sum of RGB (Red+Green+Blue) = 145+98+236=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #9162EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9162EC is #6E9D13. Grayscale: #7F7F7F. Windows color (decimal): -7249172 or 15491729. OLE color: 15491729.
HSL color Cylindrical-coordinate representation of color #9162EC: hue angle of 260.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9162EC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 98 | 236 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.07 |
| HSL | 260.43º | 0.78% | 0.65% | - |
| HSV(B) | 260.43º | 0.58% | 0.93% | - |
| XYZ | 31.19 | 20.81 | 81.73 | - |
| YUV | 127.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 236 | 0.39 | 0.58 | 0 | 0.07 | 260.43 | 0.78 | 0.65 |
| Hex | 91 | 62 | EC | 27 | 3A | 0 | 7 | 104 | 4E | 41 |
| Octal | 221 | 142 | 354 | 47 | 72 | 0 | 7 | 404 | 116 | 101 |
| Binary | 10010001 | 1100010 | 11101100 | 100111 | 111010 | 0 | 111 | 100000100 | 1001110 | 1000001 |
Color Harmonies of #9162EC
Complementary color
Monochromatic Colors of #9162EC
Black with #9162EC
Text Example
Text Example
White with #9162EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9162EC; }
p { color: rgb(145,98,236); }
H1.HeaderClassName
{
color: #9162EC;
}
.AnyTagClassName
{
color: #9162EC;
}
</style>
background-color css
<style>
a { background-color: #9162EC; }
a { background-color: rgb(145,98,236); }
div.DivClassName
{
background-color: #9162EC;
}
.BgClassName
{
background-color: #9162EC;
}
</style>
border-color css
<style>
span { border-color: #9162EC; }
span { border-color: rgb(145,98,236); }
td.TdClassName
{
border-color: #9162EC;
}
.TagClassName
{
border-color: #9162EC;
}
</style>