Shades of Wistful #9C90CF
Tints of Wistful #9C90CF
RGB
CMYK
RGB Variations
Color information
#9C90CF (or 0x9C90CF) is known color: Wistful. HEX triplet: 9C, 90 and CF. RGB value is (156,144,207). Sum of RGB (Red+Green+Blue) = 156+144+207=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C90CF is #636F30. Grayscale: #9A9A9A. Windows color (decimal): -6516529 or 13602972. OLE color: 13602972.
HSL color Cylindrical-coordinate representation of color #9C90CF: hue angle of 251.43º 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 #9C90CF is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 144 | 207 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.19 |
| HSL | 251.43º | 0.4% | 0.69% | - |
| HSV(B) | 251.43º | 0.3% | 0.81% | - |
| XYZ | 34.95 | 31.52 | 63.27 | - |
| YUV | 154.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 207 | 0.25 | 0.30 | 0 | 0.19 | 251.43 | 0.4 | 0.69 |
| Hex | 9C | 90 | CF | 19 | 1E | 0 | 13 | FB | 28 | 45 |
| Octal | 234 | 220 | 317 | 31 | 36 | 0 | 23 | 373 | 50 | 105 |
| Binary | 10011100 | 10010000 | 11001111 | 11001 | 11110 | 0 | 10011 | 11111011 | 101000 | 1000101 |
Color Harmonies of #9C90CF
Complementary color
Monochromatic Colors of #9C90CF
Black with #9C90CF
Text Example
Text Example
White with #9C90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90CF; }
p { color: rgb(156,144,207); }
H1.HeaderClassName
{
color: #9C90CF;
}
.AnyTagClassName
{
color: #9C90CF;
}
</style>
background-color css
<style>
a { background-color: #9C90CF; }
a { background-color: rgb(156,144,207); }
div.DivClassName
{
background-color: #9C90CF;
}
.BgClassName
{
background-color: #9C90CF;
}
</style>
border-color css
<style>
span { border-color: #9C90CF; }
span { border-color: rgb(156,144,207); }
td.TdClassName
{
border-color: #9C90CF;
}
.TagClassName
{
border-color: #9C90CF;
}
</style>