Shades of Wistful #9C93DD
Tints of Wistful #9C93DD
RGB
CMYK
RGB Variations
Color information
#9C93DD (or 0x9C93DD) is known color: Wistful. HEX triplet: 9C, 93 and DD. RGB value is (156,147,221). Sum of RGB (Red+Green+Blue) = 156+147+221=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93DD is #636C22. Grayscale: #9D9D9D. Windows color (decimal): -6515747 or 14521244. OLE color: 14521244.
HSL color Cylindrical-coordinate representation of color #9C93DD: hue angle of 247.3º 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 #9C93DD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 147 | 221 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.13 |
| HSL | 247.3º | 0.52% | 0.72% | - |
| HSV(B) | 247.3º | 0.33% | 0.87% | - |
| XYZ | 37.2 | 33.16 | 72.85 | - |
| YUV | 158.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 221 | 0.29 | 0.33 | 0 | 0.13 | 247.3 | 0.52 | 0.72 |
| Hex | 9C | 93 | DD | 1D | 21 | 0 | D | F7 | 34 | 48 |
| Octal | 234 | 223 | 335 | 35 | 41 | 0 | 15 | 367 | 64 | 110 |
| Binary | 10011100 | 10010011 | 11011101 | 11101 | 100001 | 0 | 1101 | 11110111 | 110100 | 1001000 |
Color Harmonies of #9C93DD
Complementary color
Monochromatic Colors of #9C93DD
Black with #9C93DD
Text Example
Text Example
White with #9C93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93DD; }
p { color: rgb(156,147,221); }
H1.HeaderClassName
{
color: #9C93DD;
}
.AnyTagClassName
{
color: #9C93DD;
}
</style>
background-color css
<style>
a { background-color: #9C93DD; }
a { background-color: rgb(156,147,221); }
div.DivClassName
{
background-color: #9C93DD;
}
.BgClassName
{
background-color: #9C93DD;
}
</style>
border-color css
<style>
span { border-color: #9C93DD; }
span { border-color: rgb(156,147,221); }
td.TdClassName
{
border-color: #9C93DD;
}
.TagClassName
{
border-color: #9C93DD;
}
</style>