Shades of Portage #9597DD
Tints of Portage #9597DD
RGB
CMYK
RGB Variations
Color information
#9597DD (or 0x9597DD) is known color: Portage. HEX triplet: 95, 97 and DD. RGB value is (149,151,221). Sum of RGB (Red+Green+Blue) = 149+151+221=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9597DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9597DD is #6A6822. Grayscale: #9E9E9E. Windows color (decimal): -6973475 or 14522261. OLE color: 14522261.
HSL color Cylindrical-coordinate representation of color #9597DD: hue angle of 238.33º degrees, saturation: 0.51, 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 #9597DD is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 151 | 221 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.13 |
| HSL | 238.33º | 0.51% | 0.73% | - |
| HSV(B) | 238.33º | 0.33% | 0.87% | - |
| XYZ | 36.51 | 33.74 | 73 | - |
| YUV | 158.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 221 | 0.33 | 0.32 | 0 | 0.13 | 238.33 | 0.51 | 0.73 |
| Hex | 95 | 97 | DD | 21 | 20 | 0 | D | EE | 33 | 49 |
| Octal | 225 | 227 | 335 | 41 | 40 | 0 | 15 | 356 | 63 | 111 |
| Binary | 10010101 | 10010111 | 11011101 | 100001 | 100000 | 0 | 1101 | 11101110 | 110011 | 1001001 |
Color Harmonies of #9597DD
Complementary color
Monochromatic Colors of #9597DD
Black with #9597DD
Text Example
Text Example
White with #9597DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9597DD; }
p { color: rgb(149,151,221); }
H1.HeaderClassName
{
color: #9597DD;
}
.AnyTagClassName
{
color: #9597DD;
}
</style>
background-color css
<style>
a { background-color: #9597DD; }
a { background-color: rgb(149,151,221); }
div.DivClassName
{
background-color: #9597DD;
}
.BgClassName
{
background-color: #9597DD;
}
</style>
border-color css
<style>
span { border-color: #9597DD; }
span { border-color: rgb(149,151,221); }
td.TdClassName
{
border-color: #9597DD;
}
.TagClassName
{
border-color: #9597DD;
}
</style>