Shades of Ce Soir #9A6EAE
Tints of Ce Soir #9A6EAE
RGB
CMYK
RGB Variations
Color information
#9A6EAE (or 0x9A6EAE) is known color: Ce Soir. HEX triplet: 9A, 6E and AE. RGB value is (154,110,174). Sum of RGB (Red+Green+Blue) = 154+110+174=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6EAE is #659151. Grayscale: #828282. Windows color (decimal): -6656338 or 11431578. OLE color: 11431578.
HSL color Cylindrical-coordinate representation of color #9A6EAE: hue angle of 281.25º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A6EAE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 110 | 174 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.32 |
| HSL | 281.25º | 0.28% | 0.56% | - |
| HSV(B) | 281.25º | 0.37% | 0.68% | - |
| XYZ | 26.54 | 21.08 | 42.71 | - |
| YUV | 130.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 174 | 0.11 | 0.37 | 0 | 0.32 | 281.25 | 0.28 | 0.56 |
| Hex | 9A | 6E | AE | B | 25 | 0 | 20 | 119 | 1C | 38 |
| Octal | 232 | 156 | 256 | 13 | 45 | 0 | 40 | 431 | 34 | 70 |
| Binary | 10011010 | 1101110 | 10101110 | 1011 | 100101 | 0 | 100000 | 100011001 | 11100 | 111000 |
Color Harmonies of #9A6EAE
Complementary color
Monochromatic Colors of #9A6EAE
Black with #9A6EAE
Text Example
Text Example
White with #9A6EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6EAE; }
p { color: rgb(154,110,174); }
H1.HeaderClassName
{
color: #9A6EAE;
}
.AnyTagClassName
{
color: #9A6EAE;
}
</style>
background-color css
<style>
a { background-color: #9A6EAE; }
a { background-color: rgb(154,110,174); }
div.DivClassName
{
background-color: #9A6EAE;
}
.BgClassName
{
background-color: #9A6EAE;
}
</style>
border-color css
<style>
span { border-color: #9A6EAE; }
span { border-color: rgb(154,110,174); }
td.TdClassName
{
border-color: #9A6EAE;
}
.TagClassName
{
border-color: #9A6EAE;
}
</style>