Shades of Ce Soir #8B68AA
Tints of Ce Soir #8B68AA
RGB
CMYK
RGB Variations
Color information
#8B68AA (or 0x8B68AA) is known color: Ce Soir. HEX triplet: 8B, 68 and AA. RGB value is (139,104,170). Sum of RGB (Red+Green+Blue) = 139+104+170=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B68AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B68AA is #749755. Grayscale: #797979. Windows color (decimal): -7640918 or 11167883. OLE color: 11167883.
HSL color Cylindrical-coordinate representation of color #8B68AA: hue angle of 271.82º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B68AA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 104 | 170 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.33 |
| HSL | 271.82º | 0.28% | 0.54% | - |
| HSV(B) | 271.82º | 0.39% | 0.67% | - |
| XYZ | 22.85 | 18.29 | 40.36 | - |
| YUV | 121.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 170 | 0.18 | 0.39 | 0 | 0.33 | 271.82 | 0.28 | 0.54 |
| Hex | 8B | 68 | AA | 12 | 27 | 0 | 21 | 110 | 1C | 36 |
| Octal | 213 | 150 | 252 | 22 | 47 | 0 | 41 | 420 | 34 | 66 |
| Binary | 10001011 | 1101000 | 10101010 | 10010 | 100111 | 0 | 100001 | 100010000 | 11100 | 110110 |
Color Harmonies of #8B68AA
Complementary color
Monochromatic Colors of #8B68AA
Black with #8B68AA
Text Example
Text Example
White with #8B68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B68AA; }
p { color: rgb(139,104,170); }
H1.HeaderClassName
{
color: #8B68AA;
}
.AnyTagClassName
{
color: #8B68AA;
}
</style>
background-color css
<style>
a { background-color: #8B68AA; }
a { background-color: rgb(139,104,170); }
div.DivClassName
{
background-color: #8B68AA;
}
.BgClassName
{
background-color: #8B68AA;
}
</style>
border-color css
<style>
span { border-color: #8B68AA; }
span { border-color: rgb(139,104,170); }
td.TdClassName
{
border-color: #8B68AA;
}
.TagClassName
{
border-color: #8B68AA;
}
</style>