Shades of Portage #9A93EE
Tints of Portage #9A93EE
RGB
CMYK
RGB Variations
Color information
#9A93EE (or 0x9A93EE) is known color: Portage. HEX triplet: 9A, 93 and EE. RGB value is (154,147,238). Sum of RGB (Red+Green+Blue) = 154+147+238=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A93EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A93EE is #656C11. Grayscale: #9F9F9F. Windows color (decimal): -6646802 or 15635354. OLE color: 15635354.
HSL color Cylindrical-coordinate representation of color #9A93EE: hue angle of 244.62º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A93EE is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 147 | 238 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.07 |
| HSL | 244.62º | 0.73% | 0.75% | - |
| HSV(B) | 244.62º | 0.38% | 0.93% | - |
| XYZ | 39.19 | 33.91 | 85.37 | - |
| YUV | 159.47 | 172.32 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 238 | 0.35 | 0.38 | 0 | 0.07 | 244.62 | 0.73 | 0.75 |
| Hex | 9A | 93 | EE | 23 | 26 | 0 | 7 | F5 | 49 | 4B |
| Octal | 232 | 223 | 356 | 43 | 46 | 0 | 7 | 365 | 111 | 113 |
| Binary | 10011010 | 10010011 | 11101110 | 100011 | 100110 | 0 | 111 | 11110101 | 1001001 | 1001011 |
Color Harmonies of #9A93EE
Complementary color
Monochromatic Colors of #9A93EE
Black with #9A93EE
Text Example
Text Example
White with #9A93EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A93EE; }
p { color: rgb(154,147,238); }
H1.HeaderClassName
{
color: #9A93EE;
}
.AnyTagClassName
{
color: #9A93EE;
}
</style>
background-color css
<style>
a { background-color: #9A93EE; }
a { background-color: rgb(154,147,238); }
div.DivClassName
{
background-color: #9A93EE;
}
.BgClassName
{
background-color: #9A93EE;
}
</style>
border-color css
<style>
span { border-color: #9A93EE; }
span { border-color: rgb(154,147,238); }
td.TdClassName
{
border-color: #9A93EE;
}
.TagClassName
{
border-color: #9A93EE;
}
</style>