Shades of Wistful #9C8CE1
Tints of Wistful #9C8CE1
RGB
CMYK
RGB Variations
Color information
#9C8CE1 (or 0x9C8CE1) is known color: Wistful. HEX triplet: 9C, 8C and E1. RGB value is (156,140,225). Sum of RGB (Red+Green+Blue) = 156+140+225=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C8CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CE1 is #63731E. Grayscale: #9A9A9A. Windows color (decimal): -6517535 or 14781596. OLE color: 14781596.
HSL color Cylindrical-coordinate representation of color #9C8CE1: hue angle of 251.29º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8CE1 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 140 | 225 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.12 |
| HSL | 251.29º | 0.59% | 0.72% | - |
| HSV(B) | 251.29º | 0.38% | 0.88% | - |
| XYZ | 36.68 | 31.26 | 75.33 | - |
| YUV | 154.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 225 | 0.31 | 0.38 | 0 | 0.12 | 251.29 | 0.59 | 0.72 |
| Hex | 9C | 8C | E1 | 1F | 26 | 0 | C | FB | 3B | 48 |
| Octal | 234 | 214 | 341 | 37 | 46 | 0 | 14 | 373 | 73 | 110 |
| Binary | 10011100 | 10001100 | 11100001 | 11111 | 100110 | 0 | 1100 | 11111011 | 111011 | 1001000 |
Color Harmonies of #9C8CE1
Complementary color
Monochromatic Colors of #9C8CE1
Black with #9C8CE1
Text Example
Text Example
White with #9C8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CE1; }
p { color: rgb(156,140,225); }
H1.HeaderClassName
{
color: #9C8CE1;
}
.AnyTagClassName
{
color: #9C8CE1;
}
</style>
background-color css
<style>
a { background-color: #9C8CE1; }
a { background-color: rgb(156,140,225); }
div.DivClassName
{
background-color: #9C8CE1;
}
.BgClassName
{
background-color: #9C8CE1;
}
</style>
border-color css
<style>
span { border-color: #9C8CE1; }
span { border-color: rgb(156,140,225); }
td.TdClassName
{
border-color: #9C8CE1;
}
.TagClassName
{
border-color: #9C8CE1;
}
</style>