Shades of Ce Soir #9C6DAC
Tints of Ce Soir #9C6DAC
RGB
CMYK
RGB Variations
Color information
#9C6DAC (or 0x9C6DAC) is known color: Ce Soir. HEX triplet: 9C, 6D and AC. RGB value is (156,109,172). Sum of RGB (Red+Green+Blue) = 156+109+172=437 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.70% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6DAC is #639253. Grayscale: #828282. Windows color (decimal): -6525524 or 11300252. OLE color: 11300252.
HSL color Cylindrical-coordinate representation of color #9C6DAC: hue angle of 284.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6DAC is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 109 | 172 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.33 |
| HSL | 284.76º | 0.28% | 0.55% | - |
| HSV(B) | 284.76º | 0.37% | 0.67% | - |
| XYZ | 26.63 | 20.98 | 41.68 | - |
| YUV | 130.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 172 | 0.09 | 0.37 | 0 | 0.33 | 284.76 | 0.28 | 0.55 |
| Hex | 9C | 6D | AC | 9 | 25 | 0 | 21 | 11D | 1C | 37 |
| Octal | 234 | 155 | 254 | 11 | 45 | 0 | 41 | 435 | 34 | 67 |
| Binary | 10011100 | 1101101 | 10101100 | 1001 | 100101 | 0 | 100001 | 100011101 | 11100 | 110111 |
Color Harmonies of #9C6DAC
Complementary color
Monochromatic Colors of #9C6DAC
Black with #9C6DAC
Text Example
Text Example
White with #9C6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6DAC; }
p { color: rgb(156,109,172); }
H1.HeaderClassName
{
color: #9C6DAC;
}
.AnyTagClassName
{
color: #9C6DAC;
}
</style>
background-color css
<style>
a { background-color: #9C6DAC; }
a { background-color: rgb(156,109,172); }
div.DivClassName
{
background-color: #9C6DAC;
}
.BgClassName
{
background-color: #9C6DAC;
}
</style>
border-color css
<style>
span { border-color: #9C6DAC; }
span { border-color: rgb(156,109,172); }
td.TdClassName
{
border-color: #9C6DAC;
}
.TagClassName
{
border-color: #9C6DAC;
}
</style>