Shades of Wistful #9C8ADD
Tints of Wistful #9C8ADD
RGB
CMYK
RGB Variations
Color information
#9C8ADD (or 0x9C8ADD) is known color: Wistful. HEX triplet: 9C, 8A and DD. RGB value is (156,138,221). Sum of RGB (Red+Green+Blue) = 156+138+221=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ADD is #637522. Grayscale: #989898. Windows color (decimal): -6518051 or 14518940. OLE color: 14518940.
HSL color Cylindrical-coordinate representation of color #9C8ADD: hue angle of 253.01º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8ADD is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 138 | 221 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 253.01º | 0.55% | 0.7% | - |
| HSV(B) | 253.01º | 0.38% | 0.87% | - |
| XYZ | 35.85 | 30.47 | 72.4 | - |
| YUV | 152.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 221 | 0.29 | 0.38 | 0 | 0.13 | 253.01 | 0.55 | 0.7 |
| Hex | 9C | 8A | DD | 1D | 26 | 0 | D | FD | 37 | 46 |
| Octal | 234 | 212 | 335 | 35 | 46 | 0 | 15 | 375 | 67 | 106 |
| Binary | 10011100 | 10001010 | 11011101 | 11101 | 100110 | 0 | 1101 | 11111101 | 110111 | 1000110 |
Color Harmonies of #9C8ADD
Complementary color
Monochromatic Colors of #9C8ADD
Black with #9C8ADD
Text Example
Text Example
White with #9C8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8ADD; }
p { color: rgb(156,138,221); }
H1.HeaderClassName
{
color: #9C8ADD;
}
.AnyTagClassName
{
color: #9C8ADD;
}
</style>
background-color css
<style>
a { background-color: #9C8ADD; }
a { background-color: rgb(156,138,221); }
div.DivClassName
{
background-color: #9C8ADD;
}
.BgClassName
{
background-color: #9C8ADD;
}
</style>
border-color css
<style>
span { border-color: #9C8ADD; }
span { border-color: rgb(156,138,221); }
td.TdClassName
{
border-color: #9C8ADD;
}
.TagClassName
{
border-color: #9C8ADD;
}
</style>