Shades of Ce Soir #8A6BAA
Tints of Ce Soir #8A6BAA
RGB
CMYK
RGB Variations
Color information
#8A6BAA (or 0x8A6BAA) is known color: Ce Soir. HEX triplet: 8A, 6B and AA. RGB value is (138,107,170). Sum of RGB (Red+Green+Blue) = 138+107+170=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAA is #759455. Grayscale: #7B7B7B. Windows color (decimal): -7705686 or 11168650. OLE color: 11168650.
HSL color Cylindrical-coordinate representation of color #8A6BAA: hue angle of 269.52º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6BAA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 107 | 170 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.33 |
| HSL | 269.52º | 0.27% | 0.54% | - |
| HSV(B) | 269.52º | 0.37% | 0.67% | - |
| XYZ | 22.99 | 18.82 | 40.45 | - |
| YUV | 123.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 170 | 0.19 | 0.37 | 0 | 0.33 | 269.52 | 0.27 | 0.54 |
| Hex | 8A | 6B | AA | 13 | 25 | 0 | 21 | 10E | 1B | 36 |
| Octal | 212 | 153 | 252 | 23 | 45 | 0 | 41 | 416 | 33 | 66 |
| Binary | 10001010 | 1101011 | 10101010 | 10011 | 100101 | 0 | 100001 | 100001110 | 11011 | 110110 |
Color Harmonies of #8A6BAA
Complementary color
Monochromatic Colors of #8A6BAA
Black with #8A6BAA
Text Example
Text Example
White with #8A6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BAA; }
p { color: rgb(138,107,170); }
H1.HeaderClassName
{
color: #8A6BAA;
}
.AnyTagClassName
{
color: #8A6BAA;
}
</style>
background-color css
<style>
a { background-color: #8A6BAA; }
a { background-color: rgb(138,107,170); }
div.DivClassName
{
background-color: #8A6BAA;
}
.BgClassName
{
background-color: #8A6BAA;
}
</style>
border-color css
<style>
span { border-color: #8A6BAA; }
span { border-color: rgb(138,107,170); }
td.TdClassName
{
border-color: #8A6BAA;
}
.TagClassName
{
border-color: #8A6BAA;
}
</style>