#8B689E

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

Shades of Ce Soir #8B689E

Tints of Ce Soir #8B689E

Color information

#8B689E (or 0x8B689E) is unknown color: approx Ce Soir. HEX triplet: 8B, 68 and 9E. RGB value is (139,104,158). Sum of RGB (Red+Green+Blue) = 139+104+158=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B689E is #749761. Grayscale: #787878. Windows color (decimal): -7640930 or 10381451. OLE color: 10381451.

HSL color Cylindrical-coordinate representation of color #8B689E: hue angle of 278.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B689E is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB139104158-
CMYK0.120.3400.38
HSL278.89º21.77%51.37%-
HSV(B)278.89º34.18%61.96%-
XYZ21.7717.8634.65-
YUV120.62149.1141.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=34.66%
G=25.94%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391041580.120.3400.38278.8921.7751.37
Hex8B689EC220261171633
Octal21315023614420464272663
Binary100010111101000100111101100100010010011010001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,104,158); }

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

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

 a { background-color: rgb(139,104,158); }

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

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

 span { border-color: rgb(139,104,158); }

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