Shades of Wistful #9F90CF
Tints of Wistful #9F90CF
RGB
CMYK
RGB Variations
Color information
#9F90CF (or 0x9F90CF) is known color: Wistful. HEX triplet: 9F, 90 and CF. RGB value is (159,144,207). Sum of RGB (Red+Green+Blue) = 159+144+207=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90CF is #606F30. Grayscale: #9B9B9B. Windows color (decimal): -6319921 or 13602975. OLE color: 13602975.
HSL color Cylindrical-coordinate representation of color #9F90CF: hue angle of 254.29º 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 #9F90CF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 144 | 207 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.19 |
| HSL | 254.29º | 0.4% | 0.69% | - |
| HSV(B) | 254.29º | 0.3% | 0.81% | - |
| XYZ | 35.53 | 31.82 | 63.3 | - |
| YUV | 155.67 | 156.97 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 207 | 0.23 | 0.30 | 0 | 0.19 | 254.29 | 0.4 | 0.69 |
| Hex | 9F | 90 | CF | 17 | 1E | 0 | 13 | FE | 28 | 45 |
| Octal | 237 | 220 | 317 | 27 | 36 | 0 | 23 | 376 | 50 | 105 |
| Binary | 10011111 | 10010000 | 11001111 | 10111 | 11110 | 0 | 10011 | 11111110 | 101000 | 1000101 |
Color Harmonies of #9F90CF
Complementary color
Monochromatic Colors of #9F90CF
Black with #9F90CF
Text Example
Text Example
White with #9F90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90CF; }
p { color: rgb(159,144,207); }
H1.HeaderClassName
{
color: #9F90CF;
}
.AnyTagClassName
{
color: #9F90CF;
}
</style>
background-color css
<style>
a { background-color: #9F90CF; }
a { background-color: rgb(159,144,207); }
div.DivClassName
{
background-color: #9F90CF;
}
.BgClassName
{
background-color: #9F90CF;
}
</style>
border-color css
<style>
span { border-color: #9F90CF; }
span { border-color: rgb(159,144,207); }
td.TdClassName
{
border-color: #9F90CF;
}
.TagClassName
{
border-color: #9F90CF;
}
</style>