Shades of Wistful #9C96DD
Tints of Wistful #9C96DD
RGB
CMYK
RGB Variations
Color information
#9C96DD (or 0x9C96DD) is known color: Wistful. HEX triplet: 9C, 96 and DD. RGB value is (156,150,221). Sum of RGB (Red+Green+Blue) = 156+150+221=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C96DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96DD is #636922. Grayscale: #9F9F9F. Windows color (decimal): -6514979 or 14522012. OLE color: 14522012.
HSL color Cylindrical-coordinate representation of color #9C96DD: hue angle of 245.07º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C96DD is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 150 | 221 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.13 |
| HSL | 245.07º | 0.51% | 0.73% | - |
| HSV(B) | 245.07º | 0.32% | 0.87% | - |
| XYZ | 37.67 | 34.1 | 73 | - |
| YUV | 159.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 221 | 0.29 | 0.32 | 0 | 0.13 | 245.07 | 0.51 | 0.73 |
| Hex | 9C | 96 | DD | 1D | 20 | 0 | D | F5 | 33 | 49 |
| Octal | 234 | 226 | 335 | 35 | 40 | 0 | 15 | 365 | 63 | 111 |
| Binary | 10011100 | 10010110 | 11011101 | 11101 | 100000 | 0 | 1101 | 11110101 | 110011 | 1001001 |
Color Harmonies of #9C96DD
Complementary color
Monochromatic Colors of #9C96DD
Black with #9C96DD
Text Example
Text Example
White with #9C96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96DD; }
p { color: rgb(156,150,221); }
H1.HeaderClassName
{
color: #9C96DD;
}
.AnyTagClassName
{
color: #9C96DD;
}
</style>
background-color css
<style>
a { background-color: #9C96DD; }
a { background-color: rgb(156,150,221); }
div.DivClassName
{
background-color: #9C96DD;
}
.BgClassName
{
background-color: #9C96DD;
}
</style>
border-color css
<style>
span { border-color: #9C96DD; }
span { border-color: rgb(156,150,221); }
td.TdClassName
{
border-color: #9C96DD;
}
.TagClassName
{
border-color: #9C96DD;
}
</style>