Shades of Ce Soir #8A68A9
Tints of Ce Soir #8A68A9
RGB
CMYK
RGB Variations
Color information
#8A68A9 (or 0x8A68A9) is known color: Ce Soir. HEX triplet: 8A, 68 and A9. RGB value is (138,104,169). Sum of RGB (Red+Green+Blue) = 138+104+169=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 169 - color contains mainly: blue. Hex color #8A68A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A68A9 is #759756. Grayscale: #797979. Windows color (decimal): -7706455 or 11102346. OLE color: 11102346.
HSL color Cylindrical-coordinate representation of color #8A68A9: hue angle of 271.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A68A9 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 104 | 169 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.34 |
| HSL | 271.38º | 0.27% | 0.54% | - |
| HSV(B) | 271.38º | 0.38% | 0.66% | - |
| XYZ | 22.59 | 18.17 | 39.85 | - |
| YUV | 121.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 169 | 0.18 | 0.38 | 0 | 0.34 | 271.38 | 0.27 | 0.54 |
| Hex | 8A | 68 | A9 | 12 | 26 | 0 | 22 | 10F | 1B | 36 |
| Octal | 212 | 150 | 251 | 22 | 46 | 0 | 42 | 417 | 33 | 66 |
| Binary | 10001010 | 1101000 | 10101001 | 10010 | 100110 | 0 | 100010 | 100001111 | 11011 | 110110 |
Color Harmonies of #8A68A9
Complementary color
Monochromatic Colors of #8A68A9
Black with #8A68A9
Text Example
Text Example
White with #8A68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A68A9; }
p { color: rgb(138,104,169); }
H1.HeaderClassName
{
color: #8A68A9;
}
.AnyTagClassName
{
color: #8A68A9;
}
</style>
background-color css
<style>
a { background-color: #8A68A9; }
a { background-color: rgb(138,104,169); }
div.DivClassName
{
background-color: #8A68A9;
}
.BgClassName
{
background-color: #8A68A9;
}
</style>
border-color css
<style>
span { border-color: #8A68A9; }
span { border-color: rgb(138,104,169); }
td.TdClassName
{
border-color: #8A68A9;
}
.TagClassName
{
border-color: #8A68A9;
}
</style>