Shades of Ce Soir #8A6D9B
Tints of Ce Soir #8A6D9B
RGB
CMYK
RGB Variations
Color information
#8A6D9B (or 0x8A6D9B) is known color: Ce Soir. HEX triplet: 8A, 6D and 9B. RGB value is (138,109,155). Sum of RGB (Red+Green+Blue) = 138+109+155=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 109 (42.97% from 255 or 27.11% 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 #8A6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6D9B is #759264. Grayscale: #7A7A7A. Windows color (decimal): -7705189 or 10186122. OLE color: 10186122.
HSL color Cylindrical-coordinate representation of color #8A6D9B: hue angle of 277.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6D9B is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 109 | 155 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.39 |
| HSL | 277.83º | 0.19% | 0.52% | - |
| HSV(B) | 277.83º | 0.3% | 0.61% | - |
| XYZ | 21.87 | 18.71 | 33.47 | - |
| YUV | 122.92 | 146.11 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 155 | 0.11 | 0.30 | 0 | 0.39 | 277.83 | 0.19 | 0.52 |
| Hex | 8A | 6D | 9B | B | 1E | 0 | 27 | 116 | 13 | 34 |
| Octal | 212 | 155 | 233 | 13 | 36 | 0 | 47 | 426 | 23 | 64 |
| Binary | 10001010 | 1101101 | 10011011 | 1011 | 11110 | 0 | 100111 | 100010110 | 10011 | 110100 |
Color Harmonies of #8A6D9B
Complementary color
Monochromatic Colors of #8A6D9B
Black with #8A6D9B
Text Example
Text Example
White with #8A6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D9B; }
p { color: rgb(138,109,155); }
H1.HeaderClassName
{
color: #8A6D9B;
}
.AnyTagClassName
{
color: #8A6D9B;
}
</style>
background-color css
<style>
a { background-color: #8A6D9B; }
a { background-color: rgb(138,109,155); }
div.DivClassName
{
background-color: #8A6D9B;
}
.BgClassName
{
background-color: #8A6D9B;
}
</style>
border-color css
<style>
span { border-color: #8A6D9B; }
span { border-color: rgb(138,109,155); }
td.TdClassName
{
border-color: #8A6D9B;
}
.TagClassName
{
border-color: #8A6D9B;
}
</style>