Shades of Wistful #9C95DC
Tints of Wistful #9C95DC
RGB
CMYK
RGB Variations
Color information
#9C95DC (or 0x9C95DC) is known color: Wistful. HEX triplet: 9C, 95 and DC. RGB value is (156,149,220). Sum of RGB (Red+Green+Blue) = 156+149+220=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C95DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C95DC is #636A23. Grayscale: #9E9E9E. Windows color (decimal): -6515236 or 14456220. OLE color: 14456220.
HSL color Cylindrical-coordinate representation of color #9C95DC: hue angle of 245.92º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C95DC is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 149 | 220 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.14 |
| HSL | 245.92º | 0.5% | 0.72% | - |
| HSV(B) | 245.92º | 0.32% | 0.86% | - |
| XYZ | 37.38 | 33.73 | 72.25 | - |
| YUV | 159.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 220 | 0.29 | 0.32 | 0 | 0.14 | 245.92 | 0.5 | 0.72 |
| Hex | 9C | 95 | DC | 1D | 20 | 0 | E | F6 | 32 | 48 |
| Octal | 234 | 225 | 334 | 35 | 40 | 0 | 16 | 366 | 62 | 110 |
| Binary | 10011100 | 10010101 | 11011100 | 11101 | 100000 | 0 | 1110 | 11110110 | 110010 | 1001000 |
Color Harmonies of #9C95DC
Complementary color
Monochromatic Colors of #9C95DC
Black with #9C95DC
Text Example
Text Example
White with #9C95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C95DC; }
p { color: rgb(156,149,220); }
H1.HeaderClassName
{
color: #9C95DC;
}
.AnyTagClassName
{
color: #9C95DC;
}
</style>
background-color css
<style>
a { background-color: #9C95DC; }
a { background-color: rgb(156,149,220); }
div.DivClassName
{
background-color: #9C95DC;
}
.BgClassName
{
background-color: #9C95DC;
}
</style>
border-color css
<style>
span { border-color: #9C95DC; }
span { border-color: rgb(156,149,220); }
td.TdClassName
{
border-color: #9C95DC;
}
.TagClassName
{
border-color: #9C95DC;
}
</style>