Shades of Portage #9599FF
Tints of Portage #9599FF
RGB
CMYK
RGB Variations
Color information
#9599FF (or 0x9599FF) is known color: Portage. HEX triplet: 95, 99 and FF. RGB value is (149,153,255). Sum of RGB (Red+Green+Blue) = 149+153+255=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #9599FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599FF is #6A6600. Grayscale: #A3A3A3. Windows color (decimal): -6972929 or 16750997. OLE color: 16750997.
HSL color Cylindrical-coordinate representation of color #9599FF: hue angle of 237.74º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9599FF is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 153 | 255 | - |
| CMYK | 0.42 | 0.4 | 0 | 0 |
| HSL | 237.74º | 1% | 0.79% | - |
| HSV(B) | 237.74º | 0.42% | 1% | - |
| XYZ | 41.84 | 36.39 | 99.43 | - |
| YUV | 163.43 | 179.67 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 255 | 0.42 | 0.4 | 0 | 0 | 237.74 | 1 | 0.79 |
| Hex | 95 | 99 | FF | 2A | 28 | 0 | 0 | EE | 64 | 4F |
| Octal | 225 | 231 | 377 | 52 | 50 | 0 | 0 | 356 | 144 | 117 |
| Binary | 10010101 | 10011001 | 11111111 | 101010 | 101000 | 0 | 0 | 11101110 | 1100100 | 1001111 |
Color Harmonies of #9599FF
Complementary color
Monochromatic Colors of #9599FF
Black with #9599FF
Text Example
Text Example
White with #9599FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599FF; }
p { color: rgb(149,153,255); }
H1.HeaderClassName
{
color: #9599FF;
}
.AnyTagClassName
{
color: #9599FF;
}
</style>
background-color css
<style>
a { background-color: #9599FF; }
a { background-color: rgb(149,153,255); }
div.DivClassName
{
background-color: #9599FF;
}
.BgClassName
{
background-color: #9599FF;
}
</style>
border-color css
<style>
span { border-color: #9599FF; }
span { border-color: rgb(149,153,255); }
td.TdClassName
{
border-color: #9599FF;
}
.TagClassName
{
border-color: #9599FF;
}
</style>