Shades of Wistful #9C96DF
Tints of Wistful #9C96DF
RGB
CMYK
RGB Variations
Color information
#9C96DF (or 0x9C96DF) is known color: Wistful. HEX triplet: 9C, 96 and DF. RGB value is (156,150,223). Sum of RGB (Red+Green+Blue) = 156+150+223=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96DF is #636920. Grayscale: #9F9F9F. Windows color (decimal): -6514977 or 14653084. OLE color: 14653084.
HSL color Cylindrical-coordinate representation of color #9C96DF: hue angle of 244.93º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C96DF is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 150 | 223 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.13 |
| HSL | 244.93º | 0.53% | 0.73% | - |
| HSV(B) | 244.93º | 0.33% | 0.87% | - |
| XYZ | 37.94 | 34.21 | 74.42 | - |
| YUV | 160.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 223 | 0.30 | 0.33 | 0 | 0.13 | 244.93 | 0.53 | 0.73 |
| Hex | 9C | 96 | DF | 1E | 21 | 0 | D | F5 | 35 | 49 |
| Octal | 234 | 226 | 337 | 36 | 41 | 0 | 15 | 365 | 65 | 111 |
| Binary | 10011100 | 10010110 | 11011111 | 11110 | 100001 | 0 | 1101 | 11110101 | 110101 | 1001001 |
Color Harmonies of #9C96DF
Complementary color
Monochromatic Colors of #9C96DF
Black with #9C96DF
Text Example
Text Example
White with #9C96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96DF; }
p { color: rgb(156,150,223); }
H1.HeaderClassName
{
color: #9C96DF;
}
.AnyTagClassName
{
color: #9C96DF;
}
</style>
background-color css
<style>
a { background-color: #9C96DF; }
a { background-color: rgb(156,150,223); }
div.DivClassName
{
background-color: #9C96DF;
}
.BgClassName
{
background-color: #9C96DF;
}
</style>
border-color css
<style>
span { border-color: #9C96DF; }
span { border-color: rgb(156,150,223); }
td.TdClassName
{
border-color: #9C96DF;
}
.TagClassName
{
border-color: #9C96DF;
}
</style>