Shades of Ce Soir #84669E
Tints of Ce Soir #84669E
RGB
CMYK
RGB Variations
Color information
#84669E (or 0x84669E) is known color: Ce Soir. HEX triplet: 84, 66 and 9E. RGB value is (132,102,158). Sum of RGB (Red+Green+Blue) = 132+102+158=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #84669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84669E is #7B9961. Grayscale: #757575. Windows color (decimal): -8100194 or 10380932. OLE color: 10380932.
HSL color Cylindrical-coordinate representation of color #84669E: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84669E is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 102 | 158 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.38 |
| HSL | 272.14º | 0.22% | 0.51% | - |
| HSV(B) | 272.14º | 0.35% | 0.62% | - |
| XYZ | 20.44 | 16.88 | 34.53 | - |
| YUV | 117.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 158 | 0.16 | 0.35 | 0 | 0.38 | 272.14 | 0.22 | 0.51 |
| Hex | 84 | 66 | 9E | 10 | 23 | 0 | 26 | 110 | 16 | 33 |
| Octal | 204 | 146 | 236 | 20 | 43 | 0 | 46 | 420 | 26 | 63 |
| Binary | 10000100 | 1100110 | 10011110 | 10000 | 100011 | 0 | 100110 | 100010000 | 10110 | 110011 |
Color Harmonies of #84669E
Complementary color
Monochromatic Colors of #84669E
Black with #84669E
Text Example
Text Example
White with #84669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84669E; }
p { color: rgb(132,102,158); }
H1.HeaderClassName
{
color: #84669E;
}
.AnyTagClassName
{
color: #84669E;
}
</style>
background-color css
<style>
a { background-color: #84669E; }
a { background-color: rgb(132,102,158); }
div.DivClassName
{
background-color: #84669E;
}
.BgClassName
{
background-color: #84669E;
}
</style>
border-color css
<style>
span { border-color: #84669E; }
span { border-color: rgb(132,102,158); }
td.TdClassName
{
border-color: #84669E;
}
.TagClassName
{
border-color: #84669E;
}
</style>