Shades of Ce Soir #8962B2
Tints of Ce Soir #8962B2
RGB
CMYK
RGB Variations
Color information
#8962B2 (or 0x8962B2) is known color: Ce Soir. HEX triplet: 89, 62 and B2. RGB value is (137,98,178). Sum of RGB (Red+Green+Blue) = 137+98+178=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 178 - color contains mainly: blue. Hex color #8962B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8962B2 is #769D4D. Grayscale: #767676. Windows color (decimal): -7773518 or 11690633. OLE color: 11690633.
HSL color Cylindrical-coordinate representation of color #8962B2: hue angle of 269.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8962B2 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 98 | 178 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.30 |
| HSL | 269.25º | 0.34% | 0.54% | - |
| HSV(B) | 269.25º | 0.45% | 0.7% | - |
| XYZ | 22.72 | 17.27 | 44.26 | - |
| YUV | 118.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 178 | 0.23 | 0.45 | 0 | 0.30 | 269.25 | 0.34 | 0.54 |
| Hex | 89 | 62 | B2 | 17 | 2D | 0 | 1E | 10D | 22 | 36 |
| Octal | 211 | 142 | 262 | 27 | 55 | 0 | 36 | 415 | 42 | 66 |
| Binary | 10001001 | 1100010 | 10110010 | 10111 | 101101 | 0 | 11110 | 100001101 | 100010 | 110110 |
Color Harmonies of #8962B2
Complementary color
Monochromatic Colors of #8962B2
Black with #8962B2
Text Example
Text Example
White with #8962B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8962B2; }
p { color: rgb(137,98,178); }
H1.HeaderClassName
{
color: #8962B2;
}
.AnyTagClassName
{
color: #8962B2;
}
</style>
background-color css
<style>
a { background-color: #8962B2; }
a { background-color: rgb(137,98,178); }
div.DivClassName
{
background-color: #8962B2;
}
.BgClassName
{
background-color: #8962B2;
}
</style>
border-color css
<style>
span { border-color: #8962B2; }
span { border-color: rgb(137,98,178); }
td.TdClassName
{
border-color: #8962B2;
}
.TagClassName
{
border-color: #8962B2;
}
</style>