Shades of Ce Soir #8A6BAB
Tints of Ce Soir #8A6BAB
RGB
CMYK
RGB Variations
Color information
#8A6BAB (or 0x8A6BAB) is known color: Ce Soir. HEX triplet: 8A, 6B and AB. RGB value is (138,107,171). Sum of RGB (Red+Green+Blue) = 138+107+171=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A6BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6BAB is #759454. Grayscale: #7B7B7B. Windows color (decimal): -7705685 or 11234186. OLE color: 11234186.
HSL color Cylindrical-coordinate representation of color #8A6BAB: hue angle of 269.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6BAB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 107 | 171 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.33 |
| HSL | 269.06º | 0.28% | 0.55% | - |
| HSV(B) | 269.06º | 0.37% | 0.67% | - |
| XYZ | 23.09 | 18.86 | 40.95 | - |
| YUV | 123.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 171 | 0.19 | 0.37 | 0 | 0.33 | 269.06 | 0.28 | 0.55 |
| Hex | 8A | 6B | AB | 13 | 25 | 0 | 21 | 10D | 1C | 37 |
| Octal | 212 | 153 | 253 | 23 | 45 | 0 | 41 | 415 | 34 | 67 |
| Binary | 10001010 | 1101011 | 10101011 | 10011 | 100101 | 0 | 100001 | 100001101 | 11100 | 110111 |
Color Harmonies of #8A6BAB
Complementary color
Monochromatic Colors of #8A6BAB
Black with #8A6BAB
Text Example
Text Example
White with #8A6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6BAB; }
p { color: rgb(138,107,171); }
H1.HeaderClassName
{
color: #8A6BAB;
}
.AnyTagClassName
{
color: #8A6BAB;
}
</style>
background-color css
<style>
a { background-color: #8A6BAB; }
a { background-color: rgb(138,107,171); }
div.DivClassName
{
background-color: #8A6BAB;
}
.BgClassName
{
background-color: #8A6BAB;
}
</style>
border-color css
<style>
span { border-color: #8A6BAB; }
span { border-color: rgb(138,107,171); }
td.TdClassName
{
border-color: #8A6BAB;
}
.TagClassName
{
border-color: #8A6BAB;
}
</style>