Shades of Wistful #9D90CF
Tints of Wistful #9D90CF
RGB
CMYK
RGB Variations
Color information
#9D90CF (or 0x9D90CF) is known color: Wistful. HEX triplet: 9D, 90 and CF. RGB value is (157,144,207). Sum of RGB (Red+Green+Blue) = 157+144+207=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D90CF is #626F30. Grayscale: #9A9A9A. Windows color (decimal): -6450993 or 13602973. OLE color: 13602973.
HSL color Cylindrical-coordinate representation of color #9D90CF: hue angle of 252.38º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D90CF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 144 | 207 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.19 |
| HSL | 252.38º | 0.4% | 0.69% | - |
| HSV(B) | 252.38º | 0.3% | 0.81% | - |
| XYZ | 35.14 | 31.62 | 63.28 | - |
| YUV | 155.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 207 | 0.24 | 0.30 | 0 | 0.19 | 252.38 | 0.4 | 0.69 |
| Hex | 9D | 90 | CF | 18 | 1E | 0 | 13 | FC | 28 | 45 |
| Octal | 235 | 220 | 317 | 30 | 36 | 0 | 23 | 374 | 50 | 105 |
| Binary | 10011101 | 10010000 | 11001111 | 11000 | 11110 | 0 | 10011 | 11111100 | 101000 | 1000101 |
Color Harmonies of #9D90CF
Complementary color
Monochromatic Colors of #9D90CF
Black with #9D90CF
Text Example
Text Example
White with #9D90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90CF; }
p { color: rgb(157,144,207); }
H1.HeaderClassName
{
color: #9D90CF;
}
.AnyTagClassName
{
color: #9D90CF;
}
</style>
background-color css
<style>
a { background-color: #9D90CF; }
a { background-color: rgb(157,144,207); }
div.DivClassName
{
background-color: #9D90CF;
}
.BgClassName
{
background-color: #9D90CF;
}
</style>
border-color css
<style>
span { border-color: #9D90CF; }
span { border-color: rgb(157,144,207); }
td.TdClassName
{
border-color: #9D90CF;
}
.TagClassName
{
border-color: #9D90CF;
}
</style>