Shades of Ce Soir #8A6DA4
Tints of Ce Soir #8A6DA4
RGB
CMYK
RGB Variations
Color information
#8A6DA4 (or 0x8A6DA4) is known color: Ce Soir. HEX triplet: 8A, 6D and A4. RGB value is (138,109,164). Sum of RGB (Red+Green+Blue) = 138+109+164=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A6DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6DA4 is #75925B. Grayscale: #7B7B7B. Windows color (decimal): -7705180 or 10775946. OLE color: 10775946.
HSL color Cylindrical-coordinate representation of color #8A6DA4: hue angle of 271.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A6DA4 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 109 | 164 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.36 |
| HSL | 271.64º | 0.23% | 0.54% | - |
| HSV(B) | 271.64º | 0.34% | 0.64% | - |
| XYZ | 22.65 | 19.02 | 37.6 | - |
| YUV | 123.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 164 | 0.16 | 0.34 | 0 | 0.36 | 271.64 | 0.23 | 0.54 |
| Hex | 8A | 6D | A4 | 10 | 22 | 0 | 24 | 110 | 17 | 36 |
| Octal | 212 | 155 | 244 | 20 | 42 | 0 | 44 | 420 | 27 | 66 |
| Binary | 10001010 | 1101101 | 10100100 | 10000 | 100010 | 0 | 100100 | 100010000 | 10111 | 110110 |
Color Harmonies of #8A6DA4
Complementary color
Monochromatic Colors of #8A6DA4
Black with #8A6DA4
Text Example
Text Example
White with #8A6DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6DA4; }
p { color: rgb(138,109,164); }
H1.HeaderClassName
{
color: #8A6DA4;
}
.AnyTagClassName
{
color: #8A6DA4;
}
</style>
background-color css
<style>
a { background-color: #8A6DA4; }
a { background-color: rgb(138,109,164); }
div.DivClassName
{
background-color: #8A6DA4;
}
.BgClassName
{
background-color: #8A6DA4;
}
</style>
border-color css
<style>
span { border-color: #8A6DA4; }
span { border-color: rgb(138,109,164); }
td.TdClassName
{
border-color: #8A6DA4;
}
.TagClassName
{
border-color: #8A6DA4;
}
</style>