Shades of Wistful #9C97E5
Tints of Wistful #9C97E5
RGB
CMYK
RGB Variations
Color information
#9C97E5 (or 0x9C97E5) is known color: Wistful. HEX triplet: 9C, 97 and E5. RGB value is (156,151,229). Sum of RGB (Red+Green+Blue) = 156+151+229=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #9C97E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C97E5 is #63681A. Grayscale: #A1A1A1. Windows color (decimal): -6514715 or 15046556. OLE color: 15046556.
HSL color Cylindrical-coordinate representation of color #9C97E5: hue angle of 243.85º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C97E5 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 151 | 229 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.10 |
| HSL | 243.85º | 0.6% | 0.75% | - |
| HSV(B) | 243.85º | 0.34% | 0.9% | - |
| XYZ | 38.92 | 34.86 | 78.81 | - |
| YUV | 161.39 | 166.16 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 229 | 0.32 | 0.34 | 0 | 0.10 | 243.85 | 0.6 | 0.75 |
| Hex | 9C | 97 | E5 | 20 | 22 | 0 | A | F4 | 3C | 4B |
| Octal | 234 | 227 | 345 | 40 | 42 | 0 | 12 | 364 | 74 | 113 |
| Binary | 10011100 | 10010111 | 11100101 | 100000 | 100010 | 0 | 1010 | 11110100 | 111100 | 1001011 |
Color Harmonies of #9C97E5
Complementary color
Monochromatic Colors of #9C97E5
Black with #9C97E5
Text Example
Text Example
White with #9C97E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C97E5; }
p { color: rgb(156,151,229); }
H1.HeaderClassName
{
color: #9C97E5;
}
.AnyTagClassName
{
color: #9C97E5;
}
</style>
background-color css
<style>
a { background-color: #9C97E5; }
a { background-color: rgb(156,151,229); }
div.DivClassName
{
background-color: #9C97E5;
}
.BgClassName
{
background-color: #9C97E5;
}
</style>
border-color css
<style>
span { border-color: #9C97E5; }
span { border-color: rgb(156,151,229); }
td.TdClassName
{
border-color: #9C97E5;
}
.TagClassName
{
border-color: #9C97E5;
}
</style>