Shades of Portage #9C95F1
Tints of Portage #9C95F1
RGB
CMYK
RGB Variations
Color information
#9C95F1 (or 0x9C95F1) is known color: Portage. HEX triplet: 9C, 95 and F1. RGB value is (156,149,241). Sum of RGB (Red+Green+Blue) = 156+149+241=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C95F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95F1 is #636A0E. Grayscale: #A1A1A1. Windows color (decimal): -6515215 or 15832476. OLE color: 15832476.
HSL color Cylindrical-coordinate representation of color #9C95F1: hue angle of 244.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C95F1 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 149 | 241 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.05 |
| HSL | 244.57º | 0.77% | 0.76% | - |
| HSV(B) | 244.57º | 0.38% | 0.95% | - |
| XYZ | 40.33 | 34.91 | 87.83 | - |
| YUV | 161.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 241 | 0.35 | 0.38 | 0 | 0.05 | 244.57 | 0.77 | 0.76 |
| Hex | 9C | 95 | F1 | 23 | 26 | 0 | 5 | F5 | 4D | 4C |
| Octal | 234 | 225 | 361 | 43 | 46 | 0 | 5 | 365 | 115 | 114 |
| Binary | 10011100 | 10010101 | 11110001 | 100011 | 100110 | 0 | 101 | 11110101 | 1001101 | 1001100 |
Color Harmonies of #9C95F1
Complementary color
Monochromatic Colors of #9C95F1
Black with #9C95F1
Text Example
Text Example
White with #9C95F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C95F1; }
p { color: rgb(156,149,241); }
H1.HeaderClassName
{
color: #9C95F1;
}
.AnyTagClassName
{
color: #9C95F1;
}
</style>
background-color css
<style>
a { background-color: #9C95F1; }
a { background-color: rgb(156,149,241); }
div.DivClassName
{
background-color: #9C95F1;
}
.BgClassName
{
background-color: #9C95F1;
}
</style>
border-color css
<style>
span { border-color: #9C95F1; }
span { border-color: rgb(156,149,241); }
td.TdClassName
{
border-color: #9C95F1;
}
.TagClassName
{
border-color: #9C95F1;
}
</style>