Shades of Wistful #9D92CE
Tints of Wistful #9D92CE
RGB
CMYK
RGB Variations
Color information
#9D92CE (or 0x9D92CE) is known color: Wistful. HEX triplet: 9D, 92 and CE. RGB value is (157,146,206). Sum of RGB (Red+Green+Blue) = 157+146+206=509 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.84% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D92CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D92CE is #626D31. Grayscale: #9B9B9B. Windows color (decimal): -6450482 or 13537949. OLE color: 13537949.
HSL color Cylindrical-coordinate representation of color #9D92CE: hue angle of 251º 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 #9D92CE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 146 | 206 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.19 |
| HSL | 251º | 0.38% | 0.69% | - |
| HSV(B) | 251º | 0.29% | 0.81% | - |
| XYZ | 35.32 | 32.18 | 62.74 | - |
| YUV | 156.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 206 | 0.24 | 0.29 | 0 | 0.19 | 251 | 0.38 | 0.69 |
| Hex | 9D | 92 | CE | 18 | 1D | 0 | 13 | FB | 26 | 45 |
| Octal | 235 | 222 | 316 | 30 | 35 | 0 | 23 | 373 | 46 | 105 |
| Binary | 10011101 | 10010010 | 11001110 | 11000 | 11101 | 0 | 10011 | 11111011 | 100110 | 1000101 |
Color Harmonies of #9D92CE
Complementary color
Monochromatic Colors of #9D92CE
Black with #9D92CE
Text Example
Text Example
White with #9D92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D92CE; }
p { color: rgb(157,146,206); }
H1.HeaderClassName
{
color: #9D92CE;
}
.AnyTagClassName
{
color: #9D92CE;
}
</style>
background-color css
<style>
a { background-color: #9D92CE; }
a { background-color: rgb(157,146,206); }
div.DivClassName
{
background-color: #9D92CE;
}
.BgClassName
{
background-color: #9D92CE;
}
</style>
border-color css
<style>
span { border-color: #9D92CE; }
span { border-color: rgb(157,146,206); }
td.TdClassName
{
border-color: #9D92CE;
}
.TagClassName
{
border-color: #9D92CE;
}
</style>