Shades of Portage #9A95EE
Tints of Portage #9A95EE
RGB
CMYK
RGB Variations
Color information
#9A95EE (or 0x9A95EE) is known color: Portage. HEX triplet: 9A, 95 and EE. RGB value is (154,149,238). Sum of RGB (Red+Green+Blue) = 154+149+238=541 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.47% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A95EE is #656A11. Grayscale: #A0A0A0. Windows color (decimal): -6646290 or 15635866. OLE color: 15635866.
HSL color Cylindrical-coordinate representation of color #9A95EE: hue angle of 243.37º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A95EE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 149 | 238 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.07 |
| HSL | 243.37º | 0.72% | 0.76% | - |
| HSV(B) | 243.37º | 0.37% | 0.93% | - |
| XYZ | 39.51 | 34.54 | 85.47 | - |
| YUV | 160.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 238 | 0.35 | 0.37 | 0 | 0.07 | 243.37 | 0.72 | 0.76 |
| Hex | 9A | 95 | EE | 23 | 25 | 0 | 7 | F3 | 48 | 4C |
| Octal | 232 | 225 | 356 | 43 | 45 | 0 | 7 | 363 | 110 | 114 |
| Binary | 10011010 | 10010101 | 11101110 | 100011 | 100101 | 0 | 111 | 11110011 | 1001000 | 1001100 |
Color Harmonies of #9A95EE
Complementary color
Monochromatic Colors of #9A95EE
Black with #9A95EE
Text Example
Text Example
White with #9A95EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A95EE; }
p { color: rgb(154,149,238); }
H1.HeaderClassName
{
color: #9A95EE;
}
.AnyTagClassName
{
color: #9A95EE;
}
</style>
background-color css
<style>
a { background-color: #9A95EE; }
a { background-color: rgb(154,149,238); }
div.DivClassName
{
background-color: #9A95EE;
}
.BgClassName
{
background-color: #9A95EE;
}
</style>
border-color css
<style>
span { border-color: #9A95EE; }
span { border-color: rgb(154,149,238); }
td.TdClassName
{
border-color: #9A95EE;
}
.TagClassName
{
border-color: #9A95EE;
}
</style>