Shades of Portage #9196FF
Tints of Portage #9196FF
RGB
CMYK
RGB Variations
Color information
#9196FF (or 0x9196FF) is known color: Portage. HEX triplet: 91, 96 and FF. RGB value is (145,150,255). Sum of RGB (Red+Green+Blue) = 145+150+255=550 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.36% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #9196FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9196FF is #6E6900. Grayscale: #A0A0A0. Windows color (decimal): -7235841 or 16750225. OLE color: 16750225.
HSL color Cylindrical-coordinate representation of color #9196FF: hue angle of 237.27º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9196FF is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 150 | 255 | - |
| CMYK | 0.43 | 0.41 | 0 | 0 |
| HSL | 237.27º | 1% | 0.78% | - |
| HSV(B) | 237.27º | 0.43% | 1% | - |
| XYZ | 40.63 | 35.05 | 99.23 | - |
| YUV | 160.48 | 181.34 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 255 | 0.43 | 0.41 | 0 | 0 | 237.27 | 1 | 0.78 |
| Hex | 91 | 96 | FF | 2B | 29 | 0 | 0 | ED | 64 | 4E |
| Octal | 221 | 226 | 377 | 53 | 51 | 0 | 0 | 355 | 144 | 116 |
| Binary | 10010001 | 10010110 | 11111111 | 101011 | 101001 | 0 | 0 | 11101101 | 1100100 | 1001110 |
Color Harmonies of #9196FF
Complementary color
Monochromatic Colors of #9196FF
Black with #9196FF
Text Example
Text Example
White with #9196FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9196FF; }
p { color: rgb(145,150,255); }
H1.HeaderClassName
{
color: #9196FF;
}
.AnyTagClassName
{
color: #9196FF;
}
</style>
background-color css
<style>
a { background-color: #9196FF; }
a { background-color: rgb(145,150,255); }
div.DivClassName
{
background-color: #9196FF;
}
.BgClassName
{
background-color: #9196FF;
}
</style>
border-color css
<style>
span { border-color: #9196FF; }
span { border-color: rgb(145,150,255); }
td.TdClassName
{
border-color: #9196FF;
}
.TagClassName
{
border-color: #9196FF;
}
</style>