Shades of Portage #9D97FC
Tints of Portage #9D97FC
RGB
CMYK
RGB Variations
Color information
#9D97FC (or 0x9D97FC) is known color: Portage. HEX triplet: 9D, 97 and FC. RGB value is (157,151,252). Sum of RGB (Red+Green+Blue) = 157+151+252=560 (74% of max value = 765). Red value is 157 (61.72% from 255 or 28.04% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D97FC is #626803. Grayscale: #A3A3A3. Windows color (decimal): -6449156 or 16553885. OLE color: 16553885.
HSL color Cylindrical-coordinate representation of color #9D97FC: hue angle of 243.56º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D97FC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 151 | 252 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.01 |
| HSL | 243.56º | 0.94% | 0.79% | - |
| HSV(B) | 243.56º | 0.4% | 0.99% | - |
| XYZ | 42.54 | 36.33 | 96.87 | - |
| YUV | 164.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 252 | 0.38 | 0.40 | 0 | 0.01 | 243.56 | 0.94 | 0.79 |
| Hex | 9D | 97 | FC | 26 | 28 | 0 | 1 | F4 | 5E | 4F |
| Octal | 235 | 227 | 374 | 46 | 50 | 0 | 1 | 364 | 136 | 117 |
| Binary | 10011101 | 10010111 | 11111100 | 100110 | 101000 | 0 | 1 | 11110100 | 1011110 | 1001111 |
Color Harmonies of #9D97FC
Complementary color
Monochromatic Colors of #9D97FC
Black with #9D97FC
Text Example
Text Example
White with #9D97FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D97FC; }
p { color: rgb(157,151,252); }
H1.HeaderClassName
{
color: #9D97FC;
}
.AnyTagClassName
{
color: #9D97FC;
}
</style>
background-color css
<style>
a { background-color: #9D97FC; }
a { background-color: rgb(157,151,252); }
div.DivClassName
{
background-color: #9D97FC;
}
.BgClassName
{
background-color: #9D97FC;
}
</style>
border-color css
<style>
span { border-color: #9D97FC; }
span { border-color: rgb(157,151,252); }
td.TdClassName
{
border-color: #9D97FC;
}
.TagClassName
{
border-color: #9D97FC;
}
</style>