Shades of Wistful #9D95C1
Tints of Wistful #9D95C1
RGB
CMYK
RGB Variations
Color information
#9D95C1 (or 0x9D95C1) is known color: Wistful. HEX triplet: 9D, 95 and C1. RGB value is (157,149,193). Sum of RGB (Red+Green+Blue) = 157+149+193=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D95C1 is #626A3E. Grayscale: #9C9C9C. Windows color (decimal): -6449727 or 12686749. OLE color: 12686749.
HSL color Cylindrical-coordinate representation of color #9D95C1: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D95C1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 149 | 193 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.24 |
| HSL | 250.91º | 0.26% | 0.67% | - |
| HSV(B) | 250.91º | 0.23% | 0.76% | - |
| XYZ | 34.28 | 32.51 | 54.92 | - |
| YUV | 156.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 193 | 0.19 | 0.23 | 0 | 0.24 | 250.91 | 0.26 | 0.67 |
| Hex | 9D | 95 | C1 | 13 | 17 | 0 | 18 | FB | 1A | 43 |
| Octal | 235 | 225 | 301 | 23 | 27 | 0 | 30 | 373 | 32 | 103 |
| Binary | 10011101 | 10010101 | 11000001 | 10011 | 10111 | 0 | 11000 | 11111011 | 11010 | 1000011 |
Color Harmonies of #9D95C1
Complementary color
Monochromatic Colors of #9D95C1
Black with #9D95C1
Text Example
Text Example
White with #9D95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D95C1; }
p { color: rgb(157,149,193); }
H1.HeaderClassName
{
color: #9D95C1;
}
.AnyTagClassName
{
color: #9D95C1;
}
</style>
background-color css
<style>
a { background-color: #9D95C1; }
a { background-color: rgb(157,149,193); }
div.DivClassName
{
background-color: #9D95C1;
}
.BgClassName
{
background-color: #9D95C1;
}
</style>
border-color css
<style>
span { border-color: #9D95C1; }
span { border-color: rgb(157,149,193); }
td.TdClassName
{
border-color: #9D95C1;
}
.TagClassName
{
border-color: #9D95C1;
}
</style>