Shades of Wistful #9F92D1
Tints of Wistful #9F92D1
RGB
CMYK
RGB Variations
Color information
#9F92D1 (or 0x9F92D1) is known color: Wistful. HEX triplet: 9F, 92 and D1. RGB value is (159,146,209). Sum of RGB (Red+Green+Blue) = 159+146+209=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F92D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92D1 is #606D2E. Grayscale: #9C9C9C. Windows color (decimal): -6319407 or 13734559. OLE color: 13734559.
HSL color Cylindrical-coordinate representation of color #9F92D1: hue angle of 252.38º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F92D1 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 146 | 209 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.18 |
| HSL | 252.38º | 0.41% | 0.7% | - |
| HSV(B) | 252.38º | 0.3% | 0.82% | - |
| XYZ | 36.09 | 32.53 | 64.7 | - |
| YUV | 157.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 209 | 0.24 | 0.30 | 0 | 0.18 | 252.38 | 0.41 | 0.7 |
| Hex | 9F | 92 | D1 | 18 | 1E | 0 | 12 | FC | 29 | 46 |
| Octal | 237 | 222 | 321 | 30 | 36 | 0 | 22 | 374 | 51 | 106 |
| Binary | 10011111 | 10010010 | 11010001 | 11000 | 11110 | 0 | 10010 | 11111100 | 101001 | 1000110 |
Color Harmonies of #9F92D1
Complementary color
Monochromatic Colors of #9F92D1
Black with #9F92D1
Text Example
Text Example
White with #9F92D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F92D1; }
p { color: rgb(159,146,209); }
H1.HeaderClassName
{
color: #9F92D1;
}
.AnyTagClassName
{
color: #9F92D1;
}
</style>
background-color css
<style>
a { background-color: #9F92D1; }
a { background-color: rgb(159,146,209); }
div.DivClassName
{
background-color: #9F92D1;
}
.BgClassName
{
background-color: #9F92D1;
}
</style>
border-color css
<style>
span { border-color: #9F92D1; }
span { border-color: rgb(159,146,209); }
td.TdClassName
{
border-color: #9F92D1;
}
.TagClassName
{
border-color: #9F92D1;
}
</style>