#8B699F

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

Shades of Ce Soir #8B699F

Tints of Ce Soir #8B699F

Color information

#8B699F (or 0x8B699F) is unknown color: approx Ce Soir. HEX triplet: 8B, 69 and 9F. RGB value is (139,105,159). Sum of RGB (Red+Green+Blue) = 139+105+159=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B699F is #749660. Grayscale: #797979. Windows color (decimal): -7640673 or 10447243. OLE color: 10447243.

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

Color convert

RGB139105159-
CMYK0.130.3400.38
HSL277.78º21.95%51.76%-
HSV(B)277.78º33.96%62.35%-
XYZ21.9618.135.14-
YUV121.32149.26140.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.49%
GREEN value IS 105 (41.41% from 255) = 26.05%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=34.49%
G=26.05%
B=39.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391051590.130.3400.38277.7821.9551.76
Hex8B699FD220261161634
Octal21315123715420464262664
Binary100010111101001100111111101100010010011010001011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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