Shades of Wistful #9C93C4
Tints of Wistful #9C93C4
RGB
CMYK
RGB Variations
Color information
#9C93C4 (or 0x9C93C4) is known color: Wistful. HEX triplet: 9C, 93 and C4. RGB value is (156,147,196). Sum of RGB (Red+Green+Blue) = 156+147+196=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C93C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93C4 is #636C3B. Grayscale: #9B9B9B. Windows color (decimal): -6515772 or 12882844. OLE color: 12882844.
HSL color Cylindrical-coordinate representation of color #9C93C4: hue angle of 251.02º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C93C4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 147 | 196 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.23 |
| HSL | 251.02º | 0.29% | 0.67% | - |
| HSV(B) | 251.02º | 0.25% | 0.77% | - |
| XYZ | 34.11 | 31.92 | 56.59 | - |
| YUV | 155.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 196 | 0.20 | 0.25 | 0 | 0.23 | 251.02 | 0.29 | 0.67 |
| Hex | 9C | 93 | C4 | 14 | 19 | 0 | 17 | FB | 1D | 43 |
| Octal | 234 | 223 | 304 | 24 | 31 | 0 | 27 | 373 | 35 | 103 |
| Binary | 10011100 | 10010011 | 11000100 | 10100 | 11001 | 0 | 10111 | 11111011 | 11101 | 1000011 |
Color Harmonies of #9C93C4
Complementary color
Monochromatic Colors of #9C93C4
Black with #9C93C4
Text Example
Text Example
White with #9C93C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93C4; }
p { color: rgb(156,147,196); }
H1.HeaderClassName
{
color: #9C93C4;
}
.AnyTagClassName
{
color: #9C93C4;
}
</style>
background-color css
<style>
a { background-color: #9C93C4; }
a { background-color: rgb(156,147,196); }
div.DivClassName
{
background-color: #9C93C4;
}
.BgClassName
{
background-color: #9C93C4;
}
</style>
border-color css
<style>
span { border-color: #9C93C4; }
span { border-color: rgb(156,147,196); }
td.TdClassName
{
border-color: #9C93C4;
}
.TagClassName
{
border-color: #9C93C4;
}
</style>