Shades of Portage #9593E2
Tints of Portage #9593E2
RGB
CMYK
RGB Variations
Color information
#9593E2 (or 0x9593E2) is known color: Portage. HEX triplet: 95, 93 and E2. RGB value is (149,147,226). Sum of RGB (Red+Green+Blue) = 149+147+226=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 226 - color contains mainly: blue. Hex color #9593E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9593E2 is #6A6C1D. Grayscale: #9C9C9C. Windows color (decimal): -6974494 or 14848917. OLE color: 14848917.
HSL color Cylindrical-coordinate representation of color #9593E2: hue angle of 241.52º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9593E2 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 147 | 226 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.11 |
| HSL | 241.52º | 0.58% | 0.73% | - |
| HSV(B) | 241.52º | 0.35% | 0.89% | - |
| XYZ | 36.56 | 32.75 | 76.35 | - |
| YUV | 156.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 226 | 0.34 | 0.35 | 0 | 0.11 | 241.52 | 0.58 | 0.73 |
| Hex | 95 | 93 | E2 | 22 | 23 | 0 | B | F2 | 3A | 49 |
| Octal | 225 | 223 | 342 | 42 | 43 | 0 | 13 | 362 | 72 | 111 |
| Binary | 10010101 | 10010011 | 11100010 | 100010 | 100011 | 0 | 1011 | 11110010 | 111010 | 1001001 |
Color Harmonies of #9593E2
Complementary color
Monochromatic Colors of #9593E2
Black with #9593E2
Text Example
Text Example
White with #9593E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593E2; }
p { color: rgb(149,147,226); }
H1.HeaderClassName
{
color: #9593E2;
}
.AnyTagClassName
{
color: #9593E2;
}
</style>
background-color css
<style>
a { background-color: #9593E2; }
a { background-color: rgb(149,147,226); }
div.DivClassName
{
background-color: #9593E2;
}
.BgClassName
{
background-color: #9593E2;
}
</style>
border-color css
<style>
span { border-color: #9593E2; }
span { border-color: rgb(149,147,226); }
td.TdClassName
{
border-color: #9593E2;
}
.TagClassName
{
border-color: #9593E2;
}
</style>