Shades of Portage #9996FB
Tints of Portage #9996FB
RGB
CMYK
RGB Variations
Color information
#9996FB (or 0x9996FB) is known color: Portage. HEX triplet: 99, 96 and FB. RGB value is (153,150,251). Sum of RGB (Red+Green+Blue) = 153+150+251=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #9996FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996FB is #666904. Grayscale: #A2A2A2. Windows color (decimal): -6711557 or 16488089. OLE color: 16488089.
HSL color Cylindrical-coordinate representation of color #9996FB: hue angle of 241.78º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9996FB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 150 | 251 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.02 |
| HSL | 241.78º | 0.93% | 0.79% | - |
| HSV(B) | 241.78º | 0.4% | 0.98% | - |
| XYZ | 41.46 | 35.55 | 95.94 | - |
| YUV | 162.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 251 | 0.39 | 0.40 | 0 | 0.02 | 241.78 | 0.93 | 0.79 |
| Hex | 99 | 96 | FB | 27 | 28 | 0 | 2 | F2 | 5D | 4F |
| Octal | 231 | 226 | 373 | 47 | 50 | 0 | 2 | 362 | 135 | 117 |
| Binary | 10011001 | 10010110 | 11111011 | 100111 | 101000 | 0 | 10 | 11110010 | 1011101 | 1001111 |
Color Harmonies of #9996FB
Complementary color
Monochromatic Colors of #9996FB
Black with #9996FB
Text Example
Text Example
White with #9996FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996FB; }
p { color: rgb(153,150,251); }
H1.HeaderClassName
{
color: #9996FB;
}
.AnyTagClassName
{
color: #9996FB;
}
</style>
background-color css
<style>
a { background-color: #9996FB; }
a { background-color: rgb(153,150,251); }
div.DivClassName
{
background-color: #9996FB;
}
.BgClassName
{
background-color: #9996FB;
}
</style>
border-color css
<style>
span { border-color: #9996FB; }
span { border-color: rgb(153,150,251); }
td.TdClassName
{
border-color: #9996FB;
}
.TagClassName
{
border-color: #9996FB;
}
</style>