Shades of Ce Soir #8A699E
Tints of Ce Soir #8A699E
RGB
CMYK
RGB Variations
Color information
#8A699E (or 0x8A699E) is known color: Ce Soir. HEX triplet: 8A, 69 and 9E. RGB value is (138,105,158). Sum of RGB (Red+Green+Blue) = 138+105+158=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A699E is #759661. Grayscale: #787878. Windows color (decimal): -7706210 or 10381706. OLE color: 10381706.
HSL color Cylindrical-coordinate representation of color #8A699E: hue angle of 277.36º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A699E is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 105 | 158 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.38 |
| HSL | 277.36º | 0.21% | 0.52% | - |
| HSV(B) | 277.36º | 0.34% | 0.62% | - |
| XYZ | 21.7 | 17.98 | 34.67 | - |
| YUV | 120.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 158 | 0.13 | 0.34 | 0 | 0.38 | 277.36 | 0.21 | 0.52 |
| Hex | 8A | 69 | 9E | D | 22 | 0 | 26 | 115 | 15 | 34 |
| Octal | 212 | 151 | 236 | 15 | 42 | 0 | 46 | 425 | 25 | 64 |
| Binary | 10001010 | 1101001 | 10011110 | 1101 | 100010 | 0 | 100110 | 100010101 | 10101 | 110100 |
Color Harmonies of #8A699E
Complementary color
Monochromatic Colors of #8A699E
Black with #8A699E
Text Example
Text Example
White with #8A699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A699E; }
p { color: rgb(138,105,158); }
H1.HeaderClassName
{
color: #8A699E;
}
.AnyTagClassName
{
color: #8A699E;
}
</style>
background-color css
<style>
a { background-color: #8A699E; }
a { background-color: rgb(138,105,158); }
div.DivClassName
{
background-color: #8A699E;
}
.BgClassName
{
background-color: #8A699E;
}
</style>
border-color css
<style>
span { border-color: #8A699E; }
span { border-color: rgb(138,105,158); }
td.TdClassName
{
border-color: #8A699E;
}
.TagClassName
{
border-color: #8A699E;
}
</style>