Shades of Portage #9199DD
Tints of Portage #9199DD
RGB
CMYK
RGB Variations
Color information
#9199DD (or 0x9199DD) is known color: Portage. HEX triplet: 91, 99 and DD. RGB value is (145,153,221). Sum of RGB (Red+Green+Blue) = 145+153+221=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9199DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199DD is #6E6622. Grayscale: #9E9E9E. Windows color (decimal): -7235107 or 14522769. OLE color: 14522769.
HSL color Cylindrical-coordinate representation of color #9199DD: hue angle of 233.68º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9199DD is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 153 | 221 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.13 |
| HSL | 233.68º | 0.53% | 0.72% | - |
| HSV(B) | 233.68º | 0.34% | 0.87% | - |
| XYZ | 36.12 | 34.02 | 73.07 | - |
| YUV | 158.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 221 | 0.34 | 0.31 | 0 | 0.13 | 233.68 | 0.53 | 0.72 |
| Hex | 91 | 99 | DD | 22 | 1F | 0 | D | EA | 35 | 48 |
| Octal | 221 | 231 | 335 | 42 | 37 | 0 | 15 | 352 | 65 | 110 |
| Binary | 10010001 | 10011001 | 11011101 | 100010 | 11111 | 0 | 1101 | 11101010 | 110101 | 1001000 |
Color Harmonies of #9199DD
Complementary color
Monochromatic Colors of #9199DD
Black with #9199DD
Text Example
Text Example
White with #9199DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199DD; }
p { color: rgb(145,153,221); }
H1.HeaderClassName
{
color: #9199DD;
}
.AnyTagClassName
{
color: #9199DD;
}
</style>
background-color css
<style>
a { background-color: #9199DD; }
a { background-color: rgb(145,153,221); }
div.DivClassName
{
background-color: #9199DD;
}
.BgClassName
{
background-color: #9199DD;
}
</style>
border-color css
<style>
span { border-color: #9199DD; }
span { border-color: rgb(145,153,221); }
td.TdClassName
{
border-color: #9199DD;
}
.TagClassName
{
border-color: #9199DD;
}
</style>