Shades of Wistful #9D95EE
Tints of Wistful #9D95EE
RGB
CMYK
RGB Variations
Color information
#9D95EE (or 0x9D95EE) is known color: Wistful. HEX triplet: 9D, 95 and EE. RGB value is (157,149,238). Sum of RGB (Red+Green+Blue) = 157+149+238=544 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.86% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D95EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D95EE is #626A11. Grayscale: #A1A1A1. Windows color (decimal): -6449682 or 15635869. OLE color: 15635869.
HSL color Cylindrical-coordinate representation of color #9D95EE: hue angle of 245.39º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D95EE is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 149 | 238 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.07 |
| HSL | 245.39º | 0.72% | 0.76% | - |
| HSV(B) | 245.39º | 0.37% | 0.93% | - |
| XYZ | 40.08 | 34.84 | 85.5 | - |
| YUV | 161.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 238 | 0.34 | 0.37 | 0 | 0.07 | 245.39 | 0.72 | 0.76 |
| Hex | 9D | 95 | EE | 22 | 25 | 0 | 7 | F5 | 48 | 4C |
| Octal | 235 | 225 | 356 | 42 | 45 | 0 | 7 | 365 | 110 | 114 |
| Binary | 10011101 | 10010101 | 11101110 | 100010 | 100101 | 0 | 111 | 11110101 | 1001000 | 1001100 |
Color Harmonies of #9D95EE
Complementary color
Monochromatic Colors of #9D95EE
Black with #9D95EE
Text Example
Text Example
White with #9D95EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95EE; }
p { color: rgb(157,149,238); }
H1.HeaderClassName
{
color: #9D95EE;
}
.AnyTagClassName
{
color: #9D95EE;
}
</style>
background-color css
<style>
a { background-color: #9D95EE; }
a { background-color: rgb(157,149,238); }
div.DivClassName
{
background-color: #9D95EE;
}
.BgClassName
{
background-color: #9D95EE;
}
</style>
border-color css
<style>
span { border-color: #9D95EE; }
span { border-color: rgb(157,149,238); }
td.TdClassName
{
border-color: #9D95EE;
}
.TagClassName
{
border-color: #9D95EE;
}
</style>