Shades of Portage #9D9AED
Tints of Portage #9D9AED
RGB
CMYK
RGB Variations
Color information
#9D9AED (or 0x9D9AED) is known color: Portage. HEX triplet: 9D, 9A and ED. RGB value is (157,154,237). Sum of RGB (Red+Green+Blue) = 157+154+237=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9AED is #626512. Grayscale: #A4A4A4. Windows color (decimal): -6448403 or 15571613. OLE color: 15571613.
HSL color Cylindrical-coordinate representation of color #9D9AED: hue angle of 242.17º 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 #9D9AED is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 154 | 237 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.07 |
| HSL | 242.17º | 0.7% | 0.77% | - |
| HSV(B) | 242.17º | 0.35% | 0.93% | - |
| XYZ | 40.75 | 36.39 | 85 | - |
| YUV | 164.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 237 | 0.34 | 0.35 | 0 | 0.07 | 242.17 | 0.7 | 0.77 |
| Hex | 9D | 9A | ED | 22 | 23 | 0 | 7 | F2 | 46 | 4D |
| Octal | 235 | 232 | 355 | 42 | 43 | 0 | 7 | 362 | 106 | 115 |
| Binary | 10011101 | 10011010 | 11101101 | 100010 | 100011 | 0 | 111 | 11110010 | 1000110 | 1001101 |
Color Harmonies of #9D9AED
Complementary color
Monochromatic Colors of #9D9AED
Black with #9D9AED
Text Example
Text Example
White with #9D9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9AED; }
p { color: rgb(157,154,237); }
H1.HeaderClassName
{
color: #9D9AED;
}
.AnyTagClassName
{
color: #9D9AED;
}
</style>
background-color css
<style>
a { background-color: #9D9AED; }
a { background-color: rgb(157,154,237); }
div.DivClassName
{
background-color: #9D9AED;
}
.BgClassName
{
background-color: #9D9AED;
}
</style>
border-color css
<style>
span { border-color: #9D9AED; }
span { border-color: rgb(157,154,237); }
td.TdClassName
{
border-color: #9D9AED;
}
.TagClassName
{
border-color: #9D9AED;
}
</style>