Shades of Ce Soir #8C6B9B
Tints of Ce Soir #8C6B9B
RGB
CMYK
RGB Variations
Color information
#8C6B9B (or 0x8C6B9B) is known color: Ce Soir. HEX triplet: 8C, 6B and 9B. RGB value is (140,107,155). Sum of RGB (Red+Green+Blue) = 140+107+155=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B9B is #739464. Grayscale: #7A7A7A. Windows color (decimal): -7574629 or 10185612. OLE color: 10185612.
HSL color Cylindrical-coordinate representation of color #8C6B9B: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6B9B is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 107 | 155 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.39 |
| HSL | 281.25º | 0.19% | 0.51% | - |
| HSV(B) | 281.25º | 0.31% | 0.61% | - |
| XYZ | 21.99 | 18.46 | 33.41 | - |
| YUV | 122.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 155 | 0.10 | 0.31 | 0 | 0.39 | 281.25 | 0.19 | 0.51 |
| Hex | 8C | 6B | 9B | A | 1F | 0 | 27 | 119 | 13 | 33 |
| Octal | 214 | 153 | 233 | 12 | 37 | 0 | 47 | 431 | 23 | 63 |
| Binary | 10001100 | 1101011 | 10011011 | 1010 | 11111 | 0 | 100111 | 100011001 | 10011 | 110011 |
Color Harmonies of #8C6B9B
Complementary color
Monochromatic Colors of #8C6B9B
Black with #8C6B9B
Text Example
Text Example
White with #8C6B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B9B; }
p { color: rgb(140,107,155); }
H1.HeaderClassName
{
color: #8C6B9B;
}
.AnyTagClassName
{
color: #8C6B9B;
}
</style>
background-color css
<style>
a { background-color: #8C6B9B; }
a { background-color: rgb(140,107,155); }
div.DivClassName
{
background-color: #8C6B9B;
}
.BgClassName
{
background-color: #8C6B9B;
}
</style>
border-color css
<style>
span { border-color: #8C6B9B; }
span { border-color: rgb(140,107,155); }
td.TdClassName
{
border-color: #8C6B9B;
}
.TagClassName
{
border-color: #8C6B9B;
}
</style>