Shades of Wistful #9F92DC
Tints of Wistful #9F92DC
RGB
CMYK
RGB Variations
Color information
#9F92DC (or 0x9F92DC) is known color: Wistful. HEX triplet: 9F, 92 and DC. RGB value is (159,146,220). Sum of RGB (Red+Green+Blue) = 159+146+220=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F92DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92DC is #606D23. Grayscale: #9E9E9E. Windows color (decimal): -6319396 or 14455455. OLE color: 14455455.
HSL color Cylindrical-coordinate representation of color #9F92DC: hue angle of 250.54º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F92DC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 146 | 220 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.14 |
| HSL | 250.54º | 0.51% | 0.72% | - |
| HSV(B) | 250.54º | 0.34% | 0.86% | - |
| XYZ | 37.5 | 33.1 | 72.12 | - |
| YUV | 158.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 220 | 0.28 | 0.34 | 0 | 0.14 | 250.54 | 0.51 | 0.72 |
| Hex | 9F | 92 | DC | 1C | 22 | 0 | E | FB | 33 | 48 |
| Octal | 237 | 222 | 334 | 34 | 42 | 0 | 16 | 373 | 63 | 110 |
| Binary | 10011111 | 10010010 | 11011100 | 11100 | 100010 | 0 | 1110 | 11111011 | 110011 | 1001000 |
Color Harmonies of #9F92DC
Complementary color
Monochromatic Colors of #9F92DC
Black with #9F92DC
Text Example
Text Example
White with #9F92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92DC; }
p { color: rgb(159,146,220); }
H1.HeaderClassName
{
color: #9F92DC;
}
.AnyTagClassName
{
color: #9F92DC;
}
</style>
background-color css
<style>
a { background-color: #9F92DC; }
a { background-color: rgb(159,146,220); }
div.DivClassName
{
background-color: #9F92DC;
}
.BgClassName
{
background-color: #9F92DC;
}
</style>
border-color css
<style>
span { border-color: #9F92DC; }
span { border-color: rgb(159,146,220); }
td.TdClassName
{
border-color: #9F92DC;
}
.TagClassName
{
border-color: #9F92DC;
}
</style>