Shades of Ce Soir #9A66AE
Tints of Ce Soir #9A66AE
RGB
CMYK
RGB Variations
Color information
#9A66AE (or 0x9A66AE) is known color: Ce Soir. HEX triplet: 9A, 66 and AE. RGB value is (154,102,174). Sum of RGB (Red+Green+Blue) = 154+102+174=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A66AE is #659951. Grayscale: #7D7D7D. Windows color (decimal): -6658386 or 11429530. OLE color: 11429530.
HSL color Cylindrical-coordinate representation of color #9A66AE: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A66AE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 102 | 174 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.32 |
| HSL | 283.33º | 0.31% | 0.54% | - |
| HSV(B) | 283.33º | 0.41% | 0.68% | - |
| XYZ | 25.72 | 19.43 | 42.44 | - |
| YUV | 125.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 174 | 0.11 | 0.41 | 0 | 0.32 | 283.33 | 0.31 | 0.54 |
| Hex | 9A | 66 | AE | B | 29 | 0 | 20 | 11B | 1F | 36 |
| Octal | 232 | 146 | 256 | 13 | 51 | 0 | 40 | 433 | 37 | 66 |
| Binary | 10011010 | 1100110 | 10101110 | 1011 | 101001 | 0 | 100000 | 100011011 | 11111 | 110110 |
Color Harmonies of #9A66AE
Complementary color
Monochromatic Colors of #9A66AE
Black with #9A66AE
Text Example
Text Example
White with #9A66AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A66AE; }
p { color: rgb(154,102,174); }
H1.HeaderClassName
{
color: #9A66AE;
}
.AnyTagClassName
{
color: #9A66AE;
}
</style>
background-color css
<style>
a { background-color: #9A66AE; }
a { background-color: rgb(154,102,174); }
div.DivClassName
{
background-color: #9A66AE;
}
.BgClassName
{
background-color: #9A66AE;
}
</style>
border-color css
<style>
span { border-color: #9A66AE; }
span { border-color: rgb(154,102,174); }
td.TdClassName
{
border-color: #9A66AE;
}
.TagClassName
{
border-color: #9A66AE;
}
</style>