Shades of Ce Soir #8B6298
Tints of Ce Soir #8B6298
RGB
CMYK
RGB Variations
Color information
#8B6298 (or 0x8B6298) is known color: Ce Soir. HEX triplet: 8B, 62 and 98. RGB value is (139,98,152). Sum of RGB (Red+Green+Blue) = 139+98+152=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #8B6298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6298 is #749D67. Grayscale: #747474. Windows color (decimal): -7642472 or 9986699. OLE color: 9986699.
HSL color Cylindrical-coordinate representation of color #8B6298: hue angle of 285.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B6298 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 98 | 152 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.40 |
| HSL | 285.56º | 0.22% | 0.49% | - |
| HSV(B) | 285.56º | 0.36% | 0.6% | - |
| XYZ | 20.68 | 16.49 | 31.8 | - |
| YUV | 116.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 152 | 0.09 | 0.36 | 0 | 0.40 | 285.56 | 0.22 | 0.49 |
| Hex | 8B | 62 | 98 | 9 | 24 | 0 | 28 | 11E | 16 | 31 |
| Octal | 213 | 142 | 230 | 11 | 44 | 0 | 50 | 436 | 26 | 61 |
| Binary | 10001011 | 1100010 | 10011000 | 1001 | 100100 | 0 | 101000 | 100011110 | 10110 | 110001 |
Color Harmonies of #8B6298
Complementary color
Monochromatic Colors of #8B6298
Black with #8B6298
Text Example
Text Example
White with #8B6298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6298; }
p { color: rgb(139,98,152); }
H1.HeaderClassName
{
color: #8B6298;
}
.AnyTagClassName
{
color: #8B6298;
}
</style>
background-color css
<style>
a { background-color: #8B6298; }
a { background-color: rgb(139,98,152); }
div.DivClassName
{
background-color: #8B6298;
}
.BgClassName
{
background-color: #8B6298;
}
</style>
border-color css
<style>
span { border-color: #8B6298; }
span { border-color: rgb(139,98,152); }
td.TdClassName
{
border-color: #8B6298;
}
.TagClassName
{
border-color: #8B6298;
}
</style>