Shades of Wistful #9D93EC
Tints of Wistful #9D93EC
RGB
CMYK
RGB Variations
Color information
#9D93EC (or 0x9D93EC) is known color: Wistful. HEX triplet: 9D, 93 and EC. RGB value is (157,147,236). Sum of RGB (Red+Green+Blue) = 157+147+236=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D93EC is #626C13. Grayscale: #9F9F9F. Windows color (decimal): -6450196 or 15504285. OLE color: 15504285.
HSL color Cylindrical-coordinate representation of color #9D93EC: hue angle of 246.74º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D93EC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 147 | 236 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.07 |
| HSL | 246.74º | 0.7% | 0.75% | - |
| HSV(B) | 246.74º | 0.38% | 0.93% | - |
| XYZ | 39.48 | 34.09 | 83.86 | - |
| YUV | 160.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 236 | 0.33 | 0.38 | 0 | 0.07 | 246.74 | 0.7 | 0.75 |
| Hex | 9D | 93 | EC | 21 | 26 | 0 | 7 | F7 | 46 | 4B |
| Octal | 235 | 223 | 354 | 41 | 46 | 0 | 7 | 367 | 106 | 113 |
| Binary | 10011101 | 10010011 | 11101100 | 100001 | 100110 | 0 | 111 | 11110111 | 1000110 | 1001011 |
Color Harmonies of #9D93EC
Complementary color
Monochromatic Colors of #9D93EC
Black with #9D93EC
Text Example
Text Example
White with #9D93EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D93EC; }
p { color: rgb(157,147,236); }
H1.HeaderClassName
{
color: #9D93EC;
}
.AnyTagClassName
{
color: #9D93EC;
}
</style>
background-color css
<style>
a { background-color: #9D93EC; }
a { background-color: rgb(157,147,236); }
div.DivClassName
{
background-color: #9D93EC;
}
.BgClassName
{
background-color: #9D93EC;
}
</style>
border-color css
<style>
span { border-color: #9D93EC; }
span { border-color: rgb(157,147,236); }
td.TdClassName
{
border-color: #9D93EC;
}
.TagClassName
{
border-color: #9D93EC;
}
</style>