Shades of Ce Soir #8A6AAB
Tints of Ce Soir #8A6AAB
RGB
CMYK
RGB Variations
Color information
#8A6AAB (or 0x8A6AAB) is known color: Ce Soir. HEX triplet: 8A, 6A and AB. RGB value is (138,106,171). Sum of RGB (Red+Green+Blue) = 138+106+171=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A6AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6AAB is #759554. Grayscale: #7A7A7A. Windows color (decimal): -7705941 or 11233930. OLE color: 11233930.
HSL color Cylindrical-coordinate representation of color #8A6AAB: hue angle of 269.54º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A6AAB is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 106 | 171 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.33 |
| HSL | 269.54º | 0.28% | 0.54% | - |
| HSV(B) | 269.54º | 0.38% | 0.67% | - |
| XYZ | 22.99 | 18.65 | 40.92 | - |
| YUV | 122.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 171 | 0.19 | 0.38 | 0 | 0.33 | 269.54 | 0.28 | 0.54 |
| Hex | 8A | 6A | AB | 13 | 26 | 0 | 21 | 10E | 1C | 36 |
| Octal | 212 | 152 | 253 | 23 | 46 | 0 | 41 | 416 | 34 | 66 |
| Binary | 10001010 | 1101010 | 10101011 | 10011 | 100110 | 0 | 100001 | 100001110 | 11100 | 110110 |
Color Harmonies of #8A6AAB
Complementary color
Monochromatic Colors of #8A6AAB
Black with #8A6AAB
Text Example
Text Example
White with #8A6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6AAB; }
p { color: rgb(138,106,171); }
H1.HeaderClassName
{
color: #8A6AAB;
}
.AnyTagClassName
{
color: #8A6AAB;
}
</style>
background-color css
<style>
a { background-color: #8A6AAB; }
a { background-color: rgb(138,106,171); }
div.DivClassName
{
background-color: #8A6AAB;
}
.BgClassName
{
background-color: #8A6AAB;
}
</style>
border-color css
<style>
span { border-color: #8A6AAB; }
span { border-color: rgb(138,106,171); }
td.TdClassName
{
border-color: #8A6AAB;
}
.TagClassName
{
border-color: #8A6AAB;
}
</style>