Shades of Wistful #9F93CF
Tints of Wistful #9F93CF
RGB
CMYK
RGB Variations
Color information
#9F93CF (or 0x9F93CF) is known color: Wistful. HEX triplet: 9F, 93 and CF. RGB value is (159,147,207). Sum of RGB (Red+Green+Blue) = 159+147+207=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93CF is #606C30. Grayscale: #9D9D9D. Windows color (decimal): -6319153 or 13603743. OLE color: 13603743.
HSL color Cylindrical-coordinate representation of color #9F93CF: hue angle of 252º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F93CF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 147 | 207 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.19 |
| HSL | 252º | 0.38% | 0.69% | - |
| HSV(B) | 252º | 0.29% | 0.81% | - |
| XYZ | 35.99 | 32.74 | 63.45 | - |
| YUV | 157.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 207 | 0.23 | 0.29 | 0 | 0.19 | 252 | 0.38 | 0.69 |
| Hex | 9F | 93 | CF | 17 | 1D | 0 | 13 | FC | 26 | 45 |
| Octal | 237 | 223 | 317 | 27 | 35 | 0 | 23 | 374 | 46 | 105 |
| Binary | 10011111 | 10010011 | 11001111 | 10111 | 11101 | 0 | 10011 | 11111100 | 100110 | 1000101 |
Color Harmonies of #9F93CF
Complementary color
Monochromatic Colors of #9F93CF
Black with #9F93CF
Text Example
Text Example
White with #9F93CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93CF; }
p { color: rgb(159,147,207); }
H1.HeaderClassName
{
color: #9F93CF;
}
.AnyTagClassName
{
color: #9F93CF;
}
</style>
background-color css
<style>
a { background-color: #9F93CF; }
a { background-color: rgb(159,147,207); }
div.DivClassName
{
background-color: #9F93CF;
}
.BgClassName
{
background-color: #9F93CF;
}
</style>
border-color css
<style>
span { border-color: #9F93CF; }
span { border-color: rgb(159,147,207); }
td.TdClassName
{
border-color: #9F93CF;
}
.TagClassName
{
border-color: #9F93CF;
}
</style>