Shades of Portage #9B94EE
Tints of Portage #9B94EE
RGB
CMYK
RGB Variations
Color information
#9B94EE (or 0x9B94EE) is known color: Portage. HEX triplet: 9B, 94 and EE. RGB value is (155,148,238). Sum of RGB (Red+Green+Blue) = 155+148+238=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B94EE is #646B11. Grayscale: #A0A0A0. Windows color (decimal): -6581010 or 15635611. OLE color: 15635611.
HSL color Cylindrical-coordinate representation of color #9B94EE: hue angle of 244.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B94EE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 148 | 238 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.07 |
| HSL | 244.67º | 0.73% | 0.76% | - |
| HSV(B) | 244.67º | 0.38% | 0.93% | - |
| XYZ | 39.54 | 34.32 | 85.43 | - |
| YUV | 160.35 | 171.82 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 238 | 0.35 | 0.38 | 0 | 0.07 | 244.67 | 0.73 | 0.76 |
| Hex | 9B | 94 | EE | 23 | 26 | 0 | 7 | F5 | 49 | 4C |
| Octal | 233 | 224 | 356 | 43 | 46 | 0 | 7 | 365 | 111 | 114 |
| Binary | 10011011 | 10010100 | 11101110 | 100011 | 100110 | 0 | 111 | 11110101 | 1001001 | 1001100 |
Color Harmonies of #9B94EE
Complementary color
Monochromatic Colors of #9B94EE
Black with #9B94EE
Text Example
Text Example
White with #9B94EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B94EE; }
p { color: rgb(155,148,238); }
H1.HeaderClassName
{
color: #9B94EE;
}
.AnyTagClassName
{
color: #9B94EE;
}
</style>
background-color css
<style>
a { background-color: #9B94EE; }
a { background-color: rgb(155,148,238); }
div.DivClassName
{
background-color: #9B94EE;
}
.BgClassName
{
background-color: #9B94EE;
}
</style>
border-color css
<style>
span { border-color: #9B94EE; }
span { border-color: rgb(155,148,238); }
td.TdClassName
{
border-color: #9B94EE;
}
.TagClassName
{
border-color: #9B94EE;
}
</style>