#8B689F

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

Shades of Ce Soir #8B689F

Tints of Ce Soir #8B689F

Color information

#8B689F (or 0x8B689F) is unknown color: approx Ce Soir. HEX triplet: 8B, 68 and 9F. RGB value is (139,104,159). Sum of RGB (Red+Green+Blue) = 139+104+159=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B689F is #749760. Grayscale: #787878. Windows color (decimal): -7640929 or 10446987. OLE color: 10446987.

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

Color convert

RGB139104159-
CMYK0.130.3500.38
HSL278.18º22.27%51.57%-
HSV(B)278.18º34.59%62.35%-
XYZ21.8617.8935.1-
YUV120.74149.6141.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=34.58%
G=25.87%
B=39.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391041590.130.3500.38278.1822.2751.57
Hex8B689FD230261161634
Octal21315023715430464262664
Binary100010111101000100111111101100011010011010001011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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