Shades of Ce Soir #8B5FA6
Tints of Ce Soir #8B5FA6
RGB
CMYK
RGB Variations
Color information
#8B5FA6 (or 0x8B5FA6) is known color: Ce Soir. HEX triplet: 8B, 5F and A6. RGB value is (139,95,166). Sum of RGB (Red+Green+Blue) = 139+95+166=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 166 - color contains mainly: blue. Hex color #8B5FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5FA6 is #74A059. Grayscale: #747474. Windows color (decimal): -7643226 or 10903435. OLE color: 10903435.
HSL color Cylindrical-coordinate representation of color #8B5FA6: hue angle of 277.18º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B5FA6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 95 | 166 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.35 |
| HSL | 277.18º | 0.29% | 0.51% | - |
| HSV(B) | 277.18º | 0.43% | 0.65% | - |
| XYZ | 21.62 | 16.43 | 38.11 | - |
| YUV | 116.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 166 | 0.16 | 0.43 | 0 | 0.35 | 277.18 | 0.29 | 0.51 |
| Hex | 8B | 5F | A6 | 10 | 2B | 0 | 23 | 115 | 1D | 33 |
| Octal | 213 | 137 | 246 | 20 | 53 | 0 | 43 | 425 | 35 | 63 |
| Binary | 10001011 | 1011111 | 10100110 | 10000 | 101011 | 0 | 100011 | 100010101 | 11101 | 110011 |
Color Harmonies of #8B5FA6
Complementary color
Monochromatic Colors of #8B5FA6
Black with #8B5FA6
Text Example
Text Example
White with #8B5FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5FA6; }
p { color: rgb(139,95,166); }
H1.HeaderClassName
{
color: #8B5FA6;
}
.AnyTagClassName
{
color: #8B5FA6;
}
</style>
background-color css
<style>
a { background-color: #8B5FA6; }
a { background-color: rgb(139,95,166); }
div.DivClassName
{
background-color: #8B5FA6;
}
.BgClassName
{
background-color: #8B5FA6;
}
</style>
border-color css
<style>
span { border-color: #8B5FA6; }
span { border-color: rgb(139,95,166); }
td.TdClassName
{
border-color: #8B5FA6;
}
.TagClassName
{
border-color: #8B5FA6;
}
</style>