Shades of Wistful #9F92E6
Tints of Wistful #9F92E6
RGB
CMYK
RGB Variations
Color information
#9F92E6 (or 0x9F92E6) is known color: Wistful. HEX triplet: 9F, 92 and E6. RGB value is (159,146,230). Sum of RGB (Red+Green+Blue) = 159+146+230=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #9F92E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F92E6 is #606D19. Grayscale: #9F9F9F. Windows color (decimal): -6319386 or 15110815. OLE color: 15110815.
HSL color Cylindrical-coordinate representation of color #9F92E6: hue angle of 249.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F92E6 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 146 | 230 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.10 |
| HSL | 249.29º | 0.63% | 0.74% | - |
| HSV(B) | 249.29º | 0.37% | 0.9% | - |
| XYZ | 38.86 | 33.64 | 79.31 | - |
| YUV | 159.46 | 167.81 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 230 | 0.31 | 0.37 | 0 | 0.10 | 249.29 | 0.63 | 0.74 |
| Hex | 9F | 92 | E6 | 1F | 25 | 0 | A | F9 | 3F | 4A |
| Octal | 237 | 222 | 346 | 37 | 45 | 0 | 12 | 371 | 77 | 112 |
| Binary | 10011111 | 10010010 | 11100110 | 11111 | 100101 | 0 | 1010 | 11111001 | 111111 | 1001010 |
Color Harmonies of #9F92E6
Complementary color
Monochromatic Colors of #9F92E6
Black with #9F92E6
Text Example
Text Example
White with #9F92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92E6; }
p { color: rgb(159,146,230); }
H1.HeaderClassName
{
color: #9F92E6;
}
.AnyTagClassName
{
color: #9F92E6;
}
</style>
background-color css
<style>
a { background-color: #9F92E6; }
a { background-color: rgb(159,146,230); }
div.DivClassName
{
background-color: #9F92E6;
}
.BgClassName
{
background-color: #9F92E6;
}
</style>
border-color css
<style>
span { border-color: #9F92E6; }
span { border-color: rgb(159,146,230); }
td.TdClassName
{
border-color: #9F92E6;
}
.TagClassName
{
border-color: #9F92E6;
}
</style>