Shades of Portage #9599DA
Tints of Portage #9599DA
RGB
CMYK
RGB Variations
Color information
#9599DA (or 0x9599DA) is known color: Portage. HEX triplet: 95, 99 and DA. RGB value is (149,153,218). Sum of RGB (Red+Green+Blue) = 149+153+218=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #9599DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599DA is #6A6625. Grayscale: #9E9E9E. Windows color (decimal): -6972966 or 14326165. OLE color: 14326165.
HSL color Cylindrical-coordinate representation of color #9599DA: hue angle of 236.52º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9599DA is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 153 | 218 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.15 |
| HSL | 236.52º | 0.48% | 0.72% | - |
| HSV(B) | 236.52º | 0.32% | 0.85% | - |
| XYZ | 36.44 | 34.23 | 71.02 | - |
| YUV | 159.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 218 | 0.32 | 0.30 | 0 | 0.15 | 236.52 | 0.48 | 0.72 |
| Hex | 95 | 99 | DA | 20 | 1E | 0 | F | ED | 30 | 48 |
| Octal | 225 | 231 | 332 | 40 | 36 | 0 | 17 | 355 | 60 | 110 |
| Binary | 10010101 | 10011001 | 11011010 | 100000 | 11110 | 0 | 1111 | 11101101 | 110000 | 1001000 |
Color Harmonies of #9599DA
Complementary color
Monochromatic Colors of #9599DA
Black with #9599DA
Text Example
Text Example
White with #9599DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9599DA; }
p { color: rgb(149,153,218); }
H1.HeaderClassName
{
color: #9599DA;
}
.AnyTagClassName
{
color: #9599DA;
}
</style>
background-color css
<style>
a { background-color: #9599DA; }
a { background-color: rgb(149,153,218); }
div.DivClassName
{
background-color: #9599DA;
}
.BgClassName
{
background-color: #9599DA;
}
</style>
border-color css
<style>
span { border-color: #9599DA; }
span { border-color: rgb(149,153,218); }
td.TdClassName
{
border-color: #9599DA;
}
.TagClassName
{
border-color: #9599DA;
}
</style>