Shades of Ce Soir #9A6AAB
Tints of Ce Soir #9A6AAB
RGB
CMYK
RGB Variations
Color information
#9A6AAB (or 0x9A6AAB) is known color: Ce Soir. HEX triplet: 9A, 6A and AB. RGB value is (154,106,171). Sum of RGB (Red+Green+Blue) = 154+106+171=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6AAB is #659554. Grayscale: #7F7F7F. Windows color (decimal): -6657365 or 11233946. OLE color: 11233946.
HSL color Cylindrical-coordinate representation of color #9A6AAB: hue angle of 284.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6AAB is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 106 | 171 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.33 |
| HSL | 284.31º | 0.28% | 0.54% | - |
| HSV(B) | 284.31º | 0.38% | 0.67% | - |
| XYZ | 25.83 | 20.12 | 41.05 | - |
| YUV | 127.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 171 | 0.10 | 0.38 | 0 | 0.33 | 284.31 | 0.28 | 0.54 |
| Hex | 9A | 6A | AB | A | 26 | 0 | 21 | 11C | 1C | 36 |
| Octal | 232 | 152 | 253 | 12 | 46 | 0 | 41 | 434 | 34 | 66 |
| Binary | 10011010 | 1101010 | 10101011 | 1010 | 100110 | 0 | 100001 | 100011100 | 11100 | 110110 |
Color Harmonies of #9A6AAB
Complementary color
Monochromatic Colors of #9A6AAB
Black with #9A6AAB
Text Example
Text Example
White with #9A6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AAB; }
p { color: rgb(154,106,171); }
H1.HeaderClassName
{
color: #9A6AAB;
}
.AnyTagClassName
{
color: #9A6AAB;
}
</style>
background-color css
<style>
a { background-color: #9A6AAB; }
a { background-color: rgb(154,106,171); }
div.DivClassName
{
background-color: #9A6AAB;
}
.BgClassName
{
background-color: #9A6AAB;
}
</style>
border-color css
<style>
span { border-color: #9A6AAB; }
span { border-color: rgb(154,106,171); }
td.TdClassName
{
border-color: #9A6AAB;
}
.TagClassName
{
border-color: #9A6AAB;
}
</style>