Shades of Ce Soir #8B69AE
Tints of Ce Soir #8B69AE
RGB
CMYK
RGB Variations
Color information
#8B69AE (or 0x8B69AE) is known color: Ce Soir. HEX triplet: 8B, 69 and AE. RGB value is (139,105,174). Sum of RGB (Red+Green+Blue) = 139+105+174=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B69AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B69AE is #749651. Grayscale: #7A7A7A. Windows color (decimal): -7640658 or 11430283. OLE color: 11430283.
HSL color Cylindrical-coordinate representation of color #8B69AE: hue angle of 269.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B69AE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 105 | 174 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.32 |
| HSL | 269.57º | 0.3% | 0.55% | - |
| HSV(B) | 269.57º | 0.4% | 0.68% | - |
| XYZ | 23.34 | 18.65 | 42.41 | - |
| YUV | 123.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 174 | 0.20 | 0.40 | 0 | 0.32 | 269.57 | 0.3 | 0.55 |
| Hex | 8B | 69 | AE | 14 | 28 | 0 | 20 | 10E | 1E | 37 |
| Octal | 213 | 151 | 256 | 24 | 50 | 0 | 40 | 416 | 36 | 67 |
| Binary | 10001011 | 1101001 | 10101110 | 10100 | 101000 | 0 | 100000 | 100001110 | 11110 | 110111 |
Color Harmonies of #8B69AE
Complementary color
Monochromatic Colors of #8B69AE
Black with #8B69AE
Text Example
Text Example
White with #8B69AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69AE; }
p { color: rgb(139,105,174); }
H1.HeaderClassName
{
color: #8B69AE;
}
.AnyTagClassName
{
color: #8B69AE;
}
</style>
background-color css
<style>
a { background-color: #8B69AE; }
a { background-color: rgb(139,105,174); }
div.DivClassName
{
background-color: #8B69AE;
}
.BgClassName
{
background-color: #8B69AE;
}
</style>
border-color css
<style>
span { border-color: #8B69AE; }
span { border-color: rgb(139,105,174); }
td.TdClassName
{
border-color: #8B69AE;
}
.TagClassName
{
border-color: #8B69AE;
}
</style>