Shades of Ce Soir #9A69A6
Tints of Ce Soir #9A69A6
RGB
CMYK
RGB Variations
Color information
#9A69A6 (or 0x9A69A6) is known color: Ce Soir. HEX triplet: 9A, 69 and A6. RGB value is (154,105,166). Sum of RGB (Red+Green+Blue) = 154+105+166=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A69A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A69A6 is #659659. Grayscale: #7E7E7E. Windows color (decimal): -6657626 or 10906010. OLE color: 10906010.
HSL color Cylindrical-coordinate representation of color #9A69A6: hue angle of 288.2º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A69A6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 105 | 166 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.35 |
| HSL | 288.2º | 0.26% | 0.53% | - |
| HSV(B) | 288.2º | 0.37% | 0.65% | - |
| XYZ | 25.26 | 19.73 | 38.55 | - |
| YUV | 126.61 | 150.23 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 166 | 0.07 | 0.37 | 0 | 0.35 | 288.2 | 0.26 | 0.53 |
| Hex | 9A | 69 | A6 | 7 | 25 | 0 | 23 | 120 | 1A | 35 |
| Octal | 232 | 151 | 246 | 7 | 45 | 0 | 43 | 440 | 32 | 65 |
| Binary | 10011010 | 1101001 | 10100110 | 111 | 100101 | 0 | 100011 | 100100000 | 11010 | 110101 |
Color Harmonies of #9A69A6
Complementary color
Monochromatic Colors of #9A69A6
Black with #9A69A6
Text Example
Text Example
White with #9A69A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69A6; }
p { color: rgb(154,105,166); }
H1.HeaderClassName
{
color: #9A69A6;
}
.AnyTagClassName
{
color: #9A69A6;
}
</style>
background-color css
<style>
a { background-color: #9A69A6; }
a { background-color: rgb(154,105,166); }
div.DivClassName
{
background-color: #9A69A6;
}
.BgClassName
{
background-color: #9A69A6;
}
</style>
border-color css
<style>
span { border-color: #9A69A6; }
span { border-color: rgb(154,105,166); }
td.TdClassName
{
border-color: #9A69A6;
}
.TagClassName
{
border-color: #9A69A6;
}
</style>