Shades of Wistful #9C96E3
Tints of Wistful #9C96E3
RGB
CMYK
RGB Variations
Color information
#9C96E3 (or 0x9C96E3) is known color: Wistful. HEX triplet: 9C, 96 and E3. RGB value is (156,150,227). Sum of RGB (Red+Green+Blue) = 156+150+227=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 227 (89.06% from 255 or 42.59% from 533); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C96E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96E3 is #63691C. Grayscale: #A0A0A0. Windows color (decimal): -6514973 or 14915228. OLE color: 14915228.
HSL color Cylindrical-coordinate representation of color #9C96E3: hue angle of 244.68º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C96E3 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 150 | 227 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.11 |
| HSL | 244.68º | 0.58% | 0.74% | - |
| HSV(B) | 244.68º | 0.34% | 0.89% | - |
| XYZ | 38.48 | 34.43 | 77.29 | - |
| YUV | 160.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 227 | 0.31 | 0.34 | 0 | 0.11 | 244.68 | 0.58 | 0.74 |
| Hex | 9C | 96 | E3 | 1F | 22 | 0 | B | F5 | 3A | 4A |
| Octal | 234 | 226 | 343 | 37 | 42 | 0 | 13 | 365 | 72 | 112 |
| Binary | 10011100 | 10010110 | 11100011 | 11111 | 100010 | 0 | 1011 | 11110101 | 111010 | 1001010 |
Color Harmonies of #9C96E3
Complementary color
Monochromatic Colors of #9C96E3
Black with #9C96E3
Text Example
Text Example
White with #9C96E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96E3; }
p { color: rgb(156,150,227); }
H1.HeaderClassName
{
color: #9C96E3;
}
.AnyTagClassName
{
color: #9C96E3;
}
</style>
background-color css
<style>
a { background-color: #9C96E3; }
a { background-color: rgb(156,150,227); }
div.DivClassName
{
background-color: #9C96E3;
}
.BgClassName
{
background-color: #9C96E3;
}
</style>
border-color css
<style>
span { border-color: #9C96E3; }
span { border-color: rgb(156,150,227); }
td.TdClassName
{
border-color: #9C96E3;
}
.TagClassName
{
border-color: #9C96E3;
}
</style>