Shades of Wistful #9F9ADC
Tints of Wistful #9F9ADC
RGB
CMYK
RGB Variations
Color information
#9F9ADC (or 0x9F9ADC) is known color: Wistful. HEX triplet: 9F, 9A and DC. RGB value is (159,154,220). Sum of RGB (Red+Green+Blue) = 159+154+220=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ADC is #606523. Grayscale: #A2A2A2. Windows color (decimal): -6317348 or 14457503. OLE color: 14457503.
HSL color Cylindrical-coordinate representation of color #9F9ADC: hue angle of 244.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9ADC is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 154 | 220 | - |
| CMYK | 0.28 | 0.3 | 0 | 0.14 |
| HSL | 244.55º | 0.49% | 0.73% | - |
| HSV(B) | 244.55º | 0.3% | 0.86% | - |
| XYZ | 38.77 | 35.65 | 72.55 | - |
| YUV | 163.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 220 | 0.28 | 0.3 | 0 | 0.14 | 244.55 | 0.49 | 0.73 |
| Hex | 9F | 9A | DC | 1C | 1E | 0 | E | F5 | 31 | 49 |
| Octal | 237 | 232 | 334 | 34 | 36 | 0 | 16 | 365 | 61 | 111 |
| Binary | 10011111 | 10011010 | 11011100 | 11100 | 11110 | 0 | 1110 | 11110101 | 110001 | 1001001 |
Color Harmonies of #9F9ADC
Complementary color
Monochromatic Colors of #9F9ADC
Black with #9F9ADC
Text Example
Text Example
White with #9F9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9ADC; }
p { color: rgb(159,154,220); }
H1.HeaderClassName
{
color: #9F9ADC;
}
.AnyTagClassName
{
color: #9F9ADC;
}
</style>
background-color css
<style>
a { background-color: #9F9ADC; }
a { background-color: rgb(159,154,220); }
div.DivClassName
{
background-color: #9F9ADC;
}
.BgClassName
{
background-color: #9F9ADC;
}
</style>
border-color css
<style>
span { border-color: #9F9ADC; }
span { border-color: rgb(159,154,220); }
td.TdClassName
{
border-color: #9F9ADC;
}
.TagClassName
{
border-color: #9F9ADC;
}
</style>