#8B69AC

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

Shades of Ce Soir #8B69AC

Tints of Ce Soir #8B69AC

Color information

#8B69AC (or 0x8B69AC) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and AC. RGB value is (139,105,172). Sum of RGB (Red+Green+Blue) = 139+105+172=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B69AC is #749653. Grayscale: #7A7A7A. Windows color (decimal): -7640660 or 11299211. OLE color: 11299211.

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

Color convert

RGB139105172-
CMYK0.190.3900.33
HSL270.45º28.76%54.31%-
HSV(B)270.45º38.95%67.45%-
XYZ23.1518.5741.39-
YUV122.8155.76139.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.41%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=33.41%
G=25.24%
B=41.35%

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
Decimal1391051720.190.3900.33270.4528.7654.31
Hex8B69AC132702110e1d36
Octal21315125423470414163566
Binary1000101111010011010110010011100111010000110000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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