Shades of Portage #9993EC
Tints of Portage #9993EC
RGB
CMYK
RGB Variations
Color information
#9993EC (or 0x9993EC) is known color: Portage. HEX triplet: 99, 93 and EC. RGB value is (153,147,236). Sum of RGB (Red+Green+Blue) = 153+147+236=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #9993EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993EC is #666C13. Grayscale: #9E9E9E. Windows color (decimal): -6712340 or 15504281. OLE color: 15504281.
HSL color Cylindrical-coordinate representation of color #9993EC: hue angle of 244.04º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9993EC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 147 | 236 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.07 |
| HSL | 244.04º | 0.7% | 0.75% | - |
| HSV(B) | 244.04º | 0.38% | 0.93% | - |
| XYZ | 38.71 | 33.7 | 83.82 | - |
| YUV | 158.94 | 171.49 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 236 | 0.35 | 0.38 | 0 | 0.07 | 244.04 | 0.7 | 0.75 |
| Hex | 99 | 93 | EC | 23 | 26 | 0 | 7 | F4 | 46 | 4B |
| Octal | 231 | 223 | 354 | 43 | 46 | 0 | 7 | 364 | 106 | 113 |
| Binary | 10011001 | 10010011 | 11101100 | 100011 | 100110 | 0 | 111 | 11110100 | 1000110 | 1001011 |
Color Harmonies of #9993EC
Complementary color
Monochromatic Colors of #9993EC
Black with #9993EC
Text Example
Text Example
White with #9993EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993EC; }
p { color: rgb(153,147,236); }
H1.HeaderClassName
{
color: #9993EC;
}
.AnyTagClassName
{
color: #9993EC;
}
</style>
background-color css
<style>
a { background-color: #9993EC; }
a { background-color: rgb(153,147,236); }
div.DivClassName
{
background-color: #9993EC;
}
.BgClassName
{
background-color: #9993EC;
}
</style>
border-color css
<style>
span { border-color: #9993EC; }
span { border-color: rgb(153,147,236); }
td.TdClassName
{
border-color: #9993EC;
}
.TagClassName
{
border-color: #9993EC;
}
</style>