Shades of Portage #9D97FB
Tints of Portage #9D97FB
RGB
CMYK
RGB Variations
Color information
#9D97FB (or 0x9D97FB) is known color: Portage. HEX triplet: 9D, 97 and FB. RGB value is (157,151,251). Sum of RGB (Red+Green+Blue) = 157+151+251=559 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.09% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97FB is #626804. Grayscale: #A3A3A3. Windows color (decimal): -6449157 or 16488349. OLE color: 16488349.
HSL color Cylindrical-coordinate representation of color #9D97FB: hue angle of 243.6º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D97FB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 151 | 251 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.02 |
| HSL | 243.6º | 0.93% | 0.79% | - |
| HSV(B) | 243.6º | 0.4% | 0.98% | - |
| XYZ | 42.38 | 36.27 | 96.03 | - |
| YUV | 164.19 | 176.99 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 251 | 0.37 | 0.40 | 0 | 0.02 | 243.6 | 0.93 | 0.79 |
| Hex | 9D | 97 | FB | 25 | 28 | 0 | 2 | F4 | 5D | 4F |
| Octal | 235 | 227 | 373 | 45 | 50 | 0 | 2 | 364 | 135 | 117 |
| Binary | 10011101 | 10010111 | 11111011 | 100101 | 101000 | 0 | 10 | 11110100 | 1011101 | 1001111 |
Color Harmonies of #9D97FB
Complementary color
Monochromatic Colors of #9D97FB
Black with #9D97FB
Text Example
Text Example
White with #9D97FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D97FB; }
p { color: rgb(157,151,251); }
H1.HeaderClassName
{
color: #9D97FB;
}
.AnyTagClassName
{
color: #9D97FB;
}
</style>
background-color css
<style>
a { background-color: #9D97FB; }
a { background-color: rgb(157,151,251); }
div.DivClassName
{
background-color: #9D97FB;
}
.BgClassName
{
background-color: #9D97FB;
}
</style>
border-color css
<style>
span { border-color: #9D97FB; }
span { border-color: rgb(157,151,251); }
td.TdClassName
{
border-color: #9D97FB;
}
.TagClassName
{
border-color: #9D97FB;
}
</style>