Shades of Wistful #9F93DC
Tints of Wistful #9F93DC
RGB
CMYK
RGB Variations
Color information
#9F93DC (or 0x9F93DC) is known color: Wistful. HEX triplet: 9F, 93 and DC. RGB value is (159,147,220). Sum of RGB (Red+Green+Blue) = 159+147+220=526 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.23% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93DC is #606C23. Grayscale: #9E9E9E. Windows color (decimal): -6319140 or 14455711. OLE color: 14455711.
HSL color Cylindrical-coordinate representation of color #9F93DC: hue angle of 249.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F93DC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 147 | 220 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.14 |
| HSL | 249.86º | 0.51% | 0.72% | - |
| HSV(B) | 249.86º | 0.33% | 0.86% | - |
| XYZ | 37.65 | 33.41 | 72.17 | - |
| YUV | 158.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 220 | 0.28 | 0.33 | 0 | 0.14 | 249.86 | 0.51 | 0.72 |
| Hex | 9F | 93 | DC | 1C | 21 | 0 | E | FA | 33 | 48 |
| Octal | 237 | 223 | 334 | 34 | 41 | 0 | 16 | 372 | 63 | 110 |
| Binary | 10011111 | 10010011 | 11011100 | 11100 | 100001 | 0 | 1110 | 11111010 | 110011 | 1001000 |
Color Harmonies of #9F93DC
Complementary color
Monochromatic Colors of #9F93DC
Black with #9F93DC
Text Example
Text Example
White with #9F93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93DC; }
p { color: rgb(159,147,220); }
H1.HeaderClassName
{
color: #9F93DC;
}
.AnyTagClassName
{
color: #9F93DC;
}
</style>
background-color css
<style>
a { background-color: #9F93DC; }
a { background-color: rgb(159,147,220); }
div.DivClassName
{
background-color: #9F93DC;
}
.BgClassName
{
background-color: #9F93DC;
}
</style>
border-color css
<style>
span { border-color: #9F93DC; }
span { border-color: rgb(159,147,220); }
td.TdClassName
{
border-color: #9F93DC;
}
.TagClassName
{
border-color: #9F93DC;
}
</style>