Shades of Wistful #9D9ADB
Tints of Wistful #9D9ADB
RGB
CMYK
RGB Variations
Color information
#9D9ADB (or 0x9D9ADB) is known color: Wistful. HEX triplet: 9D, 9A and DB. RGB value is (157,154,219). Sum of RGB (Red+Green+Blue) = 157+154+219=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ADB is #626524. Grayscale: #A2A2A2. Windows color (decimal): -6448421 or 14391965. OLE color: 14391965.
HSL color Cylindrical-coordinate representation of color #9D9ADB: hue angle of 242.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9ADB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 154 | 219 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.14 |
| HSL | 242.77º | 0.47% | 0.73% | - |
| HSV(B) | 242.77º | 0.3% | 0.86% | - |
| XYZ | 38.25 | 35.39 | 71.83 | - |
| YUV | 162.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 219 | 0.28 | 0.30 | 0 | 0.14 | 242.77 | 0.47 | 0.73 |
| Hex | 9D | 9A | DB | 1C | 1E | 0 | E | F3 | 2F | 49 |
| Octal | 235 | 232 | 333 | 34 | 36 | 0 | 16 | 363 | 57 | 111 |
| Binary | 10011101 | 10011010 | 11011011 | 11100 | 11110 | 0 | 1110 | 11110011 | 101111 | 1001001 |
Color Harmonies of #9D9ADB
Complementary color
Monochromatic Colors of #9D9ADB
Black with #9D9ADB
Text Example
Text Example
White with #9D9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9ADB; }
p { color: rgb(157,154,219); }
H1.HeaderClassName
{
color: #9D9ADB;
}
.AnyTagClassName
{
color: #9D9ADB;
}
</style>
background-color css
<style>
a { background-color: #9D9ADB; }
a { background-color: rgb(157,154,219); }
div.DivClassName
{
background-color: #9D9ADB;
}
.BgClassName
{
background-color: #9D9ADB;
}
</style>
border-color css
<style>
span { border-color: #9D9ADB; }
span { border-color: rgb(157,154,219); }
td.TdClassName
{
border-color: #9D9ADB;
}
.TagClassName
{
border-color: #9D9ADB;
}
</style>