Shades of Ce Soir #8A69AB
Tints of Ce Soir #8A69AB
RGB
CMYK
RGB Variations
Color information
#8A69AB (or 0x8A69AB) is known color: Ce Soir. HEX triplet: 8A, 69 and AB. RGB value is (138,105,171). Sum of RGB (Red+Green+Blue) = 138+105+171=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A69AB is #759654. Grayscale: #7A7A7A. Windows color (decimal): -7706197 or 11233674. OLE color: 11233674.
HSL color Cylindrical-coordinate representation of color #8A69AB: hue angle of 270º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A69AB is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 105 | 171 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.33 |
| HSL | 270º | 0.28% | 0.54% | - |
| HSV(B) | 270º | 0.39% | 0.67% | - |
| XYZ | 22.88 | 18.45 | 40.88 | - |
| YUV | 122.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 171 | 0.19 | 0.39 | 0 | 0.33 | 270 | 0.28 | 0.54 |
| Hex | 8A | 69 | AB | 13 | 27 | 0 | 21 | 10E | 1C | 36 |
| Octal | 212 | 151 | 253 | 23 | 47 | 0 | 41 | 416 | 34 | 66 |
| Binary | 10001010 | 1101001 | 10101011 | 10011 | 100111 | 0 | 100001 | 100001110 | 11100 | 110110 |
Color Harmonies of #8A69AB
Complementary color
Monochromatic Colors of #8A69AB
Black with #8A69AB
Text Example
Text Example
White with #8A69AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69AB; }
p { color: rgb(138,105,171); }
H1.HeaderClassName
{
color: #8A69AB;
}
.AnyTagClassName
{
color: #8A69AB;
}
</style>
background-color css
<style>
a { background-color: #8A69AB; }
a { background-color: rgb(138,105,171); }
div.DivClassName
{
background-color: #8A69AB;
}
.BgClassName
{
background-color: #8A69AB;
}
</style>
border-color css
<style>
span { border-color: #8A69AB; }
span { border-color: rgb(138,105,171); }
td.TdClassName
{
border-color: #8A69AB;
}
.TagClassName
{
border-color: #8A69AB;
}
</style>