#8D689D

Color #8D689D Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #8D689D

Tints of Ce Soir #8D689D

Color information

#8D689D (or 0x8D689D) is unknown color: approx Ce Soir. HEX triplet: 8D, 68 and 9D. RGB value is (141,104,157). Sum of RGB (Red+Green+Blue) = 141+104+157=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 104 (41.02% from 255 or 25.87% 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 #8D689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D689D is #729762. Grayscale: #787878. Windows color (decimal): -7509859 or 10315917. OLE color: 10315917.

HSL color Cylindrical-coordinate representation of color #8D689D: hue angle of 281.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D689D is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB141104157-
CMYK0.100.3400.38
HSL281.89º21.29%51.18%-
HSV(B)281.89º33.76%61.57%-
XYZ22.021834.21-
YUV121.1148.26142.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=35.07%
G=25.87%
B=39.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1411041570.100.3400.38281.8921.2951.18
Hex8D689DA2202611a1533
Octal21515023512420464322563
Binary100011011101000100111011010100010010011010001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D689D; }

 p { color: rgb(141,104,157); }

 H1.HeaderClassName
 {
   color: #8D689D;
 }
 .AnyTagClassName
 {
   color: #8D689D;
 }
</style>
background-color css

<style>
 a { background-color: #8D689D; }

 a { background-color: rgb(141,104,157); }

 div.DivClassName
 {
   background-color: #8D689D;
 }
 .BgClassName
 {
   background-color: #8D689D;
 }
</style>
border-color css

<style>
 span { border-color: #8D689D; }

 span { border-color: rgb(141,104,157); }

 td.TdClassName
 {
   border-color: #8D689D;
 }
 .TagClassName
 {
   border-color: #8D689D;
 }
</style>