Shades of Portage #9991F1
Tints of Portage #9991F1
RGB
CMYK
RGB Variations
Color information
#9991F1 (or 0x9991F1) is known color: Portage. HEX triplet: 99, 91 and F1. RGB value is (153,145,241). Sum of RGB (Red+Green+Blue) = 153+145+241=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #9991F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9991F1 is #666E0E. Grayscale: #9D9D9D. Windows color (decimal): -6712847 or 15831449. OLE color: 15831449.
HSL color Cylindrical-coordinate representation of color #9991F1: hue angle of 245º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9991F1 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 145 | 241 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.05 |
| HSL | 245º | 0.77% | 0.76% | - |
| HSV(B) | 245º | 0.4% | 0.95% | - |
| XYZ | 39.14 | 33.37 | 87.6 | - |
| YUV | 158.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 241 | 0.37 | 0.40 | 0 | 0.05 | 245 | 0.77 | 0.76 |
| Hex | 99 | 91 | F1 | 25 | 28 | 0 | 5 | F5 | 4D | 4C |
| Octal | 231 | 221 | 361 | 45 | 50 | 0 | 5 | 365 | 115 | 114 |
| Binary | 10011001 | 10010001 | 11110001 | 100101 | 101000 | 0 | 101 | 11110101 | 1001101 | 1001100 |
Color Harmonies of #9991F1
Complementary color
Monochromatic Colors of #9991F1
Black with #9991F1
Text Example
Text Example
White with #9991F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991F1; }
p { color: rgb(153,145,241); }
H1.HeaderClassName
{
color: #9991F1;
}
.AnyTagClassName
{
color: #9991F1;
}
</style>
background-color css
<style>
a { background-color: #9991F1; }
a { background-color: rgb(153,145,241); }
div.DivClassName
{
background-color: #9991F1;
}
.BgClassName
{
background-color: #9991F1;
}
</style>
border-color css
<style>
span { border-color: #9991F1; }
span { border-color: rgb(153,145,241); }
td.TdClassName
{
border-color: #9991F1;
}
.TagClassName
{
border-color: #9991F1;
}
</style>