Shades of Ce Soir #8A6B9D
Tints of Ce Soir #8A6B9D
RGB
CMYK
RGB Variations
Color information
#8A6B9D (or 0x8A6B9D) is known color: Ce Soir. HEX triplet: 8A, 6B and 9D. RGB value is (138,107,157). Sum of RGB (Red+Green+Blue) = 138+107+157=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A6B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6B9D is #759462. Grayscale: #797979. Windows color (decimal): -7705699 or 10316682. OLE color: 10316682.
HSL color Cylindrical-coordinate representation of color #8A6B9D: hue angle of 277.2º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A6B9D is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 107 | 157 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.38 |
| HSL | 277.2º | 0.2% | 0.52% | - |
| HSV(B) | 277.2º | 0.32% | 0.62% | - |
| XYZ | 21.82 | 18.35 | 34.29 | - |
| YUV | 121.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 157 | 0.12 | 0.32 | 0 | 0.38 | 277.2 | 0.2 | 0.52 |
| Hex | 8A | 6B | 9D | C | 20 | 0 | 26 | 115 | 14 | 34 |
| Octal | 212 | 153 | 235 | 14 | 40 | 0 | 46 | 425 | 24 | 64 |
| Binary | 10001010 | 1101011 | 10011101 | 1100 | 100000 | 0 | 100110 | 100010101 | 10100 | 110100 |
Color Harmonies of #8A6B9D
Complementary color
Monochromatic Colors of #8A6B9D
Black with #8A6B9D
Text Example
Text Example
White with #8A6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B9D; }
p { color: rgb(138,107,157); }
H1.HeaderClassName
{
color: #8A6B9D;
}
.AnyTagClassName
{
color: #8A6B9D;
}
</style>
background-color css
<style>
a { background-color: #8A6B9D; }
a { background-color: rgb(138,107,157); }
div.DivClassName
{
background-color: #8A6B9D;
}
.BgClassName
{
background-color: #8A6B9D;
}
</style>
border-color css
<style>
span { border-color: #8A6B9D; }
span { border-color: rgb(138,107,157); }
td.TdClassName
{
border-color: #8A6B9D;
}
.TagClassName
{
border-color: #8A6B9D;
}
</style>