Shades of Ce Soir #8A6CAE
Tints of Ce Soir #8A6CAE
RGB
CMYK
RGB Variations
Color information
#8A6CAE (or 0x8A6CAE) is known color: Ce Soir. HEX triplet: 8A, 6C and AE. RGB value is (138,108,174). Sum of RGB (Red+Green+Blue) = 138+108+174=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A6CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6CAE is #759351. Grayscale: #7C7C7C. Windows color (decimal): -7705426 or 11431050. OLE color: 11431050.
HSL color Cylindrical-coordinate representation of color #8A6CAE: hue angle of 267.27º 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 #8A6CAE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 108 | 174 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.32 |
| HSL | 267.27º | 0.29% | 0.55% | - |
| HSV(B) | 267.27º | 0.38% | 0.68% | - |
| XYZ | 23.48 | 19.18 | 42.51 | - |
| YUV | 124.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 174 | 0.21 | 0.38 | 0 | 0.32 | 267.27 | 0.29 | 0.55 |
| Hex | 8A | 6C | AE | 15 | 26 | 0 | 20 | 10B | 1D | 37 |
| Octal | 212 | 154 | 256 | 25 | 46 | 0 | 40 | 413 | 35 | 67 |
| Binary | 10001010 | 1101100 | 10101110 | 10101 | 100110 | 0 | 100000 | 100001011 | 11101 | 110111 |
Color Harmonies of #8A6CAE
Complementary color
Monochromatic Colors of #8A6CAE
Black with #8A6CAE
Text Example
Text Example
White with #8A6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6CAE; }
p { color: rgb(138,108,174); }
H1.HeaderClassName
{
color: #8A6CAE;
}
.AnyTagClassName
{
color: #8A6CAE;
}
</style>
background-color css
<style>
a { background-color: #8A6CAE; }
a { background-color: rgb(138,108,174); }
div.DivClassName
{
background-color: #8A6CAE;
}
.BgClassName
{
background-color: #8A6CAE;
}
</style>
border-color css
<style>
span { border-color: #8A6CAE; }
span { border-color: rgb(138,108,174); }
td.TdClassName
{
border-color: #8A6CAE;
}
.TagClassName
{
border-color: #8A6CAE;
}
</style>