#8D6DAF

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

Shades of Ce Soir #8D6DAF

Tints of Ce Soir #8D6DAF

Color information

#8D6DAF (or 0x8D6DAF) is unknown color: approx Ce Soir. HEX triplet: 8D, 6D and AF. RGB value is (141,109,175). Sum of RGB (Red+Green+Blue) = 141+109+175=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D6DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6DAF is #729250. Grayscale: #7D7D7D. Windows color (decimal): -7508561 or 11496845. OLE color: 11496845.

HSL color Cylindrical-coordinate representation of color #8D6DAF: hue angle of 269.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6DAF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB141109175-
CMYK0.190.3800.31
HSL269.09º29.2%55.69%-
HSV(B)269.09º37.71%68.63%-
XYZ24.1919.743.08-
YUV126.09155.6138.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=33.18%
G=25.65%
B=41.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411091750.190.3800.31269.0929.255.69
Hex8D6DAF132601F10d1d38
Octal21515525723460374153570
Binary100011011101101101011111001110011001111110000110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,175); }

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

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

 a { background-color: rgb(141,109,175); }

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

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

 span { border-color: rgb(141,109,175); }

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