#8D6EA4

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

Shades of Ce Soir #8D6EA4

Tints of Ce Soir #8D6EA4

Color information

#8D6EA4 (or 0x8D6EA4) is unknown color: approx Ce Soir. HEX triplet: 8D, 6E and A4. RGB value is (141,110,164). Sum of RGB (Red+Green+Blue) = 141+110+164=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D6EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6EA4 is #72915B. Grayscale: #7D7D7D. Windows color (decimal): -7508316 or 10776205. OLE color: 10776205.

HSL color Cylindrical-coordinate representation of color #8D6EA4: hue angle of 274.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D6EA4 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB141110164-
CMYK0.140.3300.36
HSL274.44º22.88%53.73%-
HSV(B)274.44º32.93%64.31%-
XYZ23.2619.4937.66-
YUV125.42149.77139.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=33.98%
G=26.51%
B=39.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411101640.140.3300.36274.4422.8853.73
Hex8D6EA4E210241121736
Octal21515624416410444222766
Binary100011011101110101001001110100001010010010001001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,164); }

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

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

 a { background-color: rgb(141,110,164); }

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

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

 span { border-color: rgb(141,110,164); }

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