Shades of Ce Soir #8A6AAC
Tints of Ce Soir #8A6AAC
RGB
CMYK
RGB Variations
Color information
#8A6AAC (or 0x8A6AAC) is known color: Ce Soir. HEX triplet: 8A, 6A and AC. RGB value is (138,106,172). Sum of RGB (Red+Green+Blue) = 138+106+172=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6AAC is #759553. Grayscale: #7A7A7A. Windows color (decimal): -7705940 or 11299466. OLE color: 11299466.
HSL color Cylindrical-coordinate representation of color #8A6AAC: hue angle of 269.09º 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 #8A6AAC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 106 | 172 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.33 |
| HSL | 269.09º | 0.28% | 0.55% | - |
| HSV(B) | 269.09º | 0.38% | 0.67% | - |
| XYZ | 23.08 | 18.69 | 41.42 | - |
| YUV | 123.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 172 | 0.20 | 0.38 | 0 | 0.33 | 269.09 | 0.28 | 0.55 |
| Hex | 8A | 6A | AC | 14 | 26 | 0 | 21 | 10D | 1C | 37 |
| Octal | 212 | 152 | 254 | 24 | 46 | 0 | 41 | 415 | 34 | 67 |
| Binary | 10001010 | 1101010 | 10101100 | 10100 | 100110 | 0 | 100001 | 100001101 | 11100 | 110111 |
Color Harmonies of #8A6AAC
Complementary color
Monochromatic Colors of #8A6AAC
Black with #8A6AAC
Text Example
Text Example
White with #8A6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6AAC; }
p { color: rgb(138,106,172); }
H1.HeaderClassName
{
color: #8A6AAC;
}
.AnyTagClassName
{
color: #8A6AAC;
}
</style>
background-color css
<style>
a { background-color: #8A6AAC; }
a { background-color: rgb(138,106,172); }
div.DivClassName
{
background-color: #8A6AAC;
}
.BgClassName
{
background-color: #8A6AAC;
}
</style>
border-color css
<style>
span { border-color: #8A6AAC; }
span { border-color: rgb(138,106,172); }
td.TdClassName
{
border-color: #8A6AAC;
}
.TagClassName
{
border-color: #8A6AAC;
}
</style>