Shades of Ce Soir #8A719B
Tints of Ce Soir #8A719B
RGB
CMYK
RGB Variations
Color information
#8A719B (or 0x8A719B) is known color: Ce Soir. HEX triplet: 8A, 71 and 9B. RGB value is (138,113,155). Sum of RGB (Red+Green+Blue) = 138+113+155=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A719B is #758E64. Grayscale: #7D7D7D. Windows color (decimal): -7704165 or 10187146. OLE color: 10187146.
HSL color Cylindrical-coordinate representation of color #8A719B: hue angle of 275.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A719B is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 113 | 155 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.39 |
| HSL | 275.71º | 0.17% | 0.53% | - |
| HSV(B) | 275.71º | 0.27% | 0.61% | - |
| XYZ | 22.3 | 19.58 | 33.61 | - |
| YUV | 125.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 155 | 0.11 | 0.27 | 0 | 0.39 | 275.71 | 0.17 | 0.53 |
| Hex | 8A | 71 | 9B | B | 1B | 0 | 27 | 114 | 11 | 35 |
| Octal | 212 | 161 | 233 | 13 | 33 | 0 | 47 | 424 | 21 | 65 |
| Binary | 10001010 | 1110001 | 10011011 | 1011 | 11011 | 0 | 100111 | 100010100 | 10001 | 110101 |
Color Harmonies of #8A719B
Complementary color
Monochromatic Colors of #8A719B
Black with #8A719B
Text Example
Text Example
White with #8A719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A719B; }
p { color: rgb(138,113,155); }
H1.HeaderClassName
{
color: #8A719B;
}
.AnyTagClassName
{
color: #8A719B;
}
</style>
background-color css
<style>
a { background-color: #8A719B; }
a { background-color: rgb(138,113,155); }
div.DivClassName
{
background-color: #8A719B;
}
.BgClassName
{
background-color: #8A719B;
}
</style>
border-color css
<style>
span { border-color: #8A719B; }
span { border-color: rgb(138,113,155); }
td.TdClassName
{
border-color: #8A719B;
}
.TagClassName
{
border-color: #8A719B;
}
</style>