Shades of Wistful #9C93DE
Tints of Wistful #9C93DE
RGB
CMYK
RGB Variations
Color information
#9C93DE (or 0x9C93DE) is known color: Wistful. HEX triplet: 9C, 93 and DE. RGB value is (156,147,222). Sum of RGB (Red+Green+Blue) = 156+147+222=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93DE is #636C21. Grayscale: #9D9D9D. Windows color (decimal): -6515746 or 14586780. OLE color: 14586780.
HSL color Cylindrical-coordinate representation of color #9C93DE: hue angle of 247.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C93DE is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 147 | 222 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.13 |
| HSL | 247.2º | 0.53% | 0.72% | - |
| HSV(B) | 247.2º | 0.34% | 0.87% | - |
| XYZ | 37.33 | 33.21 | 73.55 | - |
| YUV | 158.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 222 | 0.30 | 0.34 | 0 | 0.13 | 247.2 | 0.53 | 0.72 |
| Hex | 9C | 93 | DE | 1E | 22 | 0 | D | F7 | 35 | 48 |
| Octal | 234 | 223 | 336 | 36 | 42 | 0 | 15 | 367 | 65 | 110 |
| Binary | 10011100 | 10010011 | 11011110 | 11110 | 100010 | 0 | 1101 | 11110111 | 110101 | 1001000 |
Color Harmonies of #9C93DE
Complementary color
Monochromatic Colors of #9C93DE
Black with #9C93DE
Text Example
Text Example
White with #9C93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93DE; }
p { color: rgb(156,147,222); }
H1.HeaderClassName
{
color: #9C93DE;
}
.AnyTagClassName
{
color: #9C93DE;
}
</style>
background-color css
<style>
a { background-color: #9C93DE; }
a { background-color: rgb(156,147,222); }
div.DivClassName
{
background-color: #9C93DE;
}
.BgClassName
{
background-color: #9C93DE;
}
</style>
border-color css
<style>
span { border-color: #9C93DE; }
span { border-color: rgb(156,147,222); }
td.TdClassName
{
border-color: #9C93DE;
}
.TagClassName
{
border-color: #9C93DE;
}
</style>