Shades of Wistful #9C91E5
Tints of Wistful #9C91E5
RGB
CMYK
RGB Variations
Color information
#9C91E5 (or 0x9C91E5) is known color: Wistful. HEX triplet: 9C, 91 and E5. RGB value is (156,145,229). Sum of RGB (Red+Green+Blue) = 156+145+229=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #9C91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91E5 is #636E1A. Grayscale: #9D9D9D. Windows color (decimal): -6516251 or 15045020. OLE color: 15045020.
HSL color Cylindrical-coordinate representation of color #9C91E5: hue angle of 247.86º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C91E5 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 145 | 229 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.10 |
| HSL | 247.86º | 0.62% | 0.73% | - |
| HSV(B) | 247.86º | 0.37% | 0.9% | - |
| XYZ | 37.98 | 32.98 | 78.49 | - |
| YUV | 157.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 229 | 0.32 | 0.37 | 0 | 0.10 | 247.86 | 0.62 | 0.73 |
| Hex | 9C | 91 | E5 | 20 | 25 | 0 | A | F8 | 3E | 49 |
| Octal | 234 | 221 | 345 | 40 | 45 | 0 | 12 | 370 | 76 | 111 |
| Binary | 10011100 | 10010001 | 11100101 | 100000 | 100101 | 0 | 1010 | 11111000 | 111110 | 1001001 |
Color Harmonies of #9C91E5
Complementary color
Monochromatic Colors of #9C91E5
Black with #9C91E5
Text Example
Text Example
White with #9C91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C91E5; }
p { color: rgb(156,145,229); }
H1.HeaderClassName
{
color: #9C91E5;
}
.AnyTagClassName
{
color: #9C91E5;
}
</style>
background-color css
<style>
a { background-color: #9C91E5; }
a { background-color: rgb(156,145,229); }
div.DivClassName
{
background-color: #9C91E5;
}
.BgClassName
{
background-color: #9C91E5;
}
</style>
border-color css
<style>
span { border-color: #9C91E5; }
span { border-color: rgb(156,145,229); }
td.TdClassName
{
border-color: #9C91E5;
}
.TagClassName
{
border-color: #9C91E5;
}
</style>