#8D66AB

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

Shades of Ce Soir #8D66AB

Tints of Ce Soir #8D66AB

Color information

#8D66AB (or 0x8D66AB) is unknown color: approx Ce Soir. HEX triplet: 8D, 66 and AB. RGB value is (141,102,171). Sum of RGB (Red+Green+Blue) = 141+102+171=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D66AB is #729954. Grayscale: #797979. Windows color (decimal): -7510357 or 11232909. OLE color: 11232909.

HSL color Cylindrical-coordinate representation of color #8D66AB: hue angle of 273.91º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D66AB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141102171-
CMYK0.180.4000.33
HSL273.91º29.11%53.53%-
HSV(B)273.91º40.35%67.06%-
XYZ23.0918.1140.81-
YUV121.53155.92141.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.06%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=34.06%
G=24.64%
B=41.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411021710.180.4000.33273.9129.1153.53
Hex8D66AB12280211121d36
Octal21514625322500414223566
Binary1000110111001101010101110010101000010000110001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,171); }

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

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

 a { background-color: rgb(141,102,171); }

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

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

 span { border-color: rgb(141,102,171); }

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