#8E6DAC

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

Shades of Ce Soir #8E6DAC

Tints of Ce Soir #8E6DAC

Color information

#8E6DAC (or 0x8E6DAC) is unknown color: approx Ce Soir. HEX triplet: 8E, 6D and AC. RGB value is (142,109,172). Sum of RGB (Red+Green+Blue) = 142+109+172=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E6DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6DAC is #719253. Grayscale: #7D7D7D. Windows color (decimal): -7443028 or 11300238. OLE color: 11300238.

HSL color Cylindrical-coordinate representation of color #8E6DAC: hue angle of 271.43º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6DAC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142109172-
CMYK0.170.3700.33
HSL271.43º27.51%55.1%-
HSV(B)271.43º36.63%67.45%-
XYZ24.0719.6741.56-
YUV126.05153.93139.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=33.57%
G=25.77%
B=40.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421091720.170.3700.33271.4327.5155.1
Hex8E6DAC112502110f1c37
Octal21615525421450414173467
Binary1000111011011011010110010001100101010000110000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,172); }

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

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

 a { background-color: rgb(142,109,172); }

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

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

 span { border-color: rgb(142,109,172); }

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