Shades of Portage #9696FA
Tints of Portage #9696FA
RGB
CMYK
RGB Variations
Color information
#9696FA (or 0x9696FA) is known color: Portage. HEX triplet: 96, 96 and FA. RGB value is (150,150,250). Sum of RGB (Red+Green+Blue) = 150+150+250=550 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #9696FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9696FA is #696905. Grayscale: #A1A1A1. Windows color (decimal): -6908166 or 16422550. OLE color: 16422550.
HSL color Cylindrical-coordinate representation of color #9696FA: hue angle of 240º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9696FA is Cyan = 0.4, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 150 | 250 | - |
| CMYK | 0.4 | 0.4 | 0 | 0.02 |
| HSL | 240º | 0.91% | 0.78% | - |
| HSV(B) | 240º | 0.4% | 0.98% | - |
| XYZ | 40.74 | 35.2 | 95.09 | - |
| YUV | 161.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 250 | 0.4 | 0.4 | 0 | 0.02 | 240 | 0.91 | 0.78 |
| Hex | 96 | 96 | FA | 28 | 28 | 0 | 2 | F0 | 5B | 4E |
| Octal | 226 | 226 | 372 | 50 | 50 | 0 | 2 | 360 | 133 | 116 |
| Binary | 10010110 | 10010110 | 11111010 | 101000 | 101000 | 0 | 10 | 11110000 | 1011011 | 1001110 |
Color Harmonies of #9696FA
Complementary color
Monochromatic Colors of #9696FA
Black with #9696FA
Text Example
Text Example
White with #9696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9696FA; }
p { color: rgb(150,150,250); }
H1.HeaderClassName
{
color: #9696FA;
}
.AnyTagClassName
{
color: #9696FA;
}
</style>
background-color css
<style>
a { background-color: #9696FA; }
a { background-color: rgb(150,150,250); }
div.DivClassName
{
background-color: #9696FA;
}
.BgClassName
{
background-color: #9696FA;
}
</style>
border-color css
<style>
span { border-color: #9696FA; }
span { border-color: rgb(150,150,250); }
td.TdClassName
{
border-color: #9696FA;
}
.TagClassName
{
border-color: #9696FA;
}
</style>