Shades of Ce Soir #8A659C
Tints of Ce Soir #8A659C
RGB
CMYK
RGB Variations
Color information
#8A659C (or 0x8A659C) is known color: Ce Soir. HEX triplet: 8A, 65 and 9C. RGB value is (138,101,156). Sum of RGB (Red+Green+Blue) = 138+101+156=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A659C is #759A63. Grayscale: #767676. Windows color (decimal): -7707236 or 10249610. OLE color: 10249610.
HSL color Cylindrical-coordinate representation of color #8A659C: hue angle of 280.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A659C is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 101 | 156 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.39 |
| HSL | 280.36º | 0.22% | 0.5% | - |
| HSV(B) | 280.36º | 0.35% | 0.61% | - |
| XYZ | 21.14 | 17.11 | 33.64 | - |
| YUV | 118.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 156 | 0.12 | 0.35 | 0 | 0.39 | 280.36 | 0.22 | 0.5 |
| Hex | 8A | 65 | 9C | C | 23 | 0 | 27 | 118 | 16 | 32 |
| Octal | 212 | 145 | 234 | 14 | 43 | 0 | 47 | 430 | 26 | 62 |
| Binary | 10001010 | 1100101 | 10011100 | 1100 | 100011 | 0 | 100111 | 100011000 | 10110 | 110010 |
Color Harmonies of #8A659C
Complementary color
Monochromatic Colors of #8A659C
Black with #8A659C
Text Example
Text Example
White with #8A659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A659C; }
p { color: rgb(138,101,156); }
H1.HeaderClassName
{
color: #8A659C;
}
.AnyTagClassName
{
color: #8A659C;
}
</style>
background-color css
<style>
a { background-color: #8A659C; }
a { background-color: rgb(138,101,156); }
div.DivClassName
{
background-color: #8A659C;
}
.BgClassName
{
background-color: #8A659C;
}
</style>
border-color css
<style>
span { border-color: #8A659C; }
span { border-color: rgb(138,101,156); }
td.TdClassName
{
border-color: #8A659C;
}
.TagClassName
{
border-color: #8A659C;
}
</style>