Shades of Portage #9A98E9
Tints of Portage #9A98E9
RGB
CMYK
RGB Variations
Color information
#9A98E9 (or 0x9A98E9) is known color: Portage. HEX triplet: 9A, 98 and E9. RGB value is (154,152,233). Sum of RGB (Red+Green+Blue) = 154+152+233=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A98E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98E9 is #656716. Grayscale: #A1A1A1. Windows color (decimal): -6645527 or 15308954. OLE color: 15308954.
HSL color Cylindrical-coordinate representation of color #9A98E9: hue angle of 241.48º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A98E9 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 152 | 233 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.09 |
| HSL | 241.48º | 0.65% | 0.75% | - |
| HSV(B) | 241.48º | 0.35% | 0.91% | - |
| XYZ | 39.26 | 35.21 | 81.82 | - |
| YUV | 161.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 233 | 0.34 | 0.35 | 0 | 0.09 | 241.48 | 0.65 | 0.75 |
| Hex | 9A | 98 | E9 | 22 | 23 | 0 | 9 | F1 | 41 | 4B |
| Octal | 232 | 230 | 351 | 42 | 43 | 0 | 11 | 361 | 101 | 113 |
| Binary | 10011010 | 10011000 | 11101001 | 100010 | 100011 | 0 | 1001 | 11110001 | 1000001 | 1001011 |
Color Harmonies of #9A98E9
Complementary color
Monochromatic Colors of #9A98E9
Black with #9A98E9
Text Example
Text Example
White with #9A98E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98E9; }
p { color: rgb(154,152,233); }
H1.HeaderClassName
{
color: #9A98E9;
}
.AnyTagClassName
{
color: #9A98E9;
}
</style>
background-color css
<style>
a { background-color: #9A98E9; }
a { background-color: rgb(154,152,233); }
div.DivClassName
{
background-color: #9A98E9;
}
.BgClassName
{
background-color: #9A98E9;
}
</style>
border-color css
<style>
span { border-color: #9A98E9; }
span { border-color: rgb(154,152,233); }
td.TdClassName
{
border-color: #9A98E9;
}
.TagClassName
{
border-color: #9A98E9;
}
</style>