#8B699D

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

Shades of Ce Soir #8B699D

Tints of Ce Soir #8B699D

Color information

#8B699D (or 0x8B699D) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and 9D. RGB value is (139,105,157). Sum of RGB (Red+Green+Blue) = 139+105+157=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B699D is #749662. Grayscale: #787878. Windows color (decimal): -7640675 or 10316171. OLE color: 10316171.

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

Color convert

RGB139105157-
CMYK0.110.3300.38
HSL279.23º20.97%51.37%-
HSV(B)279.23º33.12%61.57%-
XYZ21.7818.0334.23-
YUV121.09148.26140.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.66%
GREEN value IS 105 (41.41% from 255) = 26.18%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=34.66%
G=26.18%
B=39.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391051570.110.3300.38279.2320.9751.37
Hex8B699DB210261171533
Octal21315123513410464272563
Binary100010111101001100111011011100001010011010001011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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