Shades of Portage #9995F2
Tints of Portage #9995F2
RGB
CMYK
RGB Variations
Color information
#9995F2 (or 0x9995F2) is known color: Portage. HEX triplet: 99, 95 and F2. RGB value is (153,149,242). Sum of RGB (Red+Green+Blue) = 153+149+242=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #9995F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995F2 is #666A0D. Grayscale: #A0A0A0. Windows color (decimal): -6711822 or 15898009. OLE color: 15898009.
HSL color Cylindrical-coordinate representation of color #9995F2: hue angle of 242.58º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9995F2 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 149 | 242 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.05 |
| HSL | 242.58º | 0.78% | 0.77% | - |
| HSV(B) | 242.58º | 0.38% | 0.95% | - |
| XYZ | 39.91 | 34.68 | 88.59 | - |
| YUV | 160.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 242 | 0.37 | 0.38 | 0 | 0.05 | 242.58 | 0.78 | 0.77 |
| Hex | 99 | 95 | F2 | 25 | 26 | 0 | 5 | F3 | 4E | 4D |
| Octal | 231 | 225 | 362 | 45 | 46 | 0 | 5 | 363 | 116 | 115 |
| Binary | 10011001 | 10010101 | 11110010 | 100101 | 100110 | 0 | 101 | 11110011 | 1001110 | 1001101 |
Color Harmonies of #9995F2
Complementary color
Monochromatic Colors of #9995F2
Black with #9995F2
Text Example
Text Example
White with #9995F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9995F2; }
p { color: rgb(153,149,242); }
H1.HeaderClassName
{
color: #9995F2;
}
.AnyTagClassName
{
color: #9995F2;
}
</style>
background-color css
<style>
a { background-color: #9995F2; }
a { background-color: rgb(153,149,242); }
div.DivClassName
{
background-color: #9995F2;
}
.BgClassName
{
background-color: #9995F2;
}
</style>
border-color css
<style>
span { border-color: #9995F2; }
span { border-color: rgb(153,149,242); }
td.TdClassName
{
border-color: #9995F2;
}
.TagClassName
{
border-color: #9995F2;
}
</style>