Shades of Portage #9096DA
Tints of Portage #9096DA
RGB
CMYK
RGB Variations
Color information
#9096DA (or 0x9096DA) is known color: Portage. HEX triplet: 90, 96 and DA. RGB value is (144,150,218). Sum of RGB (Red+Green+Blue) = 144+150+218=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #9096DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096DA is #6F6925. Grayscale: #9B9B9B. Windows color (decimal): -7301414 or 14325392. OLE color: 14325392.
HSL color Cylindrical-coordinate representation of color #9096DA: hue angle of 235.14º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9096DA is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 150 | 218 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.15 |
| HSL | 235.14º | 0.5% | 0.71% | - |
| HSV(B) | 235.14º | 0.34% | 0.85% | - |
| XYZ | 35.06 | 32.8 | 70.81 | - |
| YUV | 155.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 218 | 0.34 | 0.31 | 0 | 0.15 | 235.14 | 0.5 | 0.71 |
| Hex | 90 | 96 | DA | 22 | 1F | 0 | F | EB | 32 | 47 |
| Octal | 220 | 226 | 332 | 42 | 37 | 0 | 17 | 353 | 62 | 107 |
| Binary | 10010000 | 10010110 | 11011010 | 100010 | 11111 | 0 | 1111 | 11101011 | 110010 | 1000111 |
Color Harmonies of #9096DA
Complementary color
Monochromatic Colors of #9096DA
Black with #9096DA
Text Example
Text Example
White with #9096DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9096DA; }
p { color: rgb(144,150,218); }
H1.HeaderClassName
{
color: #9096DA;
}
.AnyTagClassName
{
color: #9096DA;
}
</style>
background-color css
<style>
a { background-color: #9096DA; }
a { background-color: rgb(144,150,218); }
div.DivClassName
{
background-color: #9096DA;
}
.BgClassName
{
background-color: #9096DA;
}
</style>
border-color css
<style>
span { border-color: #9096DA; }
span { border-color: rgb(144,150,218); }
td.TdClassName
{
border-color: #9096DA;
}
.TagClassName
{
border-color: #9096DA;
}
</style>