Shades of Ce Soir #8B68AD
Tints of Ce Soir #8B68AD
RGB
CMYK
RGB Variations
Color information
#8B68AD (or 0x8B68AD) is known color: Ce Soir. HEX triplet: 8B, 68 and AD. RGB value is (139,104,173). Sum of RGB (Red+Green+Blue) = 139+104+173=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8B68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B68AD is #749752. Grayscale: #7A7A7A. Windows color (decimal): -7640915 or 11364491. OLE color: 11364491.
HSL color Cylindrical-coordinate representation of color #8B68AD: hue angle of 270.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B68AD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 104 | 173 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.32 |
| HSL | 270.43º | 0.3% | 0.54% | - |
| HSV(B) | 270.43º | 0.4% | 0.68% | - |
| XYZ | 23.14 | 18.41 | 41.87 | - |
| YUV | 122.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 173 | 0.20 | 0.40 | 0 | 0.32 | 270.43 | 0.3 | 0.54 |
| Hex | 8B | 68 | AD | 14 | 28 | 0 | 20 | 10E | 1E | 36 |
| Octal | 213 | 150 | 255 | 24 | 50 | 0 | 40 | 416 | 36 | 66 |
| Binary | 10001011 | 1101000 | 10101101 | 10100 | 101000 | 0 | 100000 | 100001110 | 11110 | 110110 |
Color Harmonies of #8B68AD
Complementary color
Monochromatic Colors of #8B68AD
Black with #8B68AD
Text Example
Text Example
White with #8B68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B68AD; }
p { color: rgb(139,104,173); }
H1.HeaderClassName
{
color: #8B68AD;
}
.AnyTagClassName
{
color: #8B68AD;
}
</style>
background-color css
<style>
a { background-color: #8B68AD; }
a { background-color: rgb(139,104,173); }
div.DivClassName
{
background-color: #8B68AD;
}
.BgClassName
{
background-color: #8B68AD;
}
</style>
border-color css
<style>
span { border-color: #8B68AD; }
span { border-color: rgb(139,104,173); }
td.TdClassName
{
border-color: #8B68AD;
}
.TagClassName
{
border-color: #8B68AD;
}
</style>