Shades of Ce Soir #8A609A
Tints of Ce Soir #8A609A
RGB
CMYK
RGB Variations
Color information
#8A609A (or 0x8A609A) is known color: Ce Soir. HEX triplet: 8A, 60 and 9A. RGB value is (138,96,154). Sum of RGB (Red+Green+Blue) = 138+96+154=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A609A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A609A is #759F65. Grayscale: #727272. Windows color (decimal): -7708518 or 10117258. OLE color: 10117258.
HSL color Cylindrical-coordinate representation of color #8A609A: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A609A is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 96 | 154 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.40 |
| HSL | 283.45º | 0.23% | 0.49% | - |
| HSV(B) | 283.45º | 0.38% | 0.6% | - |
| XYZ | 20.5 | 16.1 | 32.6 | - |
| YUV | 115.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 96 | 154 | 0.10 | 0.38 | 0 | 0.40 | 283.45 | 0.23 | 0.49 |
| Hex | 8A | 60 | 9A | A | 26 | 0 | 28 | 11B | 17 | 31 |
| Octal | 212 | 140 | 232 | 12 | 46 | 0 | 50 | 433 | 27 | 61 |
| Binary | 10001010 | 1100000 | 10011010 | 1010 | 100110 | 0 | 101000 | 100011011 | 10111 | 110001 |
Color Harmonies of #8A609A
Complementary color
Monochromatic Colors of #8A609A
Black with #8A609A
Text Example
Text Example
White with #8A609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A609A; }
p { color: rgb(138,96,154); }
H1.HeaderClassName
{
color: #8A609A;
}
.AnyTagClassName
{
color: #8A609A;
}
</style>
background-color css
<style>
a { background-color: #8A609A; }
a { background-color: rgb(138,96,154); }
div.DivClassName
{
background-color: #8A609A;
}
.BgClassName
{
background-color: #8A609A;
}
</style>
border-color css
<style>
span { border-color: #8A609A; }
span { border-color: rgb(138,96,154); }
td.TdClassName
{
border-color: #8A609A;
}
.TagClassName
{
border-color: #8A609A;
}
</style>