Shades of Ce Soir #8A65AB
Tints of Ce Soir #8A65AB
RGB
CMYK
RGB Variations
Color information
#8A65AB (or 0x8A65AB) is known color: Ce Soir. HEX triplet: 8A, 65 and AB. RGB value is (138,101,171). Sum of RGB (Red+Green+Blue) = 138+101+171=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A65AB is #759A54. Grayscale: #777777. Windows color (decimal): -7707221 or 11232650. OLE color: 11232650.
HSL color Cylindrical-coordinate representation of color #8A65AB: hue angle of 271.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A65AB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 101 | 171 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.33 |
| HSL | 271.71º | 0.29% | 0.53% | - |
| HSV(B) | 271.71º | 0.41% | 0.67% | - |
| XYZ | 22.49 | 17.65 | 40.75 | - |
| YUV | 120.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 171 | 0.19 | 0.41 | 0 | 0.33 | 271.71 | 0.29 | 0.53 |
| Hex | 8A | 65 | AB | 13 | 29 | 0 | 21 | 110 | 1D | 35 |
| Octal | 212 | 145 | 253 | 23 | 51 | 0 | 41 | 420 | 35 | 65 |
| Binary | 10001010 | 1100101 | 10101011 | 10011 | 101001 | 0 | 100001 | 100010000 | 11101 | 110101 |
Color Harmonies of #8A65AB
Complementary color
Monochromatic Colors of #8A65AB
Black with #8A65AB
Text Example
Text Example
White with #8A65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A65AB; }
p { color: rgb(138,101,171); }
H1.HeaderClassName
{
color: #8A65AB;
}
.AnyTagClassName
{
color: #8A65AB;
}
</style>
background-color css
<style>
a { background-color: #8A65AB; }
a { background-color: rgb(138,101,171); }
div.DivClassName
{
background-color: #8A65AB;
}
.BgClassName
{
background-color: #8A65AB;
}
</style>
border-color css
<style>
span { border-color: #8A65AB; }
span { border-color: rgb(138,101,171); }
td.TdClassName
{
border-color: #8A65AB;
}
.TagClassName
{
border-color: #8A65AB;
}
</style>