Shades of Portage #9B99FE
Tints of Portage #9B99FE
RGB
CMYK
RGB Variations
Color information
#9B99FE (or 0x9B99FE) is known color: Portage. HEX triplet: 9B, 99 and FE. RGB value is (155,153,254). Sum of RGB (Red+Green+Blue) = 155+153+254=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B99FE is #646601. Grayscale: #A4A4A4. Windows color (decimal): -6579714 or 16685467. OLE color: 16685467.
HSL color Cylindrical-coordinate representation of color #9B99FE: hue angle of 241.19º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B99FE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 153 | 254 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.00 |
| HSL | 241.19º | 0.98% | 0.8% | - |
| HSV(B) | 241.19º | 0.4% | 1% | - |
| XYZ | 42.8 | 36.91 | 98.63 | - |
| YUV | 165.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 254 | 0.39 | 0.40 | 0 | 0.00 | 241.19 | 0.98 | 0.8 |
| Hex | 9B | 99 | FE | 27 | 28 | 0 | 0 | F1 | 62 | 50 |
| Octal | 233 | 231 | 376 | 47 | 50 | 0 | 0 | 361 | 142 | 120 |
| Binary | 10011011 | 10011001 | 11111110 | 100111 | 101000 | 0 | 0 | 11110001 | 1100010 | 1010000 |
Color Harmonies of #9B99FE
Complementary color
Monochromatic Colors of #9B99FE
Black with #9B99FE
Text Example
Text Example
White with #9B99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99FE; }
p { color: rgb(155,153,254); }
H1.HeaderClassName
{
color: #9B99FE;
}
.AnyTagClassName
{
color: #9B99FE;
}
</style>
background-color css
<style>
a { background-color: #9B99FE; }
a { background-color: rgb(155,153,254); }
div.DivClassName
{
background-color: #9B99FE;
}
.BgClassName
{
background-color: #9B99FE;
}
</style>
border-color css
<style>
span { border-color: #9B99FE; }
span { border-color: rgb(155,153,254); }
td.TdClassName
{
border-color: #9B99FE;
}
.TagClassName
{
border-color: #9B99FE;
}
</style>