Shades of Portage #9D95F7
Tints of Portage #9D95F7
RGB
CMYK
RGB Variations
Color information
#9D95F7 (or 0x9D95F7) is known color: Portage. HEX triplet: 9D, 95 and F7. RGB value is (157,149,247). Sum of RGB (Red+Green+Blue) = 157+149+247=553 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.39% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D95F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D95F7 is #626A08. Grayscale: #A2A2A2. Windows color (decimal): -6449673 or 16225693. OLE color: 16225693.
HSL color Cylindrical-coordinate representation of color #9D95F7: hue angle of 244.9º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D95F7 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 149 | 247 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.03 |
| HSL | 244.9º | 0.86% | 0.78% | - |
| HSV(B) | 244.9º | 0.4% | 0.97% | - |
| XYZ | 41.44 | 35.38 | 92.64 | - |
| YUV | 162.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 247 | 0.36 | 0.40 | 0 | 0.03 | 244.9 | 0.86 | 0.78 |
| Hex | 9D | 95 | F7 | 24 | 28 | 0 | 3 | F5 | 56 | 4E |
| Octal | 235 | 225 | 367 | 44 | 50 | 0 | 3 | 365 | 126 | 116 |
| Binary | 10011101 | 10010101 | 11110111 | 100100 | 101000 | 0 | 11 | 11110101 | 1010110 | 1001110 |
Color Harmonies of #9D95F7
Complementary color
Monochromatic Colors of #9D95F7
Black with #9D95F7
Text Example
Text Example
White with #9D95F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95F7; }
p { color: rgb(157,149,247); }
H1.HeaderClassName
{
color: #9D95F7;
}
.AnyTagClassName
{
color: #9D95F7;
}
</style>
background-color css
<style>
a { background-color: #9D95F7; }
a { background-color: rgb(157,149,247); }
div.DivClassName
{
background-color: #9D95F7;
}
.BgClassName
{
background-color: #9D95F7;
}
</style>
border-color css
<style>
span { border-color: #9D95F7; }
span { border-color: rgb(157,149,247); }
td.TdClassName
{
border-color: #9D95F7;
}
.TagClassName
{
border-color: #9D95F7;
}
</style>