Shades of Ce Soir #8A69AD
Tints of Ce Soir #8A69AD
RGB
CMYK
RGB Variations
Color information
#8A69AD (or 0x8A69AD) is known color: Ce Soir. HEX triplet: 8A, 69 and AD. RGB value is (138,105,173). Sum of RGB (Red+Green+Blue) = 138+105+173=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A69AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A69AD is #759652. Grayscale: #7A7A7A. Windows color (decimal): -7706195 or 11364746. OLE color: 11364746.
HSL color Cylindrical-coordinate representation of color #8A69AD: hue angle of 269.12º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A69AD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 105 | 173 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.32 |
| HSL | 269.12º | 0.29% | 0.55% | - |
| HSV(B) | 269.12º | 0.39% | 0.68% | - |
| XYZ | 23.08 | 18.52 | 41.89 | - |
| YUV | 122.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 173 | 0.20 | 0.39 | 0 | 0.32 | 269.12 | 0.29 | 0.55 |
| Hex | 8A | 69 | AD | 14 | 27 | 0 | 20 | 10D | 1D | 37 |
| Octal | 212 | 151 | 255 | 24 | 47 | 0 | 40 | 415 | 35 | 67 |
| Binary | 10001010 | 1101001 | 10101101 | 10100 | 100111 | 0 | 100000 | 100001101 | 11101 | 110111 |
Color Harmonies of #8A69AD
Complementary color
Monochromatic Colors of #8A69AD
Black with #8A69AD
Text Example
Text Example
White with #8A69AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69AD; }
p { color: rgb(138,105,173); }
H1.HeaderClassName
{
color: #8A69AD;
}
.AnyTagClassName
{
color: #8A69AD;
}
</style>
background-color css
<style>
a { background-color: #8A69AD; }
a { background-color: rgb(138,105,173); }
div.DivClassName
{
background-color: #8A69AD;
}
.BgClassName
{
background-color: #8A69AD;
}
</style>
border-color css
<style>
span { border-color: #8A69AD; }
span { border-color: rgb(138,105,173); }
td.TdClassName
{
border-color: #8A69AD;
}
.TagClassName
{
border-color: #8A69AD;
}
</style>