Shades of Wistful #9C96DE
Tints of Wistful #9C96DE
RGB
CMYK
RGB Variations
Color information
#9C96DE (or 0x9C96DE) is known color: Wistful. HEX triplet: 9C, 96 and DE. RGB value is (156,150,222). Sum of RGB (Red+Green+Blue) = 156+150+222=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C96DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96DE is #636921. Grayscale: #9F9F9F. Windows color (decimal): -6514978 or 14587548. OLE color: 14587548.
HSL color Cylindrical-coordinate representation of color #9C96DE: hue angle of 245º degrees, saturation: 0.52, 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 #9C96DE is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 150 | 222 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.13 |
| HSL | 245º | 0.52% | 0.73% | - |
| HSV(B) | 245º | 0.32% | 0.87% | - |
| XYZ | 37.8 | 34.15 | 73.71 | - |
| YUV | 160 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 222 | 0.30 | 0.32 | 0 | 0.13 | 245 | 0.52 | 0.73 |
| Hex | 9C | 96 | DE | 1E | 20 | 0 | D | F5 | 34 | 49 |
| Octal | 234 | 226 | 336 | 36 | 40 | 0 | 15 | 365 | 64 | 111 |
| Binary | 10011100 | 10010110 | 11011110 | 11110 | 100000 | 0 | 1101 | 11110101 | 110100 | 1001001 |
Color Harmonies of #9C96DE
Complementary color
Monochromatic Colors of #9C96DE
Black with #9C96DE
Text Example
Text Example
White with #9C96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96DE; }
p { color: rgb(156,150,222); }
H1.HeaderClassName
{
color: #9C96DE;
}
.AnyTagClassName
{
color: #9C96DE;
}
</style>
background-color css
<style>
a { background-color: #9C96DE; }
a { background-color: rgb(156,150,222); }
div.DivClassName
{
background-color: #9C96DE;
}
.BgClassName
{
background-color: #9C96DE;
}
</style>
border-color css
<style>
span { border-color: #9C96DE; }
span { border-color: rgb(156,150,222); }
td.TdClassName
{
border-color: #9C96DE;
}
.TagClassName
{
border-color: #9C96DE;
}
</style>