Shades of Portage #9B96EF
Tints of Portage #9B96EF
RGB
CMYK
RGB Variations
Color information
#9B96EF (or 0x9B96EF) is known color: Portage. HEX triplet: 9B, 96 and EF. RGB value is (155,150,239). Sum of RGB (Red+Green+Blue) = 155+150+239=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B96EF is #646910. Grayscale: #A1A1A1. Windows color (decimal): -6580497 or 15701659. OLE color: 15701659.
HSL color Cylindrical-coordinate representation of color #9B96EF: hue angle of 243.37º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B96EF is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 150 | 239 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.06 |
| HSL | 243.37º | 0.74% | 0.76% | - |
| HSV(B) | 243.37º | 0.37% | 0.94% | - |
| XYZ | 40 | 35.01 | 86.31 | - |
| YUV | 161.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 239 | 0.35 | 0.37 | 0 | 0.06 | 243.37 | 0.74 | 0.76 |
| Hex | 9B | 96 | EF | 23 | 25 | 0 | 6 | F3 | 4A | 4C |
| Octal | 233 | 226 | 357 | 43 | 45 | 0 | 6 | 363 | 112 | 114 |
| Binary | 10011011 | 10010110 | 11101111 | 100011 | 100101 | 0 | 110 | 11110011 | 1001010 | 1001100 |
Color Harmonies of #9B96EF
Complementary color
Monochromatic Colors of #9B96EF
Black with #9B96EF
Text Example
Text Example
White with #9B96EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B96EF; }
p { color: rgb(155,150,239); }
H1.HeaderClassName
{
color: #9B96EF;
}
.AnyTagClassName
{
color: #9B96EF;
}
</style>
background-color css
<style>
a { background-color: #9B96EF; }
a { background-color: rgb(155,150,239); }
div.DivClassName
{
background-color: #9B96EF;
}
.BgClassName
{
background-color: #9B96EF;
}
</style>
border-color css
<style>
span { border-color: #9B96EF; }
span { border-color: rgb(155,150,239); }
td.TdClassName
{
border-color: #9B96EF;
}
.TagClassName
{
border-color: #9B96EF;
}
</style>