Shades of Portage #9A98FE
Tints of Portage #9A98FE
RGB
CMYK
RGB Variations
Color information
#9A98FE (or 0x9A98FE) is known color: Portage. HEX triplet: 9A, 98 and FE. RGB value is (154,152,254). Sum of RGB (Red+Green+Blue) = 154+152+254=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A98FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98FE is #656701. Grayscale: #A3A3A3. Windows color (decimal): -6645506 or 16685210. OLE color: 16685210.
HSL color Cylindrical-coordinate representation of color #9A98FE: hue angle of 241.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A98FE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 152 | 254 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.00 |
| HSL | 241.18º | 0.98% | 0.8% | - |
| HSV(B) | 241.18º | 0.4% | 1% | - |
| XYZ | 42.44 | 36.48 | 98.57 | - |
| YUV | 164.23 | 178.66 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 152 | 254 | 0.39 | 0.40 | 0 | 0.00 | 241.18 | 0.98 | 0.8 |
| Hex | 9A | 98 | FE | 27 | 28 | 0 | 0 | F1 | 62 | 50 |
| Octal | 232 | 230 | 376 | 47 | 50 | 0 | 0 | 361 | 142 | 120 |
| Binary | 10011010 | 10011000 | 11111110 | 100111 | 101000 | 0 | 0 | 11110001 | 1100010 | 1010000 |
Color Harmonies of #9A98FE
Complementary color
Monochromatic Colors of #9A98FE
Black with #9A98FE
Text Example
Text Example
White with #9A98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A98FE; }
p { color: rgb(154,152,254); }
H1.HeaderClassName
{
color: #9A98FE;
}
.AnyTagClassName
{
color: #9A98FE;
}
</style>
background-color css
<style>
a { background-color: #9A98FE; }
a { background-color: rgb(154,152,254); }
div.DivClassName
{
background-color: #9A98FE;
}
.BgClassName
{
background-color: #9A98FE;
}
</style>
border-color css
<style>
span { border-color: #9A98FE; }
span { border-color: rgb(154,152,254); }
td.TdClassName
{
border-color: #9A98FE;
}
.TagClassName
{
border-color: #9A98FE;
}
</style>