Shades of Portage #9199E9
Tints of Portage #9199E9
RGB
CMYK
RGB Variations
Color information
#9199E9 (or 0x9199E9) is known color: Portage. HEX triplet: 91, 99 and E9. RGB value is (145,153,233). Sum of RGB (Red+Green+Blue) = 145+153+233=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #9199E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9199E9 is #6E6616. Grayscale: #9F9F9F. Windows color (decimal): -7235095 or 15309201. OLE color: 15309201.
HSL color Cylindrical-coordinate representation of color #9199E9: hue angle of 234.55º 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 #9199E9 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 153 | 233 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.09 |
| HSL | 234.55º | 0.67% | 0.74% | - |
| HSV(B) | 234.55º | 0.38% | 0.91% | - |
| XYZ | 37.78 | 34.69 | 81.79 | - |
| YUV | 159.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 233 | 0.38 | 0.34 | 0 | 0.09 | 234.55 | 0.67 | 0.74 |
| Hex | 91 | 99 | E9 | 26 | 22 | 0 | 9 | EB | 43 | 4A |
| Octal | 221 | 231 | 351 | 46 | 42 | 0 | 11 | 353 | 103 | 112 |
| Binary | 10010001 | 10011001 | 11101001 | 100110 | 100010 | 0 | 1001 | 11101011 | 1000011 | 1001010 |
Color Harmonies of #9199E9
Complementary color
Monochromatic Colors of #9199E9
Black with #9199E9
Text Example
Text Example
White with #9199E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199E9; }
p { color: rgb(145,153,233); }
H1.HeaderClassName
{
color: #9199E9;
}
.AnyTagClassName
{
color: #9199E9;
}
</style>
background-color css
<style>
a { background-color: #9199E9; }
a { background-color: rgb(145,153,233); }
div.DivClassName
{
background-color: #9199E9;
}
.BgClassName
{
background-color: #9199E9;
}
</style>
border-color css
<style>
span { border-color: #9199E9; }
span { border-color: rgb(145,153,233); }
td.TdClassName
{
border-color: #9199E9;
}
.TagClassName
{
border-color: #9199E9;
}
</style>