Shades of Portage #9199EE
Tints of Portage #9199EE
RGB
CMYK
RGB Variations
Color information
#9199EE (or 0x9199EE) is known color: Portage. HEX triplet: 91, 99 and EE. RGB value is (145,153,238). Sum of RGB (Red+Green+Blue) = 145+153+238=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #9199EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9199EE is #6E6611. Grayscale: #9F9F9F. Windows color (decimal): -7235090 or 15636881. OLE color: 15636881.
HSL color Cylindrical-coordinate representation of color #9199EE: hue angle of 234.84º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9199EE is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 153 | 238 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.07 |
| HSL | 234.84º | 0.73% | 0.75% | - |
| HSV(B) | 234.84º | 0.39% | 0.93% | - |
| XYZ | 38.5 | 34.98 | 85.61 | - |
| YUV | 160.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 238 | 0.39 | 0.36 | 0 | 0.07 | 234.84 | 0.73 | 0.75 |
| Hex | 91 | 99 | EE | 27 | 24 | 0 | 7 | EB | 49 | 4B |
| Octal | 221 | 231 | 356 | 47 | 44 | 0 | 7 | 353 | 111 | 113 |
| Binary | 10010001 | 10011001 | 11101110 | 100111 | 100100 | 0 | 111 | 11101011 | 1001001 | 1001011 |
Color Harmonies of #9199EE
Complementary color
Monochromatic Colors of #9199EE
Black with #9199EE
Text Example
Text Example
White with #9199EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199EE; }
p { color: rgb(145,153,238); }
H1.HeaderClassName
{
color: #9199EE;
}
.AnyTagClassName
{
color: #9199EE;
}
</style>
background-color css
<style>
a { background-color: #9199EE; }
a { background-color: rgb(145,153,238); }
div.DivClassName
{
background-color: #9199EE;
}
.BgClassName
{
background-color: #9199EE;
}
</style>
border-color css
<style>
span { border-color: #9199EE; }
span { border-color: rgb(145,153,238); }
td.TdClassName
{
border-color: #9199EE;
}
.TagClassName
{
border-color: #9199EE;
}
</style>