Shades of Wistful #9F9FDC
Tints of Wistful #9F9FDC
RGB
CMYK
RGB Variations
Color information
#9F9FDC (or 0x9F9FDC) is known color: Wistful. HEX triplet: 9F, 9F and DC. RGB value is (159,159,220). Sum of RGB (Red+Green+Blue) = 159+159+220=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FDC is #606023. Grayscale: #A5A5A5. Windows color (decimal): -6316068 or 14458783. OLE color: 14458783.
HSL color Cylindrical-coordinate representation of color #9F9FDC: hue angle of 240º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9FDC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 159 | 220 | - |
CMYK | 0.28 | 0.28 | 0 | 0.14 |
HSL | 240º | 0.47% | 0.74% | - |
HSV(B) | 240º | 0.28% | 0.86% | - |
XYZ | 39.61 | 37.33 | 72.83 | - |
YUV | 165.95 | 158.5 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 220 | 0.28 | 0.28 | 0 | 0.14 | 240 | 0.47 | 0.74 |
Hex | 9F | 9F | DC | 1C | 1C | 0 | E | F0 | 2F | 4A |
Octal | 237 | 237 | 334 | 34 | 34 | 0 | 16 | 360 | 57 | 112 |
Binary | 10011111 | 10011111 | 11011100 | 11100 | 11100 | 0 | 1110 | 11110000 | 101111 | 1001010 |
Color Harmonies of #9F9FDC
Complementary color
Monochromatic Colors of #9F9FDC
Black with #9F9FDC
Text Example
Text Example
White with #9F9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FDC; }
p { color: rgb(159,159,220); }
H1.HeaderClassName
{
color: #9F9FDC;
}
.AnyTagClassName
{
color: #9F9FDC;
}
</style>
background-color css
<style>
a { background-color: #9F9FDC; }
a { background-color: rgb(159,159,220); }
div.DivClassName
{
background-color: #9F9FDC;
}
.BgClassName
{
background-color: #9F9FDC;
}
</style>
border-color css
<style>
span { border-color: #9F9FDC; }
span { border-color: rgb(159,159,220); }
td.TdClassName
{
border-color: #9F9FDC;
}
.TagClassName
{
border-color: #9F9FDC;
}
</style>