Shades of Wistful #9D97C1
Tints of Wistful #9D97C1
RGB
CMYK
RGB Variations
Color information
#9D97C1 (or 0x9D97C1) is known color: Wistful. HEX triplet: 9D, 97 and C1. RGB value is (157,151,193). Sum of RGB (Red+Green+Blue) = 157+151+193=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D97C1 is #62683E. Grayscale: #9D9D9D. Windows color (decimal): -6449215 or 12687261. OLE color: 12687261.
HSL color Cylindrical-coordinate representation of color #9D97C1: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D97C1 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 151 | 193 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.24 |
| HSL | 248.57º | 0.25% | 0.67% | - |
| HSV(B) | 248.57º | 0.22% | 0.76% | - |
| XYZ | 34.6 | 33.15 | 55.03 | - |
| YUV | 157.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 193 | 0.19 | 0.22 | 0 | 0.24 | 248.57 | 0.25 | 0.67 |
| Hex | 9D | 97 | C1 | 13 | 16 | 0 | 18 | F9 | 19 | 43 |
| Octal | 235 | 227 | 301 | 23 | 26 | 0 | 30 | 371 | 31 | 103 |
| Binary | 10011101 | 10010111 | 11000001 | 10011 | 10110 | 0 | 11000 | 11111001 | 11001 | 1000011 |
Color Harmonies of #9D97C1
Complementary color
Monochromatic Colors of #9D97C1
Black with #9D97C1
Text Example
Text Example
White with #9D97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D97C1; }
p { color: rgb(157,151,193); }
H1.HeaderClassName
{
color: #9D97C1;
}
.AnyTagClassName
{
color: #9D97C1;
}
</style>
background-color css
<style>
a { background-color: #9D97C1; }
a { background-color: rgb(157,151,193); }
div.DivClassName
{
background-color: #9D97C1;
}
.BgClassName
{
background-color: #9D97C1;
}
</style>
border-color css
<style>
span { border-color: #9D97C1; }
span { border-color: rgb(157,151,193); }
td.TdClassName
{
border-color: #9D97C1;
}
.TagClassName
{
border-color: #9D97C1;
}
</style>