Shades of Wistful #9F93CA
Tints of Wistful #9F93CA
RGB
CMYK
RGB Variations
Color information
#9F93CA (or 0x9F93CA) is known color: Wistful. HEX triplet: 9F, 93 and CA. RGB value is (159,147,202). Sum of RGB (Red+Green+Blue) = 159+147+202=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F93CA is #606C35. Grayscale: #9C9C9C. Windows color (decimal): -6319158 or 13276063. OLE color: 13276063.
HSL color Cylindrical-coordinate representation of color #9F93CA: hue angle of 253.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F93CA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 147 | 202 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.21 |
| HSL | 253.09º | 0.34% | 0.68% | - |
| HSV(B) | 253.09º | 0.27% | 0.79% | - |
| XYZ | 35.39 | 32.5 | 60.29 | - |
| YUV | 156.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 202 | 0.21 | 0.27 | 0 | 0.21 | 253.09 | 0.34 | 0.68 |
| Hex | 9F | 93 | CA | 15 | 1B | 0 | 15 | FD | 22 | 44 |
| Octal | 237 | 223 | 312 | 25 | 33 | 0 | 25 | 375 | 42 | 104 |
| Binary | 10011111 | 10010011 | 11001010 | 10101 | 11011 | 0 | 10101 | 11111101 | 100010 | 1000100 |
Color Harmonies of #9F93CA
Complementary color
Monochromatic Colors of #9F93CA
Black with #9F93CA
Text Example
Text Example
White with #9F93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F93CA; }
p { color: rgb(159,147,202); }
H1.HeaderClassName
{
color: #9F93CA;
}
.AnyTagClassName
{
color: #9F93CA;
}
</style>
background-color css
<style>
a { background-color: #9F93CA; }
a { background-color: rgb(159,147,202); }
div.DivClassName
{
background-color: #9F93CA;
}
.BgClassName
{
background-color: #9F93CA;
}
</style>
border-color css
<style>
span { border-color: #9F93CA; }
span { border-color: rgb(159,147,202); }
td.TdClassName
{
border-color: #9F93CA;
}
.TagClassName
{
border-color: #9F93CA;
}
</style>