Shades of Ce Soir #9A6CAF
Tints of Ce Soir #9A6CAF
RGB
CMYK
RGB Variations
Color information
#9A6CAF (or 0x9A6CAF) is known color: Ce Soir. HEX triplet: 9A, 6C and AF. RGB value is (154,108,175). Sum of RGB (Red+Green+Blue) = 154+108+175=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6CAF is #659350. Grayscale: #818181. Windows color (decimal): -6656849 or 11496602. OLE color: 11496602.
HSL color Cylindrical-coordinate representation of color #9A6CAF: hue angle of 281.19º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A6CAF is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 108 | 175 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.31 |
| HSL | 281.19º | 0.3% | 0.55% | - |
| HSV(B) | 281.19º | 0.38% | 0.69% | - |
| XYZ | 26.43 | 20.69 | 43.16 | - |
| YUV | 129.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 175 | 0.12 | 0.38 | 0 | 0.31 | 281.19 | 0.3 | 0.55 |
| Hex | 9A | 6C | AF | C | 26 | 0 | 1F | 119 | 1E | 37 |
| Octal | 232 | 154 | 257 | 14 | 46 | 0 | 37 | 431 | 36 | 67 |
| Binary | 10011010 | 1101100 | 10101111 | 1100 | 100110 | 0 | 11111 | 100011001 | 11110 | 110111 |
Color Harmonies of #9A6CAF
Complementary color
Monochromatic Colors of #9A6CAF
Black with #9A6CAF
Text Example
Text Example
White with #9A6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6CAF; }
p { color: rgb(154,108,175); }
H1.HeaderClassName
{
color: #9A6CAF;
}
.AnyTagClassName
{
color: #9A6CAF;
}
</style>
background-color css
<style>
a { background-color: #9A6CAF; }
a { background-color: rgb(154,108,175); }
div.DivClassName
{
background-color: #9A6CAF;
}
.BgClassName
{
background-color: #9A6CAF;
}
</style>
border-color css
<style>
span { border-color: #9A6CAF; }
span { border-color: rgb(154,108,175); }
td.TdClassName
{
border-color: #9A6CAF;
}
.TagClassName
{
border-color: #9A6CAF;
}
</style>