Shades of Ce Soir #9B6CAC
Tints of Ce Soir #9B6CAC
RGB
CMYK
RGB Variations
Color information
#9B6CAC (or 0x9B6CAC) is known color: Ce Soir. HEX triplet: 9B, 6C and AC. RGB value is (155,108,172). Sum of RGB (Red+Green+Blue) = 155+108+172=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6CAC is #649353. Grayscale: #818181. Windows color (decimal): -6591316 or 11299995. OLE color: 11299995.
HSL color Cylindrical-coordinate representation of color #9B6CAC: hue angle of 284.06º 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 #9B6CAC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 108 | 172 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.33 |
| HSL | 284.06º | 0.28% | 0.55% | - |
| HSV(B) | 284.06º | 0.37% | 0.67% | - |
| XYZ | 26.33 | 20.67 | 41.63 | - |
| YUV | 129.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 172 | 0.10 | 0.37 | 0 | 0.33 | 284.06 | 0.28 | 0.55 |
| Hex | 9B | 6C | AC | A | 25 | 0 | 21 | 11C | 1C | 37 |
| Octal | 233 | 154 | 254 | 12 | 45 | 0 | 41 | 434 | 34 | 67 |
| Binary | 10011011 | 1101100 | 10101100 | 1010 | 100101 | 0 | 100001 | 100011100 | 11100 | 110111 |
Color Harmonies of #9B6CAC
Complementary color
Monochromatic Colors of #9B6CAC
Black with #9B6CAC
Text Example
Text Example
White with #9B6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6CAC; }
p { color: rgb(155,108,172); }
H1.HeaderClassName
{
color: #9B6CAC;
}
.AnyTagClassName
{
color: #9B6CAC;
}
</style>
background-color css
<style>
a { background-color: #9B6CAC; }
a { background-color: rgb(155,108,172); }
div.DivClassName
{
background-color: #9B6CAC;
}
.BgClassName
{
background-color: #9B6CAC;
}
</style>
border-color css
<style>
span { border-color: #9B6CAC; }
span { border-color: rgb(155,108,172); }
td.TdClassName
{
border-color: #9B6CAC;
}
.TagClassName
{
border-color: #9B6CAC;
}
</style>