Shades of Wistful #9D95C5
Tints of Wistful #9D95C5
RGB
CMYK
RGB Variations
Color information
#9D95C5 (or 0x9D95C5) is known color: Wistful. HEX triplet: 9D, 95 and C5. RGB value is (157,149,197). Sum of RGB (Red+Green+Blue) = 157+149+197=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 149 (58.59% from 255 or 29.62% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #9D95C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95C5 is #626A3A. Grayscale: #9C9C9C. Windows color (decimal): -6449723 or 12948893. OLE color: 12948893.
HSL color Cylindrical-coordinate representation of color #9D95C5: hue angle of 250º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D95C5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 149 | 197 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.23 |
| HSL | 250º | 0.29% | 0.68% | - |
| HSV(B) | 250º | 0.24% | 0.77% | - |
| XYZ | 34.73 | 32.69 | 57.3 | - |
| YUV | 156.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 197 | 0.20 | 0.24 | 0 | 0.23 | 250 | 0.29 | 0.68 |
| Hex | 9D | 95 | C5 | 14 | 18 | 0 | 17 | FA | 1D | 44 |
| Octal | 235 | 225 | 305 | 24 | 30 | 0 | 27 | 372 | 35 | 104 |
| Binary | 10011101 | 10010101 | 11000101 | 10100 | 11000 | 0 | 10111 | 11111010 | 11101 | 1000100 |
Color Harmonies of #9D95C5
Complementary color
Monochromatic Colors of #9D95C5
Black with #9D95C5
Text Example
Text Example
White with #9D95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95C5; }
p { color: rgb(157,149,197); }
H1.HeaderClassName
{
color: #9D95C5;
}
.AnyTagClassName
{
color: #9D95C5;
}
</style>
background-color css
<style>
a { background-color: #9D95C5; }
a { background-color: rgb(157,149,197); }
div.DivClassName
{
background-color: #9D95C5;
}
.BgClassName
{
background-color: #9D95C5;
}
</style>
border-color css
<style>
span { border-color: #9D95C5; }
span { border-color: rgb(157,149,197); }
td.TdClassName
{
border-color: #9D95C5;
}
.TagClassName
{
border-color: #9D95C5;
}
</style>