Shades of Ce Soir #8B6BAC
Tints of Ce Soir #8B6BAC
RGB
CMYK
RGB Variations
Color information
#8B6BAC (or 0x8B6BAC) is known color: Ce Soir. HEX triplet: 8B, 6B and AC. RGB value is (139,107,172). Sum of RGB (Red+Green+Blue) = 139+107+172=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6BAC is #749453. Grayscale: #7B7B7B. Windows color (decimal): -7640148 or 11299723. OLE color: 11299723.
HSL color Cylindrical-coordinate representation of color #8B6BAC: hue angle of 269.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6BAC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 107 | 172 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.33 |
| HSL | 269.54º | 0.28% | 0.55% | - |
| HSV(B) | 269.54º | 0.38% | 0.67% | - |
| XYZ | 23.35 | 18.98 | 41.46 | - |
| YUV | 123.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 172 | 0.19 | 0.38 | 0 | 0.33 | 269.54 | 0.28 | 0.55 |
| Hex | 8B | 6B | AC | 13 | 26 | 0 | 21 | 10E | 1C | 37 |
| Octal | 213 | 153 | 254 | 23 | 46 | 0 | 41 | 416 | 34 | 67 |
| Binary | 10001011 | 1101011 | 10101100 | 10011 | 100110 | 0 | 100001 | 100001110 | 11100 | 110111 |
Color Harmonies of #8B6BAC
Complementary color
Monochromatic Colors of #8B6BAC
Black with #8B6BAC
Text Example
Text Example
White with #8B6BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6BAC; }
p { color: rgb(139,107,172); }
H1.HeaderClassName
{
color: #8B6BAC;
}
.AnyTagClassName
{
color: #8B6BAC;
}
</style>
background-color css
<style>
a { background-color: #8B6BAC; }
a { background-color: rgb(139,107,172); }
div.DivClassName
{
background-color: #8B6BAC;
}
.BgClassName
{
background-color: #8B6BAC;
}
</style>
border-color css
<style>
span { border-color: #8B6BAC; }
span { border-color: rgb(139,107,172); }
td.TdClassName
{
border-color: #8B6BAC;
}
.TagClassName
{
border-color: #8B6BAC;
}
</style>