Shades of Wistful #9C93E1
Tints of Wistful #9C93E1
RGB
CMYK
RGB Variations
Color information
#9C93E1 (or 0x9C93E1) is known color: Wistful. HEX triplet: 9C, 93 and E1. RGB value is (156,147,225). Sum of RGB (Red+Green+Blue) = 156+147+225=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C93E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93E1 is #636C1E. Grayscale: #9E9E9E. Windows color (decimal): -6515743 or 14783388. OLE color: 14783388.
HSL color Cylindrical-coordinate representation of color #9C93E1: hue angle of 246.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C93E1 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 147 | 225 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.12 |
| HSL | 246.92º | 0.57% | 0.73% | - |
| HSV(B) | 246.92º | 0.35% | 0.88% | - |
| XYZ | 37.73 | 33.37 | 75.69 | - |
| YUV | 158.58 | 165.48 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 225 | 0.31 | 0.35 | 0 | 0.12 | 246.92 | 0.57 | 0.73 |
| Hex | 9C | 93 | E1 | 1F | 23 | 0 | C | F7 | 39 | 49 |
| Octal | 234 | 223 | 341 | 37 | 43 | 0 | 14 | 367 | 71 | 111 |
| Binary | 10011100 | 10010011 | 11100001 | 11111 | 100011 | 0 | 1100 | 11110111 | 111001 | 1001001 |
Color Harmonies of #9C93E1
Complementary color
Monochromatic Colors of #9C93E1
Black with #9C93E1
Text Example
Text Example
White with #9C93E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93E1; }
p { color: rgb(156,147,225); }
H1.HeaderClassName
{
color: #9C93E1;
}
.AnyTagClassName
{
color: #9C93E1;
}
</style>
background-color css
<style>
a { background-color: #9C93E1; }
a { background-color: rgb(156,147,225); }
div.DivClassName
{
background-color: #9C93E1;
}
.BgClassName
{
background-color: #9C93E1;
}
</style>
border-color css
<style>
span { border-color: #9C93E1; }
span { border-color: rgb(156,147,225); }
td.TdClassName
{
border-color: #9C93E1;
}
.TagClassName
{
border-color: #9C93E1;
}
</style>