Shades of Wistful #9D95E0
Tints of Wistful #9D95E0
RGB
CMYK
RGB Variations
Color information
#9D95E0 (or 0x9D95E0) is known color: Wistful. HEX triplet: 9D, 95 and E0. RGB value is (157,149,224). Sum of RGB (Red+Green+Blue) = 157+149+224=530 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.62% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D95E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95E0 is #626A1F. Grayscale: #9F9F9F. Windows color (decimal): -6449696 or 14718365. OLE color: 14718365.
HSL color Cylindrical-coordinate representation of color #9D95E0: hue angle of 246.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D95E0 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 149 | 224 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.12 |
| HSL | 246.4º | 0.55% | 0.73% | - |
| HSV(B) | 246.4º | 0.33% | 0.88% | - |
| XYZ | 38.11 | 34.04 | 75.08 | - |
| YUV | 159.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 224 | 0.30 | 0.33 | 0 | 0.12 | 246.4 | 0.55 | 0.73 |
| Hex | 9D | 95 | E0 | 1E | 21 | 0 | C | F6 | 37 | 49 |
| Octal | 235 | 225 | 340 | 36 | 41 | 0 | 14 | 366 | 67 | 111 |
| Binary | 10011101 | 10010101 | 11100000 | 11110 | 100001 | 0 | 1100 | 11110110 | 110111 | 1001001 |
Color Harmonies of #9D95E0
Complementary color
Monochromatic Colors of #9D95E0
Black with #9D95E0
Text Example
Text Example
White with #9D95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95E0; }
p { color: rgb(157,149,224); }
H1.HeaderClassName
{
color: #9D95E0;
}
.AnyTagClassName
{
color: #9D95E0;
}
</style>
background-color css
<style>
a { background-color: #9D95E0; }
a { background-color: rgb(157,149,224); }
div.DivClassName
{
background-color: #9D95E0;
}
.BgClassName
{
background-color: #9D95E0;
}
</style>
border-color css
<style>
span { border-color: #9D95E0; }
span { border-color: rgb(157,149,224); }
td.TdClassName
{
border-color: #9D95E0;
}
.TagClassName
{
border-color: #9D95E0;
}
</style>