Shades of Wistful #9D91DD
Tints of Wistful #9D91DD
RGB
CMYK
RGB Variations
Color information
#9D91DD (or 0x9D91DD) is known color: Wistful. HEX triplet: 9D, 91 and DD. RGB value is (157,145,221). Sum of RGB (Red+Green+Blue) = 157+145+221=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91DD is #626E22. Grayscale: #9C9C9C. Windows color (decimal): -6450723 or 14520733. OLE color: 14520733.
HSL color Cylindrical-coordinate representation of color #9D91DD: hue angle of 249.47º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D91DD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 145 | 221 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.13 |
| HSL | 249.47º | 0.53% | 0.72% | - |
| HSV(B) | 249.47º | 0.34% | 0.87% | - |
| XYZ | 37.08 | 32.64 | 72.75 | - |
| YUV | 157.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 221 | 0.29 | 0.34 | 0 | 0.13 | 249.47 | 0.53 | 0.72 |
| Hex | 9D | 91 | DD | 1D | 22 | 0 | D | F9 | 35 | 48 |
| Octal | 235 | 221 | 335 | 35 | 42 | 0 | 15 | 371 | 65 | 110 |
| Binary | 10011101 | 10010001 | 11011101 | 11101 | 100010 | 0 | 1101 | 11111001 | 110101 | 1001000 |
Color Harmonies of #9D91DD
Complementary color
Monochromatic Colors of #9D91DD
Black with #9D91DD
Text Example
Text Example
White with #9D91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91DD; }
p { color: rgb(157,145,221); }
H1.HeaderClassName
{
color: #9D91DD;
}
.AnyTagClassName
{
color: #9D91DD;
}
</style>
background-color css
<style>
a { background-color: #9D91DD; }
a { background-color: rgb(157,145,221); }
div.DivClassName
{
background-color: #9D91DD;
}
.BgClassName
{
background-color: #9D91DD;
}
</style>
border-color css
<style>
span { border-color: #9D91DD; }
span { border-color: rgb(157,145,221); }
td.TdClassName
{
border-color: #9D91DD;
}
.TagClassName
{
border-color: #9D91DD;
}
</style>