Shades of Wistful #9D91EF
Tints of Wistful #9D91EF
RGB
CMYK
RGB Variations
Color information
#9D91EF (or 0x9D91EF) is known color: Wistful. HEX triplet: 9D, 91 and EF. RGB value is (157,145,239). Sum of RGB (Red+Green+Blue) = 157+145+239=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D91EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D91EF is #626E10. Grayscale: #9E9E9E. Windows color (decimal): -6450705 or 15700381. OLE color: 15700381.
HSL color Cylindrical-coordinate representation of color #9D91EF: hue angle of 247.66º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D91EF is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 145 | 239 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.06 |
| HSL | 247.66º | 0.75% | 0.75% | - |
| HSV(B) | 247.66º | 0.39% | 0.94% | - |
| XYZ | 39.61 | 33.65 | 86.07 | - |
| YUV | 159.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 239 | 0.34 | 0.39 | 0 | 0.06 | 247.66 | 0.75 | 0.75 |
| Hex | 9D | 91 | EF | 22 | 27 | 0 | 6 | F8 | 4B | 4B |
| Octal | 235 | 221 | 357 | 42 | 47 | 0 | 6 | 370 | 113 | 113 |
| Binary | 10011101 | 10010001 | 11101111 | 100010 | 100111 | 0 | 110 | 11111000 | 1001011 | 1001011 |
Color Harmonies of #9D91EF
Complementary color
Monochromatic Colors of #9D91EF
Black with #9D91EF
Text Example
Text Example
White with #9D91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91EF; }
p { color: rgb(157,145,239); }
H1.HeaderClassName
{
color: #9D91EF;
}
.AnyTagClassName
{
color: #9D91EF;
}
</style>
background-color css
<style>
a { background-color: #9D91EF; }
a { background-color: rgb(157,145,239); }
div.DivClassName
{
background-color: #9D91EF;
}
.BgClassName
{
background-color: #9D91EF;
}
</style>
border-color css
<style>
span { border-color: #9D91EF; }
span { border-color: rgb(157,145,239); }
td.TdClassName
{
border-color: #9D91EF;
}
.TagClassName
{
border-color: #9D91EF;
}
</style>