Shades of Portage #9C9AED
Tints of Portage #9C9AED
RGB
CMYK
RGB Variations
Color information
#9C9AED (or 0x9C9AED) is known color: Portage. HEX triplet: 9C, 9A and ED. RGB value is (156,154,237). Sum of RGB (Red+Green+Blue) = 156+154+237=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9AED is #636512. Grayscale: #A3A3A3. Windows color (decimal): -6513939 or 15571612. OLE color: 15571612.
HSL color Cylindrical-coordinate representation of color #9C9AED: hue angle of 241.45º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9AED is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 154 | 237 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.07 |
| HSL | 241.45º | 0.7% | 0.77% | - |
| HSV(B) | 241.45º | 0.35% | 0.93% | - |
| XYZ | 40.55 | 36.29 | 84.99 | - |
| YUV | 164.06 | 169.16 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 237 | 0.34 | 0.35 | 0 | 0.07 | 241.45 | 0.7 | 0.77 |
| Hex | 9C | 9A | ED | 22 | 23 | 0 | 7 | F1 | 46 | 4D |
| Octal | 234 | 232 | 355 | 42 | 43 | 0 | 7 | 361 | 106 | 115 |
| Binary | 10011100 | 10011010 | 11101101 | 100010 | 100011 | 0 | 111 | 11110001 | 1000110 | 1001101 |
Color Harmonies of #9C9AED
Complementary color
Monochromatic Colors of #9C9AED
Black with #9C9AED
Text Example
Text Example
White with #9C9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9AED; }
p { color: rgb(156,154,237); }
H1.HeaderClassName
{
color: #9C9AED;
}
.AnyTagClassName
{
color: #9C9AED;
}
</style>
background-color css
<style>
a { background-color: #9C9AED; }
a { background-color: rgb(156,154,237); }
div.DivClassName
{
background-color: #9C9AED;
}
.BgClassName
{
background-color: #9C9AED;
}
</style>
border-color css
<style>
span { border-color: #9C9AED; }
span { border-color: rgb(156,154,237); }
td.TdClassName
{
border-color: #9C9AED;
}
.TagClassName
{
border-color: #9C9AED;
}
</style>