Shades of Portage #9F98FF
Tints of Portage #9F98FF
RGB
CMYK
RGB Variations
Color information
#9F98FF (or 0x9F98FF) is known color: Portage. HEX triplet: 9F, 98 and FF. RGB value is (159,152,255). Sum of RGB (Red+Green+Blue) = 159+152+255=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F98FF is #606700. Grayscale: #A5A5A5. Windows color (decimal): -6317825 or 16750751. OLE color: 16750751.
HSL color Cylindrical-coordinate representation of color #9F98FF: hue angle of 244.08º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F98FF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 152 | 255 | - |
| CMYK | 0.38 | 0.40 | 0 | 0 |
| HSL | 244.08º | 1% | 0.8% | - |
| HSV(B) | 244.08º | 0.4% | 1% | - |
| XYZ | 43.58 | 37.05 | 99.46 | - |
| YUV | 165.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 255 | 0.38 | 0.40 | 0 | 0 | 244.08 | 1 | 0.8 |
| Hex | 9F | 98 | FF | 26 | 28 | 0 | 0 | F4 | 64 | 50 |
| Octal | 237 | 230 | 377 | 46 | 50 | 0 | 0 | 364 | 144 | 120 |
| Binary | 10011111 | 10011000 | 11111111 | 100110 | 101000 | 0 | 0 | 11110100 | 1100100 | 1010000 |
Color Harmonies of #9F98FF
Complementary color
Monochromatic Colors of #9F98FF
Black with #9F98FF
Text Example
Text Example
White with #9F98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F98FF; }
p { color: rgb(159,152,255); }
H1.HeaderClassName
{
color: #9F98FF;
}
.AnyTagClassName
{
color: #9F98FF;
}
</style>
background-color css
<style>
a { background-color: #9F98FF; }
a { background-color: rgb(159,152,255); }
div.DivClassName
{
background-color: #9F98FF;
}
.BgClassName
{
background-color: #9F98FF;
}
</style>
border-color css
<style>
span { border-color: #9F98FF; }
span { border-color: rgb(159,152,255); }
td.TdClassName
{
border-color: #9F98FF;
}
.TagClassName
{
border-color: #9F98FF;
}
</style>