Shades of Portage #9996EA
Tints of Portage #9996EA
RGB
CMYK
RGB Variations
Color information
#9996EA (or 0x9996EA) is known color: Portage. HEX triplet: 99, 96 and EA. RGB value is (153,150,234). Sum of RGB (Red+Green+Blue) = 153+150+234=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #9996EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996EA is #666915. Grayscale: #A0A0A0. Windows color (decimal): -6711574 or 15373977. OLE color: 15373977.
HSL color Cylindrical-coordinate representation of color #9996EA: hue angle of 242.14º 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 #9996EA is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 150 | 234 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.08 |
| HSL | 242.14º | 0.67% | 0.75% | - |
| HSV(B) | 242.14º | 0.36% | 0.92% | - |
| XYZ | 38.89 | 34.53 | 82.46 | - |
| YUV | 160.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 234 | 0.35 | 0.36 | 0 | 0.08 | 242.14 | 0.67 | 0.75 |
| Hex | 99 | 96 | EA | 23 | 24 | 0 | 8 | F2 | 43 | 4B |
| Octal | 231 | 226 | 352 | 43 | 44 | 0 | 10 | 362 | 103 | 113 |
| Binary | 10011001 | 10010110 | 11101010 | 100011 | 100100 | 0 | 1000 | 11110010 | 1000011 | 1001011 |
Color Harmonies of #9996EA
Complementary color
Monochromatic Colors of #9996EA
Black with #9996EA
Text Example
Text Example
White with #9996EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996EA; }
p { color: rgb(153,150,234); }
H1.HeaderClassName
{
color: #9996EA;
}
.AnyTagClassName
{
color: #9996EA;
}
</style>
background-color css
<style>
a { background-color: #9996EA; }
a { background-color: rgb(153,150,234); }
div.DivClassName
{
background-color: #9996EA;
}
.BgClassName
{
background-color: #9996EA;
}
</style>
border-color css
<style>
span { border-color: #9996EA; }
span { border-color: rgb(153,150,234); }
td.TdClassName
{
border-color: #9996EA;
}
.TagClassName
{
border-color: #9996EA;
}
</style>