Shades of Wistful #9F8FDC
Tints of Wistful #9F8FDC
RGB
CMYK
RGB Variations
Color information
#9F8FDC (or 0x9F8FDC) is known color: Wistful. HEX triplet: 9F, 8F and DC. RGB value is (159,143,220). Sum of RGB (Red+Green+Blue) = 159+143+220=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FDC is #607023. Grayscale: #9C9C9C. Windows color (decimal): -6320164 or 14454687. OLE color: 14454687.
HSL color Cylindrical-coordinate representation of color #9F8FDC: hue angle of 252.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8FDC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 143 | 220 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.14 |
| HSL | 252.47º | 0.52% | 0.71% | - |
| HSV(B) | 252.47º | 0.35% | 0.86% | - |
| XYZ | 37.04 | 32.18 | 71.97 | - |
| YUV | 156.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 220 | 0.28 | 0.35 | 0 | 0.14 | 252.47 | 0.52 | 0.71 |
| Hex | 9F | 8F | DC | 1C | 23 | 0 | E | FC | 34 | 47 |
| Octal | 237 | 217 | 334 | 34 | 43 | 0 | 16 | 374 | 64 | 107 |
| Binary | 10011111 | 10001111 | 11011100 | 11100 | 100011 | 0 | 1110 | 11111100 | 110100 | 1000111 |
Color Harmonies of #9F8FDC
Complementary color
Monochromatic Colors of #9F8FDC
Black with #9F8FDC
Text Example
Text Example
White with #9F8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FDC; }
p { color: rgb(159,143,220); }
H1.HeaderClassName
{
color: #9F8FDC;
}
.AnyTagClassName
{
color: #9F8FDC;
}
</style>
background-color css
<style>
a { background-color: #9F8FDC; }
a { background-color: rgb(159,143,220); }
div.DivClassName
{
background-color: #9F8FDC;
}
.BgClassName
{
background-color: #9F8FDC;
}
</style>
border-color css
<style>
span { border-color: #9F8FDC; }
span { border-color: rgb(159,143,220); }
td.TdClassName
{
border-color: #9F8FDC;
}
.TagClassName
{
border-color: #9F8FDC;
}
</style>