Shades of Ce Soir #8C75A5
Tints of Ce Soir #8C75A5
RGB
CMYK
RGB Variations
Color information
#8C75A5 (or 0x8C75A5) is known color: Ce Soir. HEX triplet: 8C, 75 and A5. RGB value is (140,117,165). Sum of RGB (Red+Green+Blue) = 140+117+165=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C75A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C75A5 is #738A5A. Grayscale: #818181. Windows color (decimal): -7572059 or 10843532. OLE color: 10843532.
HSL color Cylindrical-coordinate representation of color #8C75A5: hue angle of 268.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C75A5 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 117 | 165 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.35 |
| HSL | 268.75º | 0.21% | 0.55% | - |
| HSV(B) | 268.75º | 0.29% | 0.65% | - |
| XYZ | 23.97 | 21.01 | 38.39 | - |
| YUV | 129.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 165 | 0.15 | 0.29 | 0 | 0.35 | 268.75 | 0.21 | 0.55 |
| Hex | 8C | 75 | A5 | F | 1D | 0 | 23 | 10D | 15 | 37 |
| Octal | 214 | 165 | 245 | 17 | 35 | 0 | 43 | 415 | 25 | 67 |
| Binary | 10001100 | 1110101 | 10100101 | 1111 | 11101 | 0 | 100011 | 100001101 | 10101 | 110111 |
Color Harmonies of #8C75A5
Complementary color
Monochromatic Colors of #8C75A5
Black with #8C75A5
Text Example
Text Example
White with #8C75A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C75A5; }
p { color: rgb(140,117,165); }
H1.HeaderClassName
{
color: #8C75A5;
}
.AnyTagClassName
{
color: #8C75A5;
}
</style>
background-color css
<style>
a { background-color: #8C75A5; }
a { background-color: rgb(140,117,165); }
div.DivClassName
{
background-color: #8C75A5;
}
.BgClassName
{
background-color: #8C75A5;
}
</style>
border-color css
<style>
span { border-color: #8C75A5; }
span { border-color: rgb(140,117,165); }
td.TdClassName
{
border-color: #8C75A5;
}
.TagClassName
{
border-color: #8C75A5;
}
</style>