Shades of Portage #9197E9
Tints of Portage #9197E9
RGB
CMYK
RGB Variations
Color information
#9197E9 (or 0x9197E9) is known color: Portage. HEX triplet: 91, 97 and E9. RGB value is (145,151,233). Sum of RGB (Red+Green+Blue) = 145+151+233=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #9197E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9197E9 is #6E6816. Grayscale: #9E9E9E. Windows color (decimal): -7235607 or 15308689. OLE color: 15308689.
HSL color Cylindrical-coordinate representation of color #9197E9: hue angle of 235.91º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9197E9 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 151 | 233 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.09 |
| HSL | 235.91º | 0.67% | 0.74% | - |
| HSV(B) | 235.91º | 0.38% | 0.91% | - |
| XYZ | 37.45 | 34.04 | 81.69 | - |
| YUV | 158.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 233 | 0.38 | 0.35 | 0 | 0.09 | 235.91 | 0.67 | 0.74 |
| Hex | 91 | 97 | E9 | 26 | 23 | 0 | 9 | EC | 43 | 4A |
| Octal | 221 | 227 | 351 | 46 | 43 | 0 | 11 | 354 | 103 | 112 |
| Binary | 10010001 | 10010111 | 11101001 | 100110 | 100011 | 0 | 1001 | 11101100 | 1000011 | 1001010 |
Color Harmonies of #9197E9
Complementary color
Monochromatic Colors of #9197E9
Black with #9197E9
Text Example
Text Example
White with #9197E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9197E9; }
p { color: rgb(145,151,233); }
H1.HeaderClassName
{
color: #9197E9;
}
.AnyTagClassName
{
color: #9197E9;
}
</style>
background-color css
<style>
a { background-color: #9197E9; }
a { background-color: rgb(145,151,233); }
div.DivClassName
{
background-color: #9197E9;
}
.BgClassName
{
background-color: #9197E9;
}
</style>
border-color css
<style>
span { border-color: #9197E9; }
span { border-color: rgb(145,151,233); }
td.TdClassName
{
border-color: #9197E9;
}
.TagClassName
{
border-color: #9197E9;
}
</style>