Shades of Wistful #9D91CA
Tints of Wistful #9D91CA
RGB
CMYK
RGB Variations
Color information
#9D91CA (or 0x9D91CA) is known color: Wistful. HEX triplet: 9D, 91 and CA. RGB value is (157,145,202). Sum of RGB (Red+Green+Blue) = 157+145+202=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D91CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91CA is #626E35. Grayscale: #9A9A9A. Windows color (decimal): -6450742 or 13275549. OLE color: 13275549.
HSL color Cylindrical-coordinate representation of color #9D91CA: hue angle of 252.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D91CA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 145 | 202 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.21 |
| HSL | 252.63º | 0.35% | 0.68% | - |
| HSV(B) | 252.63º | 0.28% | 0.79% | - |
| XYZ | 34.69 | 31.68 | 60.16 | - |
| YUV | 155.09 | 154.48 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 202 | 0.22 | 0.28 | 0 | 0.21 | 252.63 | 0.35 | 0.68 |
| Hex | 9D | 91 | CA | 16 | 1C | 0 | 15 | FD | 23 | 44 |
| Octal | 235 | 221 | 312 | 26 | 34 | 0 | 25 | 375 | 43 | 104 |
| Binary | 10011101 | 10010001 | 11001010 | 10110 | 11100 | 0 | 10101 | 11111101 | 100011 | 1000100 |
Color Harmonies of #9D91CA
Complementary color
Monochromatic Colors of #9D91CA
Black with #9D91CA
Text Example
Text Example
White with #9D91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D91CA; }
p { color: rgb(157,145,202); }
H1.HeaderClassName
{
color: #9D91CA;
}
.AnyTagClassName
{
color: #9D91CA;
}
</style>
background-color css
<style>
a { background-color: #9D91CA; }
a { background-color: rgb(157,145,202); }
div.DivClassName
{
background-color: #9D91CA;
}
.BgClassName
{
background-color: #9D91CA;
}
</style>
border-color css
<style>
span { border-color: #9D91CA; }
span { border-color: rgb(157,145,202); }
td.TdClassName
{
border-color: #9D91CA;
}
.TagClassName
{
border-color: #9D91CA;
}
</style>