Shades of Portage #9196DC
Tints of Portage #9196DC
RGB
CMYK
RGB Variations
Color information
#9196DC (or 0x9196DC) is known color: Portage. HEX triplet: 91, 96 and DC. RGB value is (145,150,220). Sum of RGB (Red+Green+Blue) = 145+150+220=515 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.16% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #9196DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196DC is #6E6923. Grayscale: #9C9C9C. Windows color (decimal): -7235876 or 14456465. OLE color: 14456465.
HSL color Cylindrical-coordinate representation of color #9196DC: hue angle of 236º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9196DC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 150 | 220 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.14 |
| HSL | 236º | 0.52% | 0.72% | - |
| HSV(B) | 236º | 0.34% | 0.86% | - |
| XYZ | 35.5 | 33 | 72.21 | - |
| YUV | 156.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 220 | 0.34 | 0.32 | 0 | 0.14 | 236 | 0.52 | 0.72 |
| Hex | 91 | 96 | DC | 22 | 20 | 0 | E | EC | 34 | 48 |
| Octal | 221 | 226 | 334 | 42 | 40 | 0 | 16 | 354 | 64 | 110 |
| Binary | 10010001 | 10010110 | 11011100 | 100010 | 100000 | 0 | 1110 | 11101100 | 110100 | 1001000 |
Color Harmonies of #9196DC
Complementary color
Monochromatic Colors of #9196DC
Black with #9196DC
Text Example
Text Example
White with #9196DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9196DC; }
p { color: rgb(145,150,220); }
H1.HeaderClassName
{
color: #9196DC;
}
.AnyTagClassName
{
color: #9196DC;
}
</style>
background-color css
<style>
a { background-color: #9196DC; }
a { background-color: rgb(145,150,220); }
div.DivClassName
{
background-color: #9196DC;
}
.BgClassName
{
background-color: #9196DC;
}
</style>
border-color css
<style>
span { border-color: #9196DC; }
span { border-color: rgb(145,150,220); }
td.TdClassName
{
border-color: #9196DC;
}
.TagClassName
{
border-color: #9196DC;
}
</style>