Shades of Wistful #9F9CDA
Tints of Wistful #9F9CDA
RGB
CMYK
RGB Variations
Color information
#9F9CDA (or 0x9F9CDA) is known color: Wistful. HEX triplet: 9F, 9C and DA. RGB value is (159,156,218). Sum of RGB (Red+Green+Blue) = 159+156+218=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CDA is #606325. Grayscale: #A3A3A3. Windows color (decimal): -6316838 or 14326943. OLE color: 14326943.
HSL color Cylindrical-coordinate representation of color #9F9CDA: hue angle of 242.9º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9CDA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 159 | 156 | 218 | - |
CMYK | 0.27 | 0.28 | 0 | 0.15 |
HSL | 242.9º | 0.46% | 0.73% | - |
HSV(B) | 242.9º | 0.28% | 0.85% | - |
XYZ | 38.84 | 36.21 | 71.27 | - |
YUV | 163.97 | 158.49 | 124.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 156 | 218 | 0.27 | 0.28 | 0 | 0.15 | 242.9 | 0.46 | 0.73 |
Hex | 9F | 9C | DA | 1B | 1C | 0 | F | F3 | 2E | 49 |
Octal | 237 | 234 | 332 | 33 | 34 | 0 | 17 | 363 | 56 | 111 |
Binary | 10011111 | 10011100 | 11011010 | 11011 | 11100 | 0 | 1111 | 11110011 | 101110 | 1001001 |
Color Harmonies of #9F9CDA
Complementary color
Monochromatic Colors of #9F9CDA
Black with #9F9CDA
Text Example
Text Example
White with #9F9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CDA; }
p { color: rgb(159,156,218); }
H1.HeaderClassName
{
color: #9F9CDA;
}
.AnyTagClassName
{
color: #9F9CDA;
}
</style>
background-color css
<style>
a { background-color: #9F9CDA; }
a { background-color: rgb(159,156,218); }
div.DivClassName
{
background-color: #9F9CDA;
}
.BgClassName
{
background-color: #9F9CDA;
}
</style>
border-color css
<style>
span { border-color: #9F9CDA; }
span { border-color: rgb(159,156,218); }
td.TdClassName
{
border-color: #9F9CDA;
}
.TagClassName
{
border-color: #9F9CDA;
}
</style>