Shades of Ce Soir #8A699A
Tints of Ce Soir #8A699A
RGB
CMYK
RGB Variations
Color information
#8A699A (or 0x8A699A) is known color: Ce Soir. HEX triplet: 8A, 69 and 9A. RGB value is (138,105,154). Sum of RGB (Red+Green+Blue) = 138+105+154=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A699A is #759665. Grayscale: #787878. Windows color (decimal): -7706214 or 10119562. OLE color: 10119562.
HSL color Cylindrical-coordinate representation of color #8A699A: hue angle of 280.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A699A is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 105 | 154 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.40 |
| HSL | 280.41º | 0.2% | 0.51% | - |
| HSV(B) | 280.41º | 0.32% | 0.6% | - |
| XYZ | 21.37 | 17.84 | 32.89 | - |
| YUV | 120.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 154 | 0.10 | 0.32 | 0 | 0.40 | 280.41 | 0.2 | 0.51 |
| Hex | 8A | 69 | 9A | A | 20 | 0 | 28 | 118 | 14 | 33 |
| Octal | 212 | 151 | 232 | 12 | 40 | 0 | 50 | 430 | 24 | 63 |
| Binary | 10001010 | 1101001 | 10011010 | 1010 | 100000 | 0 | 101000 | 100011000 | 10100 | 110011 |
Color Harmonies of #8A699A
Complementary color
Monochromatic Colors of #8A699A
Black with #8A699A
Text Example
Text Example
White with #8A699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A699A; }
p { color: rgb(138,105,154); }
H1.HeaderClassName
{
color: #8A699A;
}
.AnyTagClassName
{
color: #8A699A;
}
</style>
background-color css
<style>
a { background-color: #8A699A; }
a { background-color: rgb(138,105,154); }
div.DivClassName
{
background-color: #8A699A;
}
.BgClassName
{
background-color: #8A699A;
}
</style>
border-color css
<style>
span { border-color: #8A699A; }
span { border-color: rgb(138,105,154); }
td.TdClassName
{
border-color: #8A699A;
}
.TagClassName
{
border-color: #8A699A;
}
</style>