Shades of Ce Soir #8461A4
Tints of Ce Soir #8461A4
RGB
CMYK
RGB Variations
Color information
#8461A4 (or 0x8461A4) is known color: Ce Soir. HEX triplet: 84, 61 and A4. RGB value is (132,97,164). Sum of RGB (Red+Green+Blue) = 132+97+164=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #8461A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8461A4 is #7B9E5B. Grayscale: #727272. Windows color (decimal): -8101468 or 10772868. OLE color: 10772868.
HSL color Cylindrical-coordinate representation of color #8461A4: hue angle of 271.34º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8461A4 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 97 | 164 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.36 |
| HSL | 271.34º | 0.27% | 0.51% | - |
| HSV(B) | 271.34º | 0.41% | 0.64% | - |
| XYZ | 20.49 | 16.14 | 37.16 | - |
| YUV | 115.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 164 | 0.20 | 0.41 | 0 | 0.36 | 271.34 | 0.27 | 0.51 |
| Hex | 84 | 61 | A4 | 14 | 29 | 0 | 24 | 10F | 1B | 33 |
| Octal | 204 | 141 | 244 | 24 | 51 | 0 | 44 | 417 | 33 | 63 |
| Binary | 10000100 | 1100001 | 10100100 | 10100 | 101001 | 0 | 100100 | 100001111 | 11011 | 110011 |
Color Harmonies of #8461A4
Complementary color
Monochromatic Colors of #8461A4
Black with #8461A4
Text Example
Text Example
White with #8461A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461A4; }
p { color: rgb(132,97,164); }
H1.HeaderClassName
{
color: #8461A4;
}
.AnyTagClassName
{
color: #8461A4;
}
</style>
background-color css
<style>
a { background-color: #8461A4; }
a { background-color: rgb(132,97,164); }
div.DivClassName
{
background-color: #8461A4;
}
.BgClassName
{
background-color: #8461A4;
}
</style>
border-color css
<style>
span { border-color: #8461A4; }
span { border-color: rgb(132,97,164); }
td.TdClassName
{
border-color: #8461A4;
}
.TagClassName
{
border-color: #8461A4;
}
</style>