Shades of Wistful #9C92DD
Tints of Wistful #9C92DD
RGB
CMYK
RGB Variations
Color information
#9C92DD (or 0x9C92DD) is known color: Wistful. HEX triplet: 9C, 92 and DD. RGB value is (156,146,221). Sum of RGB (Red+Green+Blue) = 156+146+221=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C92DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92DD is #636D22. Grayscale: #9D9D9D. Windows color (decimal): -6516003 or 14520988. OLE color: 14520988.
HSL color Cylindrical-coordinate representation of color #9C92DD: hue angle of 248º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C92DD is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 146 | 221 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.13 |
| HSL | 248º | 0.52% | 0.72% | - |
| HSV(B) | 248º | 0.34% | 0.87% | - |
| XYZ | 37.04 | 32.85 | 72.79 | - |
| YUV | 157.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 221 | 0.29 | 0.34 | 0 | 0.13 | 248 | 0.52 | 0.72 |
| Hex | 9C | 92 | DD | 1D | 22 | 0 | D | F8 | 34 | 48 |
| Octal | 234 | 222 | 335 | 35 | 42 | 0 | 15 | 370 | 64 | 110 |
| Binary | 10011100 | 10010010 | 11011101 | 11101 | 100010 | 0 | 1101 | 11111000 | 110100 | 1001000 |
Color Harmonies of #9C92DD
Complementary color
Monochromatic Colors of #9C92DD
Black with #9C92DD
Text Example
Text Example
White with #9C92DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92DD; }
p { color: rgb(156,146,221); }
H1.HeaderClassName
{
color: #9C92DD;
}
.AnyTagClassName
{
color: #9C92DD;
}
</style>
background-color css
<style>
a { background-color: #9C92DD; }
a { background-color: rgb(156,146,221); }
div.DivClassName
{
background-color: #9C92DD;
}
.BgClassName
{
background-color: #9C92DD;
}
</style>
border-color css
<style>
span { border-color: #9C92DD; }
span { border-color: rgb(156,146,221); }
td.TdClassName
{
border-color: #9C92DD;
}
.TagClassName
{
border-color: #9C92DD;
}
</style>