Shades of Portage #9F99FC
Tints of Portage #9F99FC
RGB
CMYK
RGB Variations
Color information
#9F99FC (or 0x9F99FC) is known color: Portage. HEX triplet: 9F, 99 and FC. RGB value is (159,153,252). Sum of RGB (Red+Green+Blue) = 159+153+252=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F99FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F99FC is #606603. Grayscale: #A5A5A5. Windows color (decimal): -6317572 or 16554399. OLE color: 16554399.
HSL color Cylindrical-coordinate representation of color #9F99FC: hue angle of 243.64º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F99FC is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 159 | 153 | 252 | - |
CMYK | 0.37 | 0.39 | 0 | 0.01 |
HSL | 243.64º | 0.94% | 0.79% | - |
HSV(B) | 243.64º | 0.39% | 0.99% | - |
XYZ | 43.26 | 37.18 | 96.99 | - |
YUV | 166.08 | 176.49 | 122.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 153 | 252 | 0.37 | 0.39 | 0 | 0.01 | 243.64 | 0.94 | 0.79 |
Hex | 9F | 99 | FC | 25 | 27 | 0 | 1 | F4 | 5E | 4F |
Octal | 237 | 231 | 374 | 45 | 47 | 0 | 1 | 364 | 136 | 117 |
Binary | 10011111 | 10011001 | 11111100 | 100101 | 100111 | 0 | 1 | 11110100 | 1011110 | 1001111 |
Color Harmonies of #9F99FC
Complementary color
Monochromatic Colors of #9F99FC
Black with #9F99FC
Text Example
Text Example
White with #9F99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99FC; }
p { color: rgb(159,153,252); }
H1.HeaderClassName
{
color: #9F99FC;
}
.AnyTagClassName
{
color: #9F99FC;
}
</style>
background-color css
<style>
a { background-color: #9F99FC; }
a { background-color: rgb(159,153,252); }
div.DivClassName
{
background-color: #9F99FC;
}
.BgClassName
{
background-color: #9F99FC;
}
</style>
border-color css
<style>
span { border-color: #9F99FC; }
span { border-color: rgb(159,153,252); }
td.TdClassName
{
border-color: #9F99FC;
}
.TagClassName
{
border-color: #9F99FC;
}
</style>