Shades of Portage #9599FA
Tints of Portage #9599FA
RGB
CMYK
RGB Variations
Color information
#9599FA (or 0x9599FA) is known color: Portage. HEX triplet: 95, 99 and FA. RGB value is (149,153,250). Sum of RGB (Red+Green+Blue) = 149+153+250=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9599FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599FA is #6A6605. Grayscale: #A2A2A2. Windows color (decimal): -6972934 or 16423317. OLE color: 16423317.
HSL color Cylindrical-coordinate representation of color #9599FA: hue angle of 237.62º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9599FA is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 153 | 250 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.02 |
| HSL | 237.62º | 0.91% | 0.78% | - |
| HSV(B) | 237.62º | 0.4% | 0.98% | - |
| XYZ | 41.04 | 36.07 | 95.24 | - |
| YUV | 162.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 250 | 0.40 | 0.39 | 0 | 0.02 | 237.62 | 0.91 | 0.78 |
| Hex | 95 | 99 | FA | 28 | 27 | 0 | 2 | EE | 5B | 4E |
| Octal | 225 | 231 | 372 | 50 | 47 | 0 | 2 | 356 | 133 | 116 |
| Binary | 10010101 | 10011001 | 11111010 | 101000 | 100111 | 0 | 10 | 11101110 | 1011011 | 1001110 |
Color Harmonies of #9599FA
Complementary color
Monochromatic Colors of #9599FA
Black with #9599FA
Text Example
Text Example
White with #9599FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599FA; }
p { color: rgb(149,153,250); }
H1.HeaderClassName
{
color: #9599FA;
}
.AnyTagClassName
{
color: #9599FA;
}
</style>
background-color css
<style>
a { background-color: #9599FA; }
a { background-color: rgb(149,153,250); }
div.DivClassName
{
background-color: #9599FA;
}
.BgClassName
{
background-color: #9599FA;
}
</style>
border-color css
<style>
span { border-color: #9599FA; }
span { border-color: rgb(149,153,250); }
td.TdClassName
{
border-color: #9599FA;
}
.TagClassName
{
border-color: #9599FA;
}
</style>