Shades of Portage #9199ED
Tints of Portage #9199ED
RGB
CMYK
RGB Variations
Color information
#9199ED (or 0x9199ED) is known color: Portage. HEX triplet: 91, 99 and ED. RGB value is (145,153,237). Sum of RGB (Red+Green+Blue) = 145+153+237=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9199ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9199ED is #6E6612. Grayscale: #9F9F9F. Windows color (decimal): -7235091 or 15571345. OLE color: 15571345.
HSL color Cylindrical-coordinate representation of color #9199ED: hue angle of 234.78º degrees, saturation: 0.72, 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 #9199ED is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 153 | 237 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.07 |
| HSL | 234.78º | 0.72% | 0.75% | - |
| HSV(B) | 234.78º | 0.39% | 0.93% | - |
| XYZ | 38.35 | 34.92 | 84.84 | - |
| YUV | 160.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 237 | 0.39 | 0.35 | 0 | 0.07 | 234.78 | 0.72 | 0.75 |
| Hex | 91 | 99 | ED | 27 | 23 | 0 | 7 | EB | 48 | 4B |
| Octal | 221 | 231 | 355 | 47 | 43 | 0 | 7 | 353 | 110 | 113 |
| Binary | 10010001 | 10011001 | 11101101 | 100111 | 100011 | 0 | 111 | 11101011 | 1001000 | 1001011 |
Color Harmonies of #9199ED
Complementary color
Monochromatic Colors of #9199ED
Black with #9199ED
Text Example
Text Example
White with #9199ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9199ED; }
p { color: rgb(145,153,237); }
H1.HeaderClassName
{
color: #9199ED;
}
.AnyTagClassName
{
color: #9199ED;
}
</style>
background-color css
<style>
a { background-color: #9199ED; }
a { background-color: rgb(145,153,237); }
div.DivClassName
{
background-color: #9199ED;
}
.BgClassName
{
background-color: #9199ED;
}
</style>
border-color css
<style>
span { border-color: #9199ED; }
span { border-color: rgb(145,153,237); }
td.TdClassName
{
border-color: #9199ED;
}
.TagClassName
{
border-color: #9199ED;
}
</style>