#8C69AC

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

Shades of Ce Soir #8C69AC

Tints of Ce Soir #8C69AC

Color information

#8C69AC (or 0x8C69AC) is unknown color: approx Ce Soir. HEX triplet: 8C, 69 and AC. RGB value is (140,105,172). Sum of RGB (Red+Green+Blue) = 140+105+172=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C69AC is #739653. Grayscale: #7A7A7A. Windows color (decimal): -7575124 or 11299212. OLE color: 11299212.

HSL color Cylindrical-coordinate representation of color #8C69AC: hue angle of 271.34º 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 #8C69AC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB140105172-
CMYK0.190.3900.33
HSL271.34º28.76%54.31%-
HSV(B)271.34º38.95%67.45%-
XYZ23.3118.6641.4-
YUV123.1155.6140.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.57%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=33.57%
G=25.18%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401051720.190.3900.33271.3428.7654.31
Hex8C69AC132702110f1d36
Octal21415125423470414173566
Binary1000110011010011010110010011100111010000110000111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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