Shades of Wistful #9E93DA
Tints of Wistful #9E93DA
RGB
CMYK
RGB Variations
Color information
#9E93DA (or 0x9E93DA) is known color: Wistful. HEX triplet: 9E, 93 and DA. RGB value is (158,147,218). Sum of RGB (Red+Green+Blue) = 158+147+218=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93DA is #616C25. Grayscale: #9E9E9E. Windows color (decimal): -6384678 or 14324638. OLE color: 14324638.
HSL color Cylindrical-coordinate representation of color #9E93DA: hue angle of 249.3º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E93DA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 147 | 218 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.15 |
| HSL | 249.3º | 0.49% | 0.72% | - |
| HSV(B) | 249.3º | 0.33% | 0.85% | - |
| XYZ | 37.19 | 33.2 | 70.78 | - |
| YUV | 158.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 218 | 0.28 | 0.33 | 0 | 0.15 | 249.3 | 0.49 | 0.72 |
| Hex | 9E | 93 | DA | 1C | 21 | 0 | F | F9 | 31 | 48 |
| Octal | 236 | 223 | 332 | 34 | 41 | 0 | 17 | 371 | 61 | 110 |
| Binary | 10011110 | 10010011 | 11011010 | 11100 | 100001 | 0 | 1111 | 11111001 | 110001 | 1001000 |
Color Harmonies of #9E93DA
Complementary color
Monochromatic Colors of #9E93DA
Black with #9E93DA
Text Example
Text Example
White with #9E93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E93DA; }
p { color: rgb(158,147,218); }
H1.HeaderClassName
{
color: #9E93DA;
}
.AnyTagClassName
{
color: #9E93DA;
}
</style>
background-color css
<style>
a { background-color: #9E93DA; }
a { background-color: rgb(158,147,218); }
div.DivClassName
{
background-color: #9E93DA;
}
.BgClassName
{
background-color: #9E93DA;
}
</style>
border-color css
<style>
span { border-color: #9E93DA; }
span { border-color: rgb(158,147,218); }
td.TdClassName
{
border-color: #9E93DA;
}
.TagClassName
{
border-color: #9E93DA;
}
</style>