#8E6DAB

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

Shades of Ce Soir #8E6DAB

Tints of Ce Soir #8E6DAB

Color information

#8E6DAB (or 0x8E6DAB) is unknown color: approx Ce Soir. HEX triplet: 8E, 6D and AB. RGB value is (142,109,171). Sum of RGB (Red+Green+Blue) = 142+109+171=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E6DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6DAB is #719254. Grayscale: #7D7D7D. Windows color (decimal): -7443029 or 11234702. OLE color: 11234702.

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

Color convert

RGB142109171-
CMYK0.170.3600.33
HSL271.94º26.96%54.9%-
HSV(B)271.94º36.26%67.06%-
XYZ23.9719.6341.05-
YUV125.94153.43139.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.65%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=33.65%
G=25.83%
B=40.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421091710.170.3600.33271.9426.9654.9
Hex8E6DAB11240211101b37
Octal21615525321440414203367
Binary1000111011011011010101110001100100010000110001000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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