Shades of Wistful #9D91EC
Tints of Wistful #9D91EC
RGB
CMYK
RGB Variations
Color information
#9D91EC (or 0x9D91EC) is known color: Wistful. HEX triplet: 9D, 91 and EC. RGB value is (157,145,236). Sum of RGB (Red+Green+Blue) = 157+145+236=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D91EC is #626E13. Grayscale: #9E9E9E. Windows color (decimal): -6450708 or 15503773. OLE color: 15503773.
HSL color Cylindrical-coordinate representation of color #9D91EC: hue angle of 247.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D91EC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 145 | 236 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.07 |
| HSL | 247.91º | 0.71% | 0.75% | - |
| HSV(B) | 247.91º | 0.39% | 0.93% | - |
| XYZ | 39.17 | 33.48 | 83.75 | - |
| YUV | 158.96 | 171.48 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 236 | 0.33 | 0.39 | 0 | 0.07 | 247.91 | 0.71 | 0.75 |
| Hex | 9D | 91 | EC | 21 | 27 | 0 | 7 | F8 | 47 | 4B |
| Octal | 235 | 221 | 354 | 41 | 47 | 0 | 7 | 370 | 107 | 113 |
| Binary | 10011101 | 10010001 | 11101100 | 100001 | 100111 | 0 | 111 | 11111000 | 1000111 | 1001011 |
Color Harmonies of #9D91EC
Complementary color
Monochromatic Colors of #9D91EC
Black with #9D91EC
Text Example
Text Example
White with #9D91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91EC; }
p { color: rgb(157,145,236); }
H1.HeaderClassName
{
color: #9D91EC;
}
.AnyTagClassName
{
color: #9D91EC;
}
</style>
background-color css
<style>
a { background-color: #9D91EC; }
a { background-color: rgb(157,145,236); }
div.DivClassName
{
background-color: #9D91EC;
}
.BgClassName
{
background-color: #9D91EC;
}
</style>
border-color css
<style>
span { border-color: #9D91EC; }
span { border-color: rgb(157,145,236); }
td.TdClassName
{
border-color: #9D91EC;
}
.TagClassName
{
border-color: #9D91EC;
}
</style>