#8B6B9E

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

Shades of Ce Soir #8B6B9E

Tints of Ce Soir #8B6B9E

Color information

#8B6B9E (or 0x8B6B9E) is unknown color: approx Ce Soir. HEX triplet: 8B, 6B and 9E. RGB value is (139,107,158). Sum of RGB (Red+Green+Blue) = 139+107+158=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B9E is #749461. Grayscale: #7A7A7A. Windows color (decimal): -7640162 or 10382219. OLE color: 10382219.

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

Color convert

RGB139107158-
CMYK0.120.3200.38
HSL277.65º20.82%51.96%-
HSV(B)277.65º32.28%61.96%-
XYZ22.0818.4734.75-
YUV122.38148.1139.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.41%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=34.41%
G=26.49%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391071580.120.3200.38277.6520.8251.96
Hex8B6B9EC200261161534
Octal21315323614400464262564
Binary100010111101011100111101100100000010011010001011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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