Shades of Ce Soir #84699A
Tints of Ce Soir #84699A
RGB
CMYK
RGB Variations
Color information
#84699A (or 0x84699A) is known color: Ce Soir. HEX triplet: 84, 69 and 9A. RGB value is (132,105,154). Sum of RGB (Red+Green+Blue) = 132+105+154=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #84699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84699A is #7B9665. Grayscale: #767676. Windows color (decimal): -8099430 or 10119556. OLE color: 10119556.
HSL color Cylindrical-coordinate representation of color #84699A: hue angle of 273.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84699A is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 105 | 154 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.40 |
| HSL | 273.06º | 0.2% | 0.51% | - |
| HSV(B) | 273.06º | 0.32% | 0.6% | - |
| XYZ | 20.4 | 17.34 | 32.84 | - |
| YUV | 118.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 154 | 0.14 | 0.32 | 0 | 0.40 | 273.06 | 0.2 | 0.51 |
| Hex | 84 | 69 | 9A | E | 20 | 0 | 28 | 111 | 14 | 33 |
| Octal | 204 | 151 | 232 | 16 | 40 | 0 | 50 | 421 | 24 | 63 |
| Binary | 10000100 | 1101001 | 10011010 | 1110 | 100000 | 0 | 101000 | 100010001 | 10100 | 110011 |
Color Harmonies of #84699A
Complementary color
Monochromatic Colors of #84699A
Black with #84699A
Text Example
Text Example
White with #84699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84699A; }
p { color: rgb(132,105,154); }
H1.HeaderClassName
{
color: #84699A;
}
.AnyTagClassName
{
color: #84699A;
}
</style>
background-color css
<style>
a { background-color: #84699A; }
a { background-color: rgb(132,105,154); }
div.DivClassName
{
background-color: #84699A;
}
.BgClassName
{
background-color: #84699A;
}
</style>
border-color css
<style>
span { border-color: #84699A; }
span { border-color: rgb(132,105,154); }
td.TdClassName
{
border-color: #84699A;
}
.TagClassName
{
border-color: #84699A;
}
</style>