Shades of Portage #9A95FB
Tints of Portage #9A95FB
RGB
CMYK
RGB Variations
Color information
#9A95FB (or 0x9A95FB) is known color: Portage. HEX triplet: 9A, 95 and FB. RGB value is (154,149,251). Sum of RGB (Red+Green+Blue) = 154+149+251=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #9A95FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A95FB is #656A04. Grayscale: #A1A1A1. Windows color (decimal): -6646277 or 16487834. OLE color: 16487834.
HSL color Cylindrical-coordinate representation of color #9A95FB: hue angle of 242.94º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A95FB is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 149 | 251 | - |
| CMYK | 0.39 | 0.41 | 0 | 0.02 |
| HSL | 242.94º | 0.93% | 0.78% | - |
| HSV(B) | 242.94º | 0.41% | 0.98% | - |
| XYZ | 41.49 | 35.33 | 95.9 | - |
| YUV | 162.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 251 | 0.39 | 0.41 | 0 | 0.02 | 242.94 | 0.93 | 0.78 |
| Hex | 9A | 95 | FB | 27 | 29 | 0 | 2 | F3 | 5D | 4E |
| Octal | 232 | 225 | 373 | 47 | 51 | 0 | 2 | 363 | 135 | 116 |
| Binary | 10011010 | 10010101 | 11111011 | 100111 | 101001 | 0 | 10 | 11110011 | 1011101 | 1001110 |
Color Harmonies of #9A95FB
Complementary color
Monochromatic Colors of #9A95FB
Black with #9A95FB
Text Example
Text Example
White with #9A95FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95FB; }
p { color: rgb(154,149,251); }
H1.HeaderClassName
{
color: #9A95FB;
}
.AnyTagClassName
{
color: #9A95FB;
}
</style>
background-color css
<style>
a { background-color: #9A95FB; }
a { background-color: rgb(154,149,251); }
div.DivClassName
{
background-color: #9A95FB;
}
.BgClassName
{
background-color: #9A95FB;
}
</style>
border-color css
<style>
span { border-color: #9A95FB; }
span { border-color: rgb(154,149,251); }
td.TdClassName
{
border-color: #9A95FB;
}
.TagClassName
{
border-color: #9A95FB;
}
</style>