Shades of Ce Soir #9A6CAC
Tints of Ce Soir #9A6CAC
RGB
CMYK
RGB Variations
Color information
#9A6CAC (or 0x9A6CAC) is known color: Ce Soir. HEX triplet: 9A, 6C and AC. RGB value is (154,108,172). Sum of RGB (Red+Green+Blue) = 154+108+172=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6CAC is #659353. Grayscale: #808080. Windows color (decimal): -6656852 or 11299994. OLE color: 11299994.
HSL color Cylindrical-coordinate representation of color #9A6CAC: hue angle of 283.12º 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 #9A6CAC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 108 | 172 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.33 |
| HSL | 283.13º | 0.28% | 0.55% | - |
| HSV(B) | 283.13º | 0.37% | 0.67% | - |
| XYZ | 26.14 | 20.57 | 41.62 | - |
| YUV | 129.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 172 | 0.10 | 0.37 | 0 | 0.33 | 283.13 | 0.28 | 0.55 |
| Hex | 9A | 6C | AC | A | 25 | 0 | 21 | 11B | 1C | 37 |
| Octal | 232 | 154 | 254 | 12 | 45 | 0 | 41 | 433 | 34 | 67 |
| Binary | 10011010 | 1101100 | 10101100 | 1010 | 100101 | 0 | 100001 | 100011011 | 11100 | 110111 |
Color Harmonies of #9A6CAC
Complementary color
Monochromatic Colors of #9A6CAC
Black with #9A6CAC
Text Example
Text Example
White with #9A6CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CAC; }
p { color: rgb(154,108,172); }
H1.HeaderClassName
{
color: #9A6CAC;
}
.AnyTagClassName
{
color: #9A6CAC;
}
</style>
background-color css
<style>
a { background-color: #9A6CAC; }
a { background-color: rgb(154,108,172); }
div.DivClassName
{
background-color: #9A6CAC;
}
.BgClassName
{
background-color: #9A6CAC;
}
</style>
border-color css
<style>
span { border-color: #9A6CAC; }
span { border-color: rgb(154,108,172); }
td.TdClassName
{
border-color: #9A6CAC;
}
.TagClassName
{
border-color: #9A6CAC;
}
</style>