Shades of Portage #9691EA
Tints of Portage #9691EA
RGB
CMYK
RGB Variations
Color information
#9691EA (or 0x9691EA) is known color: Portage. HEX triplet: 96, 91 and EA. RGB value is (150,145,234). Sum of RGB (Red+Green+Blue) = 150+145+234=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9691EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9691EA is #696E15. Grayscale: #9C9C9C. Windows color (decimal): -6909462 or 15372694. OLE color: 15372694.
HSL color Cylindrical-coordinate representation of color #9691EA: hue angle of 243.37º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9691EA is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 145 | 234 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.08 |
| HSL | 243.37º | 0.68% | 0.74% | - |
| HSV(B) | 243.37º | 0.38% | 0.92% | - |
| XYZ | 37.55 | 32.68 | 82.17 | - |
| YUV | 156.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 234 | 0.36 | 0.38 | 0 | 0.08 | 243.37 | 0.68 | 0.74 |
| Hex | 96 | 91 | EA | 24 | 26 | 0 | 8 | F3 | 44 | 4A |
| Octal | 226 | 221 | 352 | 44 | 46 | 0 | 10 | 363 | 104 | 112 |
| Binary | 10010110 | 10010001 | 11101010 | 100100 | 100110 | 0 | 1000 | 11110011 | 1000100 | 1001010 |
Color Harmonies of #9691EA
Complementary color
Monochromatic Colors of #9691EA
Black with #9691EA
Text Example
Text Example
White with #9691EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9691EA; }
p { color: rgb(150,145,234); }
H1.HeaderClassName
{
color: #9691EA;
}
.AnyTagClassName
{
color: #9691EA;
}
</style>
background-color css
<style>
a { background-color: #9691EA; }
a { background-color: rgb(150,145,234); }
div.DivClassName
{
background-color: #9691EA;
}
.BgClassName
{
background-color: #9691EA;
}
</style>
border-color css
<style>
span { border-color: #9691EA; }
span { border-color: rgb(150,145,234); }
td.TdClassName
{
border-color: #9691EA;
}
.TagClassName
{
border-color: #9691EA;
}
</style>