Shades of Wistful #9C94DD
Tints of Wistful #9C94DD
RGB
CMYK
RGB Variations
Color information
#9C94DD (or 0x9C94DD) is known color: Wistful. HEX triplet: 9C, 94 and DD. RGB value is (156,148,221). Sum of RGB (Red+Green+Blue) = 156+148+221=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94DD is #636B22. Grayscale: #9E9E9E. Windows color (decimal): -6515491 or 14521500. OLE color: 14521500.
HSL color Cylindrical-coordinate representation of color #9C94DD: hue angle of 246.58º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C94DD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 148 | 221 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.13 |
| HSL | 246.58º | 0.52% | 0.72% | - |
| HSV(B) | 246.58º | 0.33% | 0.87% | - |
| XYZ | 37.35 | 33.47 | 72.9 | - |
| YUV | 158.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 221 | 0.29 | 0.33 | 0 | 0.13 | 246.58 | 0.52 | 0.72 |
| Hex | 9C | 94 | DD | 1D | 21 | 0 | D | F7 | 34 | 48 |
| Octal | 234 | 224 | 335 | 35 | 41 | 0 | 15 | 367 | 64 | 110 |
| Binary | 10011100 | 10010100 | 11011101 | 11101 | 100001 | 0 | 1101 | 11110111 | 110100 | 1001000 |
Color Harmonies of #9C94DD
Complementary color
Monochromatic Colors of #9C94DD
Black with #9C94DD
Text Example
Text Example
White with #9C94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C94DD; }
p { color: rgb(156,148,221); }
H1.HeaderClassName
{
color: #9C94DD;
}
.AnyTagClassName
{
color: #9C94DD;
}
</style>
background-color css
<style>
a { background-color: #9C94DD; }
a { background-color: rgb(156,148,221); }
div.DivClassName
{
background-color: #9C94DD;
}
.BgClassName
{
background-color: #9C94DD;
}
</style>
border-color css
<style>
span { border-color: #9C94DD; }
span { border-color: rgb(156,148,221); }
td.TdClassName
{
border-color: #9C94DD;
}
.TagClassName
{
border-color: #9C94DD;
}
</style>