Shades of Portage #9593EA
Tints of Portage #9593EA
RGB
CMYK
RGB Variations
Color information
#9593EA (or 0x9593EA) is known color: Portage. HEX triplet: 95, 93 and EA. RGB value is (149,147,234). Sum of RGB (Red+Green+Blue) = 149+147+234=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #9593EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9593EA is #6A6C15. Grayscale: #9D9D9D. Windows color (decimal): -6974486 or 15373205. OLE color: 15373205.
HSL color Cylindrical-coordinate representation of color #9593EA: hue angle of 241.38º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9593EA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 147 | 234 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.08 |
| HSL | 241.38º | 0.67% | 0.75% | - |
| HSV(B) | 241.38º | 0.37% | 0.92% | - |
| XYZ | 37.68 | 33.2 | 82.26 | - |
| YUV | 157.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 234 | 0.36 | 0.37 | 0 | 0.08 | 241.38 | 0.67 | 0.75 |
| Hex | 95 | 93 | EA | 24 | 25 | 0 | 8 | F1 | 43 | 4B |
| Octal | 225 | 223 | 352 | 44 | 45 | 0 | 10 | 361 | 103 | 113 |
| Binary | 10010101 | 10010011 | 11101010 | 100100 | 100101 | 0 | 1000 | 11110001 | 1000011 | 1001011 |
Color Harmonies of #9593EA
Complementary color
Monochromatic Colors of #9593EA
Black with #9593EA
Text Example
Text Example
White with #9593EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9593EA; }
p { color: rgb(149,147,234); }
H1.HeaderClassName
{
color: #9593EA;
}
.AnyTagClassName
{
color: #9593EA;
}
</style>
background-color css
<style>
a { background-color: #9593EA; }
a { background-color: rgb(149,147,234); }
div.DivClassName
{
background-color: #9593EA;
}
.BgClassName
{
background-color: #9593EA;
}
</style>
border-color css
<style>
span { border-color: #9593EA; }
span { border-color: rgb(149,147,234); }
td.TdClassName
{
border-color: #9593EA;
}
.TagClassName
{
border-color: #9593EA;
}
</style>