Shades of Wistful #9D96E6
Tints of Wistful #9D96E6
RGB
CMYK
RGB Variations
Color information
#9D96E6 (or 0x9D96E6) is known color: Wistful. HEX triplet: 9D, 96 and E6. RGB value is (157,150,230). Sum of RGB (Red+Green+Blue) = 157+150+230=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 230 (90.23% from 255 or 42.83% from 537); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D96E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D96E6 is #626919. Grayscale: #A0A0A0. Windows color (decimal): -6449434 or 15111837. OLE color: 15111837.
HSL color Cylindrical-coordinate representation of color #9D96E6: hue angle of 245.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D96E6 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 150 | 230 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.10 |
| HSL | 245.25º | 0.62% | 0.75% | - |
| HSV(B) | 245.25º | 0.35% | 0.9% | - |
| XYZ | 39.09 | 34.69 | 79.5 | - |
| YUV | 161.21 | 166.82 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 230 | 0.32 | 0.35 | 0 | 0.10 | 245.25 | 0.62 | 0.75 |
| Hex | 9D | 96 | E6 | 20 | 23 | 0 | A | F5 | 3E | 4B |
| Octal | 235 | 226 | 346 | 40 | 43 | 0 | 12 | 365 | 76 | 113 |
| Binary | 10011101 | 10010110 | 11100110 | 100000 | 100011 | 0 | 1010 | 11110101 | 111110 | 1001011 |
Color Harmonies of #9D96E6
Complementary color
Monochromatic Colors of #9D96E6
Black with #9D96E6
Text Example
Text Example
White with #9D96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D96E6; }
p { color: rgb(157,150,230); }
H1.HeaderClassName
{
color: #9D96E6;
}
.AnyTagClassName
{
color: #9D96E6;
}
</style>
background-color css
<style>
a { background-color: #9D96E6; }
a { background-color: rgb(157,150,230); }
div.DivClassName
{
background-color: #9D96E6;
}
.BgClassName
{
background-color: #9D96E6;
}
</style>
border-color css
<style>
span { border-color: #9D96E6; }
span { border-color: rgb(157,150,230); }
td.TdClassName
{
border-color: #9D96E6;
}
.TagClassName
{
border-color: #9D96E6;
}
</style>