Shades of Wistful #9C92DF
Tints of Wistful #9C92DF
RGB
CMYK
RGB Variations
Color information
#9C92DF (or 0x9C92DF) is known color: Wistful. HEX triplet: 9C, 92 and DF. RGB value is (156,146,223). Sum of RGB (Red+Green+Blue) = 156+146+223=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92DF is #636D20. Grayscale: #9D9D9D. Windows color (decimal): -6516001 or 14652060. OLE color: 14652060.
HSL color Cylindrical-coordinate representation of color #9C92DF: hue angle of 247.79º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C92DF is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 146 | 223 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.13 |
| HSL | 247.79º | 0.55% | 0.72% | - |
| HSV(B) | 247.79º | 0.35% | 0.87% | - |
| XYZ | 37.31 | 32.95 | 74.21 | - |
| YUV | 157.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 223 | 0.30 | 0.35 | 0 | 0.13 | 247.79 | 0.55 | 0.72 |
| Hex | 9C | 92 | DF | 1E | 23 | 0 | D | F8 | 37 | 48 |
| Octal | 234 | 222 | 337 | 36 | 43 | 0 | 15 | 370 | 67 | 110 |
| Binary | 10011100 | 10010010 | 11011111 | 11110 | 100011 | 0 | 1101 | 11111000 | 110111 | 1001000 |
Color Harmonies of #9C92DF
Complementary color
Monochromatic Colors of #9C92DF
Black with #9C92DF
Text Example
Text Example
White with #9C92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92DF; }
p { color: rgb(156,146,223); }
H1.HeaderClassName
{
color: #9C92DF;
}
.AnyTagClassName
{
color: #9C92DF;
}
</style>
background-color css
<style>
a { background-color: #9C92DF; }
a { background-color: rgb(156,146,223); }
div.DivClassName
{
background-color: #9C92DF;
}
.BgClassName
{
background-color: #9C92DF;
}
</style>
border-color css
<style>
span { border-color: #9C92DF; }
span { border-color: rgb(156,146,223); }
td.TdClassName
{
border-color: #9C92DF;
}
.TagClassName
{
border-color: #9C92DF;
}
</style>