Shades of Ce Soir #8A6B96
Tints of Ce Soir #8A6B96
RGB
CMYK
RGB Variations
Color information
#8A6B96 (or 0x8A6B96) is known color: Ce Soir. HEX triplet: 8A, 6B and 96. RGB value is (138,107,150). Sum of RGB (Red+Green+Blue) = 138+107+150=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A6B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B96 is #759469. Grayscale: #797979. Windows color (decimal): -7705706 or 9857930. OLE color: 9857930.
HSL color Cylindrical-coordinate representation of color #8A6B96: hue angle of 283.26º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A6B96 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 107 | 150 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.41 |
| HSL | 283.26º | 0.17% | 0.5% | - |
| HSV(B) | 283.26º | 0.29% | 0.59% | - |
| XYZ | 21.24 | 18.12 | 31.23 | - |
| YUV | 121.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 150 | 0.08 | 0.29 | 0 | 0.41 | 283.26 | 0.17 | 0.5 |
| Hex | 8A | 6B | 96 | 8 | 1D | 0 | 29 | 11B | 11 | 32 |
| Octal | 212 | 153 | 226 | 10 | 35 | 0 | 51 | 433 | 21 | 62 |
| Binary | 10001010 | 1101011 | 10010110 | 1000 | 11101 | 0 | 101001 | 100011011 | 10001 | 110010 |
Color Harmonies of #8A6B96
Complementary color
Monochromatic Colors of #8A6B96
Black with #8A6B96
Text Example
Text Example
White with #8A6B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B96; }
p { color: rgb(138,107,150); }
H1.HeaderClassName
{
color: #8A6B96;
}
.AnyTagClassName
{
color: #8A6B96;
}
</style>
background-color css
<style>
a { background-color: #8A6B96; }
a { background-color: rgb(138,107,150); }
div.DivClassName
{
background-color: #8A6B96;
}
.BgClassName
{
background-color: #8A6B96;
}
</style>
border-color css
<style>
span { border-color: #8A6B96; }
span { border-color: rgb(138,107,150); }
td.TdClassName
{
border-color: #8A6B96;
}
.TagClassName
{
border-color: #8A6B96;
}
</style>