Shades of Wistful #9C8FDD
Tints of Wistful #9C8FDD
RGB
CMYK
RGB Variations
Color information
#9C8FDD (or 0x9C8FDD) is known color: Wistful. HEX triplet: 9C, 8F and DD. RGB value is (156,143,221). Sum of RGB (Red+Green+Blue) = 156+143+221=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FDD is #637022. Grayscale: #9B9B9B. Windows color (decimal): -6516771 or 14520220. OLE color: 14520220.
HSL color Cylindrical-coordinate representation of color #9C8FDD: hue angle of 250º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8FDD is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 143 | 221 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.13 |
| HSL | 250º | 0.53% | 0.71% | - |
| HSV(B) | 250º | 0.35% | 0.87% | - |
| XYZ | 36.58 | 31.93 | 72.64 | - |
| YUV | 155.78 | 164.81 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 221 | 0.29 | 0.35 | 0 | 0.13 | 250 | 0.53 | 0.71 |
| Hex | 9C | 8F | DD | 1D | 23 | 0 | D | FA | 35 | 47 |
| Octal | 234 | 217 | 335 | 35 | 43 | 0 | 15 | 372 | 65 | 107 |
| Binary | 10011100 | 10001111 | 11011101 | 11101 | 100011 | 0 | 1101 | 11111010 | 110101 | 1000111 |
Color Harmonies of #9C8FDD
Complementary color
Monochromatic Colors of #9C8FDD
Black with #9C8FDD
Text Example
Text Example
White with #9C8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FDD; }
p { color: rgb(156,143,221); }
H1.HeaderClassName
{
color: #9C8FDD;
}
.AnyTagClassName
{
color: #9C8FDD;
}
</style>
background-color css
<style>
a { background-color: #9C8FDD; }
a { background-color: rgb(156,143,221); }
div.DivClassName
{
background-color: #9C8FDD;
}
.BgClassName
{
background-color: #9C8FDD;
}
</style>
border-color css
<style>
span { border-color: #9C8FDD; }
span { border-color: rgb(156,143,221); }
td.TdClassName
{
border-color: #9C8FDD;
}
.TagClassName
{
border-color: #9C8FDD;
}
</style>