Shades of Wistful #9D92DA
Tints of Wistful #9D92DA
RGB
CMYK
RGB Variations
Color information
#9D92DA (or 0x9D92DA) is known color: Wistful. HEX triplet: 9D, 92 and DA. RGB value is (157,146,218). Sum of RGB (Red+Green+Blue) = 157+146+218=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D92DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92DA is #626D25. Grayscale: #9D9D9D. Windows color (decimal): -6450470 or 14324381. OLE color: 14324381.
HSL color Cylindrical-coordinate representation of color #9D92DA: hue angle of 249.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D92DA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 146 | 218 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.15 |
| HSL | 249.17º | 0.49% | 0.71% | - |
| HSV(B) | 249.17º | 0.33% | 0.85% | - |
| XYZ | 36.84 | 32.79 | 70.72 | - |
| YUV | 157.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 218 | 0.28 | 0.33 | 0 | 0.15 | 249.17 | 0.49 | 0.71 |
| Hex | 9D | 92 | DA | 1C | 21 | 0 | F | F9 | 31 | 47 |
| Octal | 235 | 222 | 332 | 34 | 41 | 0 | 17 | 371 | 61 | 107 |
| Binary | 10011101 | 10010010 | 11011010 | 11100 | 100001 | 0 | 1111 | 11111001 | 110001 | 1000111 |
Color Harmonies of #9D92DA
Complementary color
Monochromatic Colors of #9D92DA
Black with #9D92DA
Text Example
Text Example
White with #9D92DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92DA; }
p { color: rgb(157,146,218); }
H1.HeaderClassName
{
color: #9D92DA;
}
.AnyTagClassName
{
color: #9D92DA;
}
</style>
background-color css
<style>
a { background-color: #9D92DA; }
a { background-color: rgb(157,146,218); }
div.DivClassName
{
background-color: #9D92DA;
}
.BgClassName
{
background-color: #9D92DA;
}
</style>
border-color css
<style>
span { border-color: #9D92DA; }
span { border-color: rgb(157,146,218); }
td.TdClassName
{
border-color: #9D92DA;
}
.TagClassName
{
border-color: #9D92DA;
}
</style>