#8B6A9B

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

Shades of Ce Soir #8B6A9B

Tints of Ce Soir #8B6A9B

Color information

#8B6A9B (or 0x8B6A9B) is unknown color: approx Ce Soir. HEX triplet: 8B, 6A and 9B. RGB value is (139,106,155). Sum of RGB (Red+Green+Blue) = 139+106+155=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6A9B is #749564. Grayscale: #797979. Windows color (decimal): -7640421 or 10185355. OLE color: 10185355.

HSL color Cylindrical-coordinate representation of color #8B6A9B: hue angle of 280.41º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B6A9B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139106155-
CMYK0.100.3200.39
HSL280.41º19.68%51.18%-
HSV(B)280.41º31.61%60.78%-
XYZ21.7218.1633.37-
YUV121.45146.93140.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=34.75%
G=26.5%
B=38.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391061550.100.3200.39280.4119.6851.18
Hex8B6A9BA200271181433
Octal21315223312400474302463
Binary100010111101010100110111010100000010011110001100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,155); }

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

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

 a { background-color: rgb(139,106,155); }

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

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

 span { border-color: rgb(139,106,155); }

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