Shades of Portage #9A96EA
Tints of Portage #9A96EA
RGB
CMYK
RGB Variations
Color information
#9A96EA (or 0x9A96EA) is known color: Portage. HEX triplet: 9A, 96 and EA. RGB value is (154,150,234). Sum of RGB (Red+Green+Blue) = 154+150+234=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A96EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A96EA is #656915. Grayscale: #A0A0A0. Windows color (decimal): -6646038 or 15373978. OLE color: 15373978.
HSL color Cylindrical-coordinate representation of color #9A96EA: hue angle of 242.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A96EA is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 150 | 234 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.08 |
| HSL | 242.86º | 0.67% | 0.75% | - |
| HSV(B) | 242.86º | 0.36% | 0.92% | - |
| XYZ | 39.08 | 34.62 | 82.46 | - |
| YUV | 160.77 | 169.33 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 234 | 0.34 | 0.36 | 0 | 0.08 | 242.86 | 0.67 | 0.75 |
| Hex | 9A | 96 | EA | 22 | 24 | 0 | 8 | F3 | 43 | 4B |
| Octal | 232 | 226 | 352 | 42 | 44 | 0 | 10 | 363 | 103 | 113 |
| Binary | 10011010 | 10010110 | 11101010 | 100010 | 100100 | 0 | 1000 | 11110011 | 1000011 | 1001011 |
Color Harmonies of #9A96EA
Complementary color
Monochromatic Colors of #9A96EA
Black with #9A96EA
Text Example
Text Example
White with #9A96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A96EA; }
p { color: rgb(154,150,234); }
H1.HeaderClassName
{
color: #9A96EA;
}
.AnyTagClassName
{
color: #9A96EA;
}
</style>
background-color css
<style>
a { background-color: #9A96EA; }
a { background-color: rgb(154,150,234); }
div.DivClassName
{
background-color: #9A96EA;
}
.BgClassName
{
background-color: #9A96EA;
}
</style>
border-color css
<style>
span { border-color: #9A96EA; }
span { border-color: rgb(154,150,234); }
td.TdClassName
{
border-color: #9A96EA;
}
.TagClassName
{
border-color: #9A96EA;
}
</style>