Shades of Wistful #9D90DC
Tints of Wistful #9D90DC
RGB
CMYK
RGB Variations
Color information
#9D90DC (or 0x9D90DC) is known color: Wistful. HEX triplet: 9D, 90 and DC. RGB value is (157,144,220). Sum of RGB (Red+Green+Blue) = 157+144+220=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90DC is #626F23. Grayscale: #9C9C9C. Windows color (decimal): -6450980 or 14454941. OLE color: 14454941.
HSL color Cylindrical-coordinate representation of color #9D90DC: hue angle of 250.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D90DC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 144 | 220 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.14 |
| HSL | 250.26º | 0.52% | 0.71% | - |
| HSV(B) | 250.26º | 0.35% | 0.86% | - |
| XYZ | 36.8 | 32.28 | 72 | - |
| YUV | 156.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 220 | 0.29 | 0.35 | 0 | 0.14 | 250.26 | 0.52 | 0.71 |
| Hex | 9D | 90 | DC | 1D | 23 | 0 | E | FA | 34 | 47 |
| Octal | 235 | 220 | 334 | 35 | 43 | 0 | 16 | 372 | 64 | 107 |
| Binary | 10011101 | 10010000 | 11011100 | 11101 | 100011 | 0 | 1110 | 11111010 | 110100 | 1000111 |
Color Harmonies of #9D90DC
Complementary color
Monochromatic Colors of #9D90DC
Black with #9D90DC
Text Example
Text Example
White with #9D90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90DC; }
p { color: rgb(157,144,220); }
H1.HeaderClassName
{
color: #9D90DC;
}
.AnyTagClassName
{
color: #9D90DC;
}
</style>
background-color css
<style>
a { background-color: #9D90DC; }
a { background-color: rgb(157,144,220); }
div.DivClassName
{
background-color: #9D90DC;
}
.BgClassName
{
background-color: #9D90DC;
}
</style>
border-color css
<style>
span { border-color: #9D90DC; }
span { border-color: rgb(157,144,220); }
td.TdClassName
{
border-color: #9D90DC;
}
.TagClassName
{
border-color: #9D90DC;
}
</style>