Shades of Portage #9896FF
Tints of Portage #9896FF
RGB
CMYK
RGB Variations
Color information
#9896FF (or 0x9896FF) is known color: Portage. HEX triplet: 98, 96 and FF. RGB value is (152,150,255). Sum of RGB (Red+Green+Blue) = 152+150+255=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9896FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896FF is #676900. Grayscale: #A2A2A2. Windows color (decimal): -6777089 or 16750232. OLE color: 16750232.
HSL color Cylindrical-coordinate representation of color #9896FF: hue angle of 241.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9896FF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 150 | 255 | - |
| CMYK | 0.40 | 0.41 | 0 | 0 |
| HSL | 241.14º | 1% | 0.79% | - |
| HSV(B) | 241.14º | 0.41% | 1% | - |
| XYZ | 41.91 | 35.71 | 99.29 | - |
| YUV | 162.57 | 180.16 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 255 | 0.40 | 0.41 | 0 | 0 | 241.14 | 1 | 0.79 |
| Hex | 98 | 96 | FF | 28 | 29 | 0 | 0 | F1 | 64 | 4F |
| Octal | 230 | 226 | 377 | 50 | 51 | 0 | 0 | 361 | 144 | 117 |
| Binary | 10011000 | 10010110 | 11111111 | 101000 | 101001 | 0 | 0 | 11110001 | 1100100 | 1001111 |
Color Harmonies of #9896FF
Complementary color
Monochromatic Colors of #9896FF
Black with #9896FF
Text Example
Text Example
White with #9896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896FF; }
p { color: rgb(152,150,255); }
H1.HeaderClassName
{
color: #9896FF;
}
.AnyTagClassName
{
color: #9896FF;
}
</style>
background-color css
<style>
a { background-color: #9896FF; }
a { background-color: rgb(152,150,255); }
div.DivClassName
{
background-color: #9896FF;
}
.BgClassName
{
background-color: #9896FF;
}
</style>
border-color css
<style>
span { border-color: #9896FF; }
span { border-color: rgb(152,150,255); }
td.TdClassName
{
border-color: #9896FF;
}
.TagClassName
{
border-color: #9896FF;
}
</style>