Shades of Wistful #9C90ED
Tints of Wistful #9C90ED
RGB
CMYK
RGB Variations
Color information
#9C90ED (or 0x9C90ED) is known color: Wistful. HEX triplet: 9C, 90 and ED. RGB value is (156,144,237). Sum of RGB (Red+Green+Blue) = 156+144+237=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C90ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C90ED is #636F12. Grayscale: #9D9D9D. Windows color (decimal): -6516499 or 15569052. OLE color: 15569052.
HSL color Cylindrical-coordinate representation of color #9C90ED: hue angle of 247.74º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C90ED is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 144 | 237 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.07 |
| HSL | 247.74º | 0.72% | 0.75% | - |
| HSV(B) | 247.74º | 0.39% | 0.93% | - |
| XYZ | 38.97 | 33.13 | 84.46 | - |
| YUV | 158.19 | 172.48 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 237 | 0.34 | 0.39 | 0 | 0.07 | 247.74 | 0.72 | 0.75 |
| Hex | 9C | 90 | ED | 22 | 27 | 0 | 7 | F8 | 48 | 4B |
| Octal | 234 | 220 | 355 | 42 | 47 | 0 | 7 | 370 | 110 | 113 |
| Binary | 10011100 | 10010000 | 11101101 | 100010 | 100111 | 0 | 111 | 11111000 | 1001000 | 1001011 |
Color Harmonies of #9C90ED
Complementary color
Monochromatic Colors of #9C90ED
Black with #9C90ED
Text Example
Text Example
White with #9C90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C90ED; }
p { color: rgb(156,144,237); }
H1.HeaderClassName
{
color: #9C90ED;
}
.AnyTagClassName
{
color: #9C90ED;
}
</style>
background-color css
<style>
a { background-color: #9C90ED; }
a { background-color: rgb(156,144,237); }
div.DivClassName
{
background-color: #9C90ED;
}
.BgClassName
{
background-color: #9C90ED;
}
</style>
border-color css
<style>
span { border-color: #9C90ED; }
span { border-color: rgb(156,144,237); }
td.TdClassName
{
border-color: #9C90ED;
}
.TagClassName
{
border-color: #9C90ED;
}
</style>