Shades of Portage #9D9AF6
Tints of Portage #9D9AF6
RGB
CMYK
RGB Variations
Color information
#9D9AF6 (or 0x9D9AF6) is known color: Portage. HEX triplet: 9D, 9A and F6. RGB value is (157,154,246). Sum of RGB (Red+Green+Blue) = 157+154+246=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D9AF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AF6 is #626509. Grayscale: #A5A5A5. Windows color (decimal): -6448394 or 16161437. OLE color: 16161437.
HSL color Cylindrical-coordinate representation of color #9D9AF6: hue angle of 241.96º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D9AF6 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 154 | 246 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.04 |
| HSL | 241.96º | 0.84% | 0.78% | - |
| HSV(B) | 241.96º | 0.37% | 0.96% | - |
| XYZ | 42.09 | 36.93 | 92.1 | - |
| YUV | 165.39 | 173.49 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 246 | 0.36 | 0.37 | 0 | 0.04 | 241.96 | 0.84 | 0.78 |
| Hex | 9D | 9A | F6 | 24 | 25 | 0 | 4 | F2 | 54 | 4E |
| Octal | 235 | 232 | 366 | 44 | 45 | 0 | 4 | 362 | 124 | 116 |
| Binary | 10011101 | 10011010 | 11110110 | 100100 | 100101 | 0 | 100 | 11110010 | 1010100 | 1001110 |
Color Harmonies of #9D9AF6
Complementary color
Monochromatic Colors of #9D9AF6
Black with #9D9AF6
Text Example
Text Example
White with #9D9AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AF6; }
p { color: rgb(157,154,246); }
H1.HeaderClassName
{
color: #9D9AF6;
}
.AnyTagClassName
{
color: #9D9AF6;
}
</style>
background-color css
<style>
a { background-color: #9D9AF6; }
a { background-color: rgb(157,154,246); }
div.DivClassName
{
background-color: #9D9AF6;
}
.BgClassName
{
background-color: #9D9AF6;
}
</style>
border-color css
<style>
span { border-color: #9D9AF6; }
span { border-color: rgb(157,154,246); }
td.TdClassName
{
border-color: #9D9AF6;
}
.TagClassName
{
border-color: #9D9AF6;
}
</style>