Shades of Wistful #9C92E0
Tints of Wistful #9C92E0
RGB
CMYK
RGB Variations
Color information
#9C92E0 (or 0x9C92E0) is known color: Wistful. HEX triplet: 9C, 92 and E0. RGB value is (156,146,224). Sum of RGB (Red+Green+Blue) = 156+146+224=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C92E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92E0 is #636D1F. Grayscale: #9D9D9D. Windows color (decimal): -6516000 or 14717596. OLE color: 14717596.
HSL color Cylindrical-coordinate representation of color #9C92E0: hue angle of 247.69º degrees, saturation: 0.56, 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 #9C92E0 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 146 | 224 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.12 |
| HSL | 247.69º | 0.56% | 0.73% | - |
| HSV(B) | 247.69º | 0.35% | 0.88% | - |
| XYZ | 37.44 | 33.01 | 74.92 | - |
| YUV | 157.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 224 | 0.30 | 0.35 | 0 | 0.12 | 247.69 | 0.56 | 0.73 |
| Hex | 9C | 92 | E0 | 1E | 23 | 0 | C | F8 | 38 | 49 |
| Octal | 234 | 222 | 340 | 36 | 43 | 0 | 14 | 370 | 70 | 111 |
| Binary | 10011100 | 10010010 | 11100000 | 11110 | 100011 | 0 | 1100 | 11111000 | 111000 | 1001001 |
Color Harmonies of #9C92E0
Complementary color
Monochromatic Colors of #9C92E0
Black with #9C92E0
Text Example
Text Example
White with #9C92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92E0; }
p { color: rgb(156,146,224); }
H1.HeaderClassName
{
color: #9C92E0;
}
.AnyTagClassName
{
color: #9C92E0;
}
</style>
background-color css
<style>
a { background-color: #9C92E0; }
a { background-color: rgb(156,146,224); }
div.DivClassName
{
background-color: #9C92E0;
}
.BgClassName
{
background-color: #9C92E0;
}
</style>
border-color css
<style>
span { border-color: #9C92E0; }
span { border-color: rgb(156,146,224); }
td.TdClassName
{
border-color: #9C92E0;
}
.TagClassName
{
border-color: #9C92E0;
}
</style>