#8C69AB

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

Shades of Ce Soir #8C69AB

Tints of Ce Soir #8C69AB

Color information

#8C69AB (or 0x8C69AB) is unknown color: approx Ce Soir. HEX triplet: 8C, 69 and AB. RGB value is (140,105,171). Sum of RGB (Red+Green+Blue) = 140+105+171=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C69AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C69AB is #739654. Grayscale: #7A7A7A. Windows color (decimal): -7575125 or 11233676. OLE color: 11233676.

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

Color convert

RGB140105171-
CMYK0.180.3900.33
HSL271.82º28.21%54.12%-
HSV(B)271.82º38.6%67.06%-
XYZ23.2218.6240.9-
YUV122.99155.1140.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=33.65%
G=25.24%
B=41.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401051710.180.3900.33271.8228.2154.12
Hex8C69AB12270211101c36
Octal21415125322470414203466
Binary1000110011010011010101110010100111010000110001000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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