Shades of Ce Soir #8B6CAE
Tints of Ce Soir #8B6CAE
RGB
CMYK
RGB Variations
Color information
#8B6CAE (or 0x8B6CAE) is known color: Ce Soir. HEX triplet: 8B, 6C and AE. RGB value is (139,108,174). Sum of RGB (Red+Green+Blue) = 139+108+174=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6CAE is #749351. Grayscale: #7C7C7C. Windows color (decimal): -7639890 or 11431051. OLE color: 11431051.
HSL color Cylindrical-coordinate representation of color #8B6CAE: hue angle of 268.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6CAE is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 108 | 174 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.32 |
| HSL | 268.18º | 0.29% | 0.55% | - |
| HSV(B) | 268.18º | 0.38% | 0.68% | - |
| XYZ | 23.65 | 19.27 | 42.52 | - |
| YUV | 124.79 | 155.77 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 174 | 0.20 | 0.38 | 0 | 0.32 | 268.18 | 0.29 | 0.55 |
| Hex | 8B | 6C | AE | 14 | 26 | 0 | 20 | 10C | 1D | 37 |
| Octal | 213 | 154 | 256 | 24 | 46 | 0 | 40 | 414 | 35 | 67 |
| Binary | 10001011 | 1101100 | 10101110 | 10100 | 100110 | 0 | 100000 | 100001100 | 11101 | 110111 |
Color Harmonies of #8B6CAE
Complementary color
Monochromatic Colors of #8B6CAE
Black with #8B6CAE
Text Example
Text Example
White with #8B6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6CAE; }
p { color: rgb(139,108,174); }
H1.HeaderClassName
{
color: #8B6CAE;
}
.AnyTagClassName
{
color: #8B6CAE;
}
</style>
background-color css
<style>
a { background-color: #8B6CAE; }
a { background-color: rgb(139,108,174); }
div.DivClassName
{
background-color: #8B6CAE;
}
.BgClassName
{
background-color: #8B6CAE;
}
</style>
border-color css
<style>
span { border-color: #8B6CAE; }
span { border-color: rgb(139,108,174); }
td.TdClassName
{
border-color: #8B6CAE;
}
.TagClassName
{
border-color: #8B6CAE;
}
</style>