Shades of Wistful #9F96C2
Tints of Wistful #9F96C2
RGB
CMYK
RGB Variations
Color information
#9F96C2 (or 0x9F96C2) is known color: Wistful. HEX triplet: 9F, 96 and C2. RGB value is (159,150,194). Sum of RGB (Red+Green+Blue) = 159+150+194=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F96C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96C2 is #60693D. Grayscale: #9D9D9D. Windows color (decimal): -6318398 or 12752543. OLE color: 12752543.
HSL color Cylindrical-coordinate representation of color #9F96C2: hue angle of 252.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F96C2 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 159 | 150 | 194 | - |
CMYK | 0.18 | 0.23 | 0 | 0.24 |
HSL | 252.27º | 0.27% | 0.67% | - |
HSV(B) | 252.27º | 0.23% | 0.76% | - |
XYZ | 34.94 | 33.08 | 55.58 | - |
YUV | 157.71 | 148.48 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 150 | 194 | 0.18 | 0.23 | 0 | 0.24 | 252.27 | 0.27 | 0.67 |
Hex | 9F | 96 | C2 | 12 | 17 | 0 | 18 | FC | 1B | 43 |
Octal | 237 | 226 | 302 | 22 | 27 | 0 | 30 | 374 | 33 | 103 |
Binary | 10011111 | 10010110 | 11000010 | 10010 | 10111 | 0 | 11000 | 11111100 | 11011 | 1000011 |
Color Harmonies of #9F96C2
Complementary color
Monochromatic Colors of #9F96C2
Black with #9F96C2
Text Example
Text Example
White with #9F96C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96C2; }
p { color: rgb(159,150,194); }
H1.HeaderClassName
{
color: #9F96C2;
}
.AnyTagClassName
{
color: #9F96C2;
}
</style>
background-color css
<style>
a { background-color: #9F96C2; }
a { background-color: rgb(159,150,194); }
div.DivClassName
{
background-color: #9F96C2;
}
.BgClassName
{
background-color: #9F96C2;
}
</style>
border-color css
<style>
span { border-color: #9F96C2; }
span { border-color: rgb(159,150,194); }
td.TdClassName
{
border-color: #9F96C2;
}
.TagClassName
{
border-color: #9F96C2;
}
</style>