Shades of Wistful #9C95EC
Tints of Wistful #9C95EC
RGB
CMYK
RGB Variations
Color information
#9C95EC (or 0x9C95EC) is known color: Wistful. HEX triplet: 9C, 95 and EC. RGB value is (156,149,236). Sum of RGB (Red+Green+Blue) = 156+149+236=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C95EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C95EC is #636A13. Grayscale: #A0A0A0. Windows color (decimal): -6515220 or 15504796. OLE color: 15504796.
HSL color Cylindrical-coordinate representation of color #9C95EC: hue angle of 244.83º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C95EC is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 149 | 236 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.07 |
| HSL | 244.83º | 0.7% | 0.75% | - |
| HSV(B) | 244.83º | 0.37% | 0.93% | - |
| XYZ | 39.6 | 34.62 | 83.95 | - |
| YUV | 161.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 236 | 0.34 | 0.37 | 0 | 0.07 | 244.83 | 0.7 | 0.75 |
| Hex | 9C | 95 | EC | 22 | 25 | 0 | 7 | F5 | 46 | 4B |
| Octal | 234 | 225 | 354 | 42 | 45 | 0 | 7 | 365 | 106 | 113 |
| Binary | 10011100 | 10010101 | 11101100 | 100010 | 100101 | 0 | 111 | 11110101 | 1000110 | 1001011 |
Color Harmonies of #9C95EC
Complementary color
Monochromatic Colors of #9C95EC
Black with #9C95EC
Text Example
Text Example
White with #9C95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C95EC; }
p { color: rgb(156,149,236); }
H1.HeaderClassName
{
color: #9C95EC;
}
.AnyTagClassName
{
color: #9C95EC;
}
</style>
background-color css
<style>
a { background-color: #9C95EC; }
a { background-color: rgb(156,149,236); }
div.DivClassName
{
background-color: #9C95EC;
}
.BgClassName
{
background-color: #9C95EC;
}
</style>
border-color css
<style>
span { border-color: #9C95EC; }
span { border-color: rgb(156,149,236); }
td.TdClassName
{
border-color: #9C95EC;
}
.TagClassName
{
border-color: #9C95EC;
}
</style>