Shades of Ce Soir #8A6C9C
Tints of Ce Soir #8A6C9C
RGB
CMYK
RGB Variations
Color information
#8A6C9C (or 0x8A6C9C) is known color: Ce Soir. HEX triplet: 8A, 6C and 9C. RGB value is (138,108,156). Sum of RGB (Red+Green+Blue) = 138+108+156=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A6C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6C9C is #759363. Grayscale: #7A7A7A. Windows color (decimal): -7705444 or 10251402. OLE color: 10251402.
HSL color Cylindrical-coordinate representation of color #8A6C9C: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A6C9C is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 108 | 156 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.39 |
| HSL | 277.5º | 0.2% | 0.52% | - |
| HSV(B) | 277.5º | 0.31% | 0.61% | - |
| XYZ | 21.84 | 18.53 | 33.88 | - |
| YUV | 122.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 156 | 0.12 | 0.31 | 0 | 0.39 | 277.5 | 0.2 | 0.52 |
| Hex | 8A | 6C | 9C | C | 1F | 0 | 27 | 116 | 14 | 34 |
| Octal | 212 | 154 | 234 | 14 | 37 | 0 | 47 | 426 | 24 | 64 |
| Binary | 10001010 | 1101100 | 10011100 | 1100 | 11111 | 0 | 100111 | 100010110 | 10100 | 110100 |
Color Harmonies of #8A6C9C
Complementary color
Monochromatic Colors of #8A6C9C
Black with #8A6C9C
Text Example
Text Example
White with #8A6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C9C; }
p { color: rgb(138,108,156); }
H1.HeaderClassName
{
color: #8A6C9C;
}
.AnyTagClassName
{
color: #8A6C9C;
}
</style>
background-color css
<style>
a { background-color: #8A6C9C; }
a { background-color: rgb(138,108,156); }
div.DivClassName
{
background-color: #8A6C9C;
}
.BgClassName
{
background-color: #8A6C9C;
}
</style>
border-color css
<style>
span { border-color: #8A6C9C; }
span { border-color: rgb(138,108,156); }
td.TdClassName
{
border-color: #8A6C9C;
}
.TagClassName
{
border-color: #8A6C9C;
}
</style>