Shades of Portage #9291E1
Tints of Portage #9291E1
RGB
CMYK
RGB Variations
Color information
#9291E1 (or 0x9291E1) is known color: Portage. HEX triplet: 92, 91 and E1. RGB value is (146,145,225). Sum of RGB (Red+Green+Blue) = 146+145+225=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #9291E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9291E1 is #6D6E1E. Grayscale: #9A9A9A. Windows color (decimal): -7171615 or 14782866. OLE color: 14782866.
HSL color Cylindrical-coordinate representation of color #9291E1: hue angle of 240.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9291E1 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 145 | 225 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.12 |
| HSL | 240.75º | 0.57% | 0.73% | - |
| HSV(B) | 240.75º | 0.36% | 0.88% | - |
| XYZ | 35.57 | 31.8 | 75.5 | - |
| YUV | 154.42 | 167.83 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 225 | 0.35 | 0.36 | 0 | 0.12 | 240.75 | 0.57 | 0.73 |
| Hex | 92 | 91 | E1 | 23 | 24 | 0 | C | F1 | 39 | 49 |
| Octal | 222 | 221 | 341 | 43 | 44 | 0 | 14 | 361 | 71 | 111 |
| Binary | 10010010 | 10010001 | 11100001 | 100011 | 100100 | 0 | 1100 | 11110001 | 111001 | 1001001 |
Color Harmonies of #9291E1
Complementary color
Monochromatic Colors of #9291E1
Black with #9291E1
Text Example
Text Example
White with #9291E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291E1; }
p { color: rgb(146,145,225); }
H1.HeaderClassName
{
color: #9291E1;
}
.AnyTagClassName
{
color: #9291E1;
}
</style>
background-color css
<style>
a { background-color: #9291E1; }
a { background-color: rgb(146,145,225); }
div.DivClassName
{
background-color: #9291E1;
}
.BgClassName
{
background-color: #9291E1;
}
</style>
border-color css
<style>
span { border-color: #9291E1; }
span { border-color: rgb(146,145,225); }
td.TdClassName
{
border-color: #9291E1;
}
.TagClassName
{
border-color: #9291E1;
}
</style>