Shades of Portage #9599DF
Tints of Portage #9599DF
RGB
CMYK
RGB Variations
Color information
#9599DF (or 0x9599DF) is known color: Portage. HEX triplet: 95, 99 and DF. RGB value is (149,153,223). Sum of RGB (Red+Green+Blue) = 149+153+223=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9599DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599DF is #6A6620. Grayscale: #9F9F9F. Windows color (decimal): -6972961 or 14653845. OLE color: 14653845.
HSL color Cylindrical-coordinate representation of color #9599DF: hue angle of 236.76º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9599DF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 153 | 223 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.13 |
| HSL | 236.76º | 0.54% | 0.73% | - |
| HSV(B) | 236.76º | 0.33% | 0.87% | - |
| XYZ | 37.1 | 34.5 | 74.52 | - |
| YUV | 159.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 223 | 0.33 | 0.31 | 0 | 0.13 | 236.76 | 0.54 | 0.73 |
| Hex | 95 | 99 | DF | 21 | 1F | 0 | D | ED | 36 | 49 |
| Octal | 225 | 231 | 337 | 41 | 37 | 0 | 15 | 355 | 66 | 111 |
| Binary | 10010101 | 10011001 | 11011111 | 100001 | 11111 | 0 | 1101 | 11101101 | 110110 | 1001001 |
Color Harmonies of #9599DF
Complementary color
Monochromatic Colors of #9599DF
Black with #9599DF
Text Example
Text Example
White with #9599DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599DF; }
p { color: rgb(149,153,223); }
H1.HeaderClassName
{
color: #9599DF;
}
.AnyTagClassName
{
color: #9599DF;
}
</style>
background-color css
<style>
a { background-color: #9599DF; }
a { background-color: rgb(149,153,223); }
div.DivClassName
{
background-color: #9599DF;
}
.BgClassName
{
background-color: #9599DF;
}
</style>
border-color css
<style>
span { border-color: #9599DF; }
span { border-color: rgb(149,153,223); }
td.TdClassName
{
border-color: #9599DF;
}
.TagClassName
{
border-color: #9599DF;
}
</style>