Shades of Ce Soir #8A609F
Tints of Ce Soir #8A609F
RGB
CMYK
RGB Variations
Color information
#8A609F (or 0x8A609F) is known color: Ce Soir. HEX triplet: 8A, 60 and 9F. RGB value is (138,96,159). Sum of RGB (Red+Green+Blue) = 138+96+159=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A609F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A609F is #759F60. Grayscale: #737373. Windows color (decimal): -7708513 or 10444938. OLE color: 10444938.
HSL color Cylindrical-coordinate representation of color #8A609F: hue angle of 280º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A609F is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 96 | 159 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.38 |
| HSL | 280º | 0.25% | 0.5% | - |
| HSV(B) | 280º | 0.4% | 0.62% | - |
| XYZ | 20.92 | 16.27 | 34.84 | - |
| YUV | 115.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 159 | 0.13 | 0.40 | 0 | 0.38 | 280 | 0.25 | 0.5 |
| Hex | 8A | 60 | 9F | D | 28 | 0 | 26 | 118 | 19 | 32 |
| Octal | 212 | 140 | 237 | 15 | 50 | 0 | 46 | 430 | 31 | 62 |
| Binary | 10001010 | 1100000 | 10011111 | 1101 | 101000 | 0 | 100110 | 100011000 | 11001 | 110010 |
Color Harmonies of #8A609F
Complementary color
Monochromatic Colors of #8A609F
Black with #8A609F
Text Example
Text Example
White with #8A609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A609F; }
p { color: rgb(138,96,159); }
H1.HeaderClassName
{
color: #8A609F;
}
.AnyTagClassName
{
color: #8A609F;
}
</style>
background-color css
<style>
a { background-color: #8A609F; }
a { background-color: rgb(138,96,159); }
div.DivClassName
{
background-color: #8A609F;
}
.BgClassName
{
background-color: #8A609F;
}
</style>
border-color css
<style>
span { border-color: #8A609F; }
span { border-color: rgb(138,96,159); }
td.TdClassName
{
border-color: #8A609F;
}
.TagClassName
{
border-color: #8A609F;
}
</style>