Shades of Portage #9A97F2
Tints of Portage #9A97F2
RGB
CMYK
RGB Variations
Color information
#9A97F2 (or 0x9A97F2) is known color: Portage. HEX triplet: 9A, 97 and F2. RGB value is (154,151,242). Sum of RGB (Red+Green+Blue) = 154+151+242=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A97F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A97F2 is #65680D. Grayscale: #A1A1A1. Windows color (decimal): -6645774 or 15898522. OLE color: 15898522.
HSL color Cylindrical-coordinate representation of color #9A97F2: hue angle of 241.98º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A97F2 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 151 | 242 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.05 |
| HSL | 241.98º | 0.78% | 0.77% | - |
| HSV(B) | 241.98º | 0.38% | 0.95% | - |
| XYZ | 40.42 | 35.41 | 88.71 | - |
| YUV | 162.27 | 172.99 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 242 | 0.36 | 0.38 | 0 | 0.05 | 241.98 | 0.78 | 0.77 |
| Hex | 9A | 97 | F2 | 24 | 26 | 0 | 5 | F2 | 4E | 4D |
| Octal | 232 | 227 | 362 | 44 | 46 | 0 | 5 | 362 | 116 | 115 |
| Binary | 10011010 | 10010111 | 11110010 | 100100 | 100110 | 0 | 101 | 11110010 | 1001110 | 1001101 |
Color Harmonies of #9A97F2
Complementary color
Monochromatic Colors of #9A97F2
Black with #9A97F2
Text Example
Text Example
White with #9A97F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A97F2; }
p { color: rgb(154,151,242); }
H1.HeaderClassName
{
color: #9A97F2;
}
.AnyTagClassName
{
color: #9A97F2;
}
</style>
background-color css
<style>
a { background-color: #9A97F2; }
a { background-color: rgb(154,151,242); }
div.DivClassName
{
background-color: #9A97F2;
}
.BgClassName
{
background-color: #9A97F2;
}
</style>
border-color css
<style>
span { border-color: #9A97F2; }
span { border-color: rgb(154,151,242); }
td.TdClassName
{
border-color: #9A97F2;
}
.TagClassName
{
border-color: #9A97F2;
}
</style>