#8969AC

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

Shades of Ce Soir #8969AC

Tints of Ce Soir #8969AC

Color information

#8969AC (or 0x8969AC) is unknown color: approx Ce Soir. HEX triplet: 89, 69 and AC. RGB value is (137,105,172). Sum of RGB (Red+Green+Blue) = 137+105+172=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #8969AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8969AC is #769653. Grayscale: #797979. Windows color (decimal): -7771732 or 11299209. OLE color: 11299209.

HSL color Cylindrical-coordinate representation of color #8969AC: hue angle of 268.66º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8969AC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137105172-
CMYK0.200.3900.33
HSL268.66º28.76%54.31%-
HSV(B)268.66º38.95%67.45%-
XYZ22.8118.441.38-
YUV122.21156.1138.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=33.09%
G=25.36%
B=41.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371051720.200.3900.33268.6628.7654.31
Hex8969AC142702110d1d36
Octal21115125424470414153566
Binary1000100111010011010110010100100111010000110000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8969AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8969AC; }

 p { color: rgb(137,105,172); }

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

<style>
 a { background-color: #8969AC; }

 a { background-color: rgb(137,105,172); }

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

<style>
 span { border-color: #8969AC; }

 span { border-color: rgb(137,105,172); }

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