Shades of Wistful #9C93CC
Tints of Wistful #9C93CC
RGB
CMYK
RGB Variations
Color information
#9C93CC (or 0x9C93CC) is known color: Wistful. HEX triplet: 9C, 93 and CC. RGB value is (156,147,204). Sum of RGB (Red+Green+Blue) = 156+147+204=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93CC is #636C33. Grayscale: #9B9B9B. Windows color (decimal): -6515764 or 13407132. OLE color: 13407132.
HSL color Cylindrical-coordinate representation of color #9C93CC: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C93CC is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 147 | 204 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.2 |
| HSL | 249.47º | 0.36% | 0.69% | - |
| HSV(B) | 249.47º | 0.28% | 0.8% | - |
| XYZ | 35.04 | 32.29 | 61.51 | - |
| YUV | 156.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 204 | 0.24 | 0.28 | 0 | 0.2 | 249.47 | 0.36 | 0.69 |
| Hex | 9C | 93 | CC | 18 | 1C | 0 | 14 | F9 | 24 | 45 |
| Octal | 234 | 223 | 314 | 30 | 34 | 0 | 24 | 371 | 44 | 105 |
| Binary | 10011100 | 10010011 | 11001100 | 11000 | 11100 | 0 | 10100 | 11111001 | 100100 | 1000101 |
Color Harmonies of #9C93CC
Complementary color
Monochromatic Colors of #9C93CC
Black with #9C93CC
Text Example
Text Example
White with #9C93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C93CC; }
p { color: rgb(156,147,204); }
H1.HeaderClassName
{
color: #9C93CC;
}
.AnyTagClassName
{
color: #9C93CC;
}
</style>
background-color css
<style>
a { background-color: #9C93CC; }
a { background-color: rgb(156,147,204); }
div.DivClassName
{
background-color: #9C93CC;
}
.BgClassName
{
background-color: #9C93CC;
}
</style>
border-color css
<style>
span { border-color: #9C93CC; }
span { border-color: rgb(156,147,204); }
td.TdClassName
{
border-color: #9C93CC;
}
.TagClassName
{
border-color: #9C93CC;
}
</style>