Shades of Wistful #9D91CE
Tints of Wistful #9D91CE
RGB
CMYK
RGB Variations
Color information
#9D91CE (or 0x9D91CE) is known color: Wistful. HEX triplet: 9D, 91 and CE. RGB value is (157,145,206). Sum of RGB (Red+Green+Blue) = 157+145+206=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91CE is #626E31. Grayscale: #9B9B9B. Windows color (decimal): -6450738 or 13537693. OLE color: 13537693.
HSL color Cylindrical-coordinate representation of color #9D91CE: hue angle of 251.8º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D91CE is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 145 | 206 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.19 |
| HSL | 251.8º | 0.38% | 0.69% | - |
| HSV(B) | 251.8º | 0.3% | 0.81% | - |
| XYZ | 35.17 | 31.88 | 62.69 | - |
| YUV | 155.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 206 | 0.24 | 0.30 | 0 | 0.19 | 251.8 | 0.38 | 0.69 |
| Hex | 9D | 91 | CE | 18 | 1E | 0 | 13 | FC | 26 | 45 |
| Octal | 235 | 221 | 316 | 30 | 36 | 0 | 23 | 374 | 46 | 105 |
| Binary | 10011101 | 10010001 | 11001110 | 11000 | 11110 | 0 | 10011 | 11111100 | 100110 | 1000101 |
Color Harmonies of #9D91CE
Complementary color
Monochromatic Colors of #9D91CE
Black with #9D91CE
Text Example
Text Example
White with #9D91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91CE; }
p { color: rgb(157,145,206); }
H1.HeaderClassName
{
color: #9D91CE;
}
.AnyTagClassName
{
color: #9D91CE;
}
</style>
background-color css
<style>
a { background-color: #9D91CE; }
a { background-color: rgb(157,145,206); }
div.DivClassName
{
background-color: #9D91CE;
}
.BgClassName
{
background-color: #9D91CE;
}
</style>
border-color css
<style>
span { border-color: #9D91CE; }
span { border-color: rgb(157,145,206); }
td.TdClassName
{
border-color: #9D91CE;
}
.TagClassName
{
border-color: #9D91CE;
}
</style>