Shades of Portage #9593EC
Tints of Portage #9593EC
RGB
CMYK
RGB Variations
Color information
#9593EC (or 0x9593EC) is known color: Portage. HEX triplet: 95, 93 and EC. RGB value is (149,147,236). Sum of RGB (Red+Green+Blue) = 149+147+236=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #9593EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593EC is #6A6C13. Grayscale: #9D9D9D. Windows color (decimal): -6974484 or 15504277. OLE color: 15504277.
HSL color Cylindrical-coordinate representation of color #9593EC: hue angle of 241.35º 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 #9593EC is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 147 | 236 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.07 |
| HSL | 241.35º | 0.7% | 0.75% | - |
| HSV(B) | 241.35º | 0.38% | 0.93% | - |
| XYZ | 37.97 | 33.31 | 83.79 | - |
| YUV | 157.74 | 172.16 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 236 | 0.37 | 0.38 | 0 | 0.07 | 241.35 | 0.7 | 0.75 |
| Hex | 95 | 93 | EC | 25 | 26 | 0 | 7 | F1 | 46 | 4B |
| Octal | 225 | 223 | 354 | 45 | 46 | 0 | 7 | 361 | 106 | 113 |
| Binary | 10010101 | 10010011 | 11101100 | 100101 | 100110 | 0 | 111 | 11110001 | 1000110 | 1001011 |
Color Harmonies of #9593EC
Complementary color
Monochromatic Colors of #9593EC
Black with #9593EC
Text Example
Text Example
White with #9593EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593EC; }
p { color: rgb(149,147,236); }
H1.HeaderClassName
{
color: #9593EC;
}
.AnyTagClassName
{
color: #9593EC;
}
</style>
background-color css
<style>
a { background-color: #9593EC; }
a { background-color: rgb(149,147,236); }
div.DivClassName
{
background-color: #9593EC;
}
.BgClassName
{
background-color: #9593EC;
}
</style>
border-color css
<style>
span { border-color: #9593EC; }
span { border-color: rgb(149,147,236); }
td.TdClassName
{
border-color: #9593EC;
}
.TagClassName
{
border-color: #9593EC;
}
</style>