Shades of Portage #9193DC
Tints of Portage #9193DC
RGB
CMYK
RGB Variations
Color information
#9193DC (or 0x9193DC) is known color: Portage. HEX triplet: 91, 93 and DC. RGB value is (145,147,220). Sum of RGB (Red+Green+Blue) = 145+147+220=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #9193DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9193DC is #6E6C23. Grayscale: #9A9A9A. Windows color (decimal): -7236644 or 14455697. OLE color: 14455697.
HSL color Cylindrical-coordinate representation of color #9193DC: hue angle of 238.4º 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 #9193DC is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 147 | 220 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.14 |
| HSL | 238.4º | 0.52% | 0.72% | - |
| HSV(B) | 238.4º | 0.34% | 0.86% | - |
| XYZ | 35.03 | 32.05 | 72.05 | - |
| YUV | 154.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 220 | 0.34 | 0.33 | 0 | 0.14 | 238.4 | 0.52 | 0.72 |
| Hex | 91 | 93 | DC | 22 | 21 | 0 | E | EE | 34 | 48 |
| Octal | 221 | 223 | 334 | 42 | 41 | 0 | 16 | 356 | 64 | 110 |
| Binary | 10010001 | 10010011 | 11011100 | 100010 | 100001 | 0 | 1110 | 11101110 | 110100 | 1001000 |
Color Harmonies of #9193DC
Complementary color
Monochromatic Colors of #9193DC
Black with #9193DC
Text Example
Text Example
White with #9193DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9193DC; }
p { color: rgb(145,147,220); }
H1.HeaderClassName
{
color: #9193DC;
}
.AnyTagClassName
{
color: #9193DC;
}
</style>
background-color css
<style>
a { background-color: #9193DC; }
a { background-color: rgb(145,147,220); }
div.DivClassName
{
background-color: #9193DC;
}
.BgClassName
{
background-color: #9193DC;
}
</style>
border-color css
<style>
span { border-color: #9193DC; }
span { border-color: rgb(145,147,220); }
td.TdClassName
{
border-color: #9193DC;
}
.TagClassName
{
border-color: #9193DC;
}
</style>