Shades of Ce Soir #8662A1
Tints of Ce Soir #8662A1
RGB
CMYK
RGB Variations
Color information
#8662A1 (or 0x8662A1) is known color: Ce Soir. HEX triplet: 86, 62 and A1. RGB value is (134,98,161). Sum of RGB (Red+Green+Blue) = 134+98+161=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 161 - color contains mainly: blue. Hex color #8662A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8662A1 is #799D5E. Grayscale: #737373. Windows color (decimal): -7970143 or 10576518. OLE color: 10576518.
HSL color Cylindrical-coordinate representation of color #8662A1: hue angle of 274.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8662A1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 98 | 161 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.37 |
| HSL | 274.29º | 0.25% | 0.51% | - |
| HSV(B) | 274.29º | 0.39% | 0.63% | - |
| XYZ | 20.63 | 16.38 | 35.79 | - |
| YUV | 115.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 161 | 0.17 | 0.39 | 0 | 0.37 | 274.29 | 0.25 | 0.51 |
| Hex | 86 | 62 | A1 | 11 | 27 | 0 | 25 | 112 | 19 | 33 |
| Octal | 206 | 142 | 241 | 21 | 47 | 0 | 45 | 422 | 31 | 63 |
| Binary | 10000110 | 1100010 | 10100001 | 10001 | 100111 | 0 | 100101 | 100010010 | 11001 | 110011 |
Color Harmonies of #8662A1
Complementary color
Monochromatic Colors of #8662A1
Black with #8662A1
Text Example
Text Example
White with #8662A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662A1; }
p { color: rgb(134,98,161); }
H1.HeaderClassName
{
color: #8662A1;
}
.AnyTagClassName
{
color: #8662A1;
}
</style>
background-color css
<style>
a { background-color: #8662A1; }
a { background-color: rgb(134,98,161); }
div.DivClassName
{
background-color: #8662A1;
}
.BgClassName
{
background-color: #8662A1;
}
</style>
border-color css
<style>
span { border-color: #8662A1; }
span { border-color: rgb(134,98,161); }
td.TdClassName
{
border-color: #8662A1;
}
.TagClassName
{
border-color: #8662A1;
}
</style>