Shades of Portage #9599F6
Tints of Portage #9599F6
RGB
CMYK
RGB Variations
Color information
#9599F6 (or 0x9599F6) is known color: Portage. HEX triplet: 95, 99 and F6. RGB value is (149,153,246). Sum of RGB (Red+Green+Blue) = 149+153+246=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #9599F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599F6 is #6A6609. Grayscale: #A2A2A2. Windows color (decimal): -6972938 or 16161173. OLE color: 16161173.
HSL color Cylindrical-coordinate representation of color #9599F6: hue angle of 237.53º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9599F6 is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 153 | 246 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.04 |
| HSL | 237.53º | 0.84% | 0.77% | - |
| HSV(B) | 237.53º | 0.39% | 0.96% | - |
| XYZ | 40.42 | 35.83 | 91.97 | - |
| YUV | 162.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 246 | 0.39 | 0.38 | 0 | 0.04 | 237.53 | 0.84 | 0.77 |
| Hex | 95 | 99 | F6 | 27 | 26 | 0 | 4 | EE | 54 | 4D |
| Octal | 225 | 231 | 366 | 47 | 46 | 0 | 4 | 356 | 124 | 115 |
| Binary | 10010101 | 10011001 | 11110110 | 100111 | 100110 | 0 | 100 | 11101110 | 1010100 | 1001101 |
Color Harmonies of #9599F6
Complementary color
Monochromatic Colors of #9599F6
Black with #9599F6
Text Example
Text Example
White with #9599F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599F6; }
p { color: rgb(149,153,246); }
H1.HeaderClassName
{
color: #9599F6;
}
.AnyTagClassName
{
color: #9599F6;
}
</style>
background-color css
<style>
a { background-color: #9599F6; }
a { background-color: rgb(149,153,246); }
div.DivClassName
{
background-color: #9599F6;
}
.BgClassName
{
background-color: #9599F6;
}
</style>
border-color css
<style>
span { border-color: #9599F6; }
span { border-color: rgb(149,153,246); }
td.TdClassName
{
border-color: #9599F6;
}
.TagClassName
{
border-color: #9599F6;
}
</style>