Shades of Portage #9B98FF
Tints of Portage #9B98FF
RGB
CMYK
RGB Variations
Color information
#9B98FF (or 0x9B98FF) is known color: Portage. HEX triplet: 9B, 98 and FF. RGB value is (155,152,255). Sum of RGB (Red+Green+Blue) = 155+152+255=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B98FF is #646700. Grayscale: #A4A4A4. Windows color (decimal): -6579969 or 16750747. OLE color: 16750747.
HSL color Cylindrical-coordinate representation of color #9B98FF: hue angle of 241.75º 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 #9B98FF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 152 | 255 | - |
| CMYK | 0.39 | 0.40 | 0 | 0 |
| HSL | 241.75º | 1% | 0.8% | - |
| HSV(B) | 241.75º | 0.4% | 1% | - |
| XYZ | 42.8 | 36.65 | 99.43 | - |
| YUV | 164.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 255 | 0.39 | 0.40 | 0 | 0 | 241.75 | 1 | 0.8 |
| Hex | 9B | 98 | FF | 27 | 28 | 0 | 0 | F2 | 64 | 50 |
| Octal | 233 | 230 | 377 | 47 | 50 | 0 | 0 | 362 | 144 | 120 |
| Binary | 10011011 | 10011000 | 11111111 | 100111 | 101000 | 0 | 0 | 11110010 | 1100100 | 1010000 |
Color Harmonies of #9B98FF
Complementary color
Monochromatic Colors of #9B98FF
Black with #9B98FF
Text Example
Text Example
White with #9B98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B98FF; }
p { color: rgb(155,152,255); }
H1.HeaderClassName
{
color: #9B98FF;
}
.AnyTagClassName
{
color: #9B98FF;
}
</style>
background-color css
<style>
a { background-color: #9B98FF; }
a { background-color: rgb(155,152,255); }
div.DivClassName
{
background-color: #9B98FF;
}
.BgClassName
{
background-color: #9B98FF;
}
</style>
border-color css
<style>
span { border-color: #9B98FF; }
span { border-color: rgb(155,152,255); }
td.TdClassName
{
border-color: #9B98FF;
}
.TagClassName
{
border-color: #9B98FF;
}
</style>