Shades of Wistful #9C96CB
Tints of Wistful #9C96CB
RGB
CMYK
RGB Variations
Color information
#9C96CB (or 0x9C96CB) is known color: Wistful. HEX triplet: 9C, 96 and CB. RGB value is (156,150,203). Sum of RGB (Red+Green+Blue) = 156+150+203=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C96CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C96CB is #636934. Grayscale: #9D9D9D. Windows color (decimal): -6514997 or 13342364. OLE color: 13342364.
HSL color Cylindrical-coordinate representation of color #9C96CB: hue angle of 246.79º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C96CB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 150 | 203 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.20 |
| HSL | 246.79º | 0.34% | 0.69% | - |
| HSV(B) | 246.79º | 0.26% | 0.8% | - |
| XYZ | 35.4 | 33.19 | 61.04 | - |
| YUV | 157.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 150 | 203 | 0.23 | 0.26 | 0 | 0.20 | 246.79 | 0.34 | 0.69 |
| Hex | 9C | 96 | CB | 17 | 1A | 0 | 14 | F7 | 22 | 45 |
| Octal | 234 | 226 | 313 | 27 | 32 | 0 | 24 | 367 | 42 | 105 |
| Binary | 10011100 | 10010110 | 11001011 | 10111 | 11010 | 0 | 10100 | 11110111 | 100010 | 1000101 |
Color Harmonies of #9C96CB
Complementary color
Monochromatic Colors of #9C96CB
Black with #9C96CB
Text Example
Text Example
White with #9C96CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C96CB; }
p { color: rgb(156,150,203); }
H1.HeaderClassName
{
color: #9C96CB;
}
.AnyTagClassName
{
color: #9C96CB;
}
</style>
background-color css
<style>
a { background-color: #9C96CB; }
a { background-color: rgb(156,150,203); }
div.DivClassName
{
background-color: #9C96CB;
}
.BgClassName
{
background-color: #9C96CB;
}
</style>
border-color css
<style>
span { border-color: #9C96CB; }
span { border-color: rgb(156,150,203); }
td.TdClassName
{
border-color: #9C96CB;
}
.TagClassName
{
border-color: #9C96CB;
}
</style>