Shades of Wistful #9C94DA
Tints of Wistful #9C94DA
RGB
CMYK
RGB Variations
Color information
#9C94DA (or 0x9C94DA) is known color: Wistful. HEX triplet: 9C, 94 and DA. RGB value is (156,148,218). Sum of RGB (Red+Green+Blue) = 156+148+218=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C94DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C94DA is #636B25. Grayscale: #9E9E9E. Windows color (decimal): -6515494 or 14324892. OLE color: 14324892.
HSL color Cylindrical-coordinate representation of color #9C94DA: hue angle of 246.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C94DA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 148 | 218 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.15 |
| HSL | 246.86º | 0.49% | 0.72% | - |
| HSV(B) | 246.86º | 0.32% | 0.85% | - |
| XYZ | 36.96 | 33.31 | 70.81 | - |
| YUV | 158.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 218 | 0.28 | 0.32 | 0 | 0.15 | 246.86 | 0.49 | 0.72 |
| Hex | 9C | 94 | DA | 1C | 20 | 0 | F | F7 | 31 | 48 |
| Octal | 234 | 224 | 332 | 34 | 40 | 0 | 17 | 367 | 61 | 110 |
| Binary | 10011100 | 10010100 | 11011010 | 11100 | 100000 | 0 | 1111 | 11110111 | 110001 | 1001000 |
Color Harmonies of #9C94DA
Complementary color
Monochromatic Colors of #9C94DA
Black with #9C94DA
Text Example
Text Example
White with #9C94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C94DA; }
p { color: rgb(156,148,218); }
H1.HeaderClassName
{
color: #9C94DA;
}
.AnyTagClassName
{
color: #9C94DA;
}
</style>
background-color css
<style>
a { background-color: #9C94DA; }
a { background-color: rgb(156,148,218); }
div.DivClassName
{
background-color: #9C94DA;
}
.BgClassName
{
background-color: #9C94DA;
}
</style>
border-color css
<style>
span { border-color: #9C94DA; }
span { border-color: rgb(156,148,218); }
td.TdClassName
{
border-color: #9C94DA;
}
.TagClassName
{
border-color: #9C94DA;
}
</style>