#8B6C9B

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

Shades of Ce Soir #8B6C9B

Tints of Ce Soir #8B6C9B

Color information

#8B6C9B (or 0x8B6C9B) is unknown color: approx Ce Soir. HEX triplet: 8B, 6C and 9B. RGB value is (139,108,155). Sum of RGB (Red+Green+Blue) = 139+108+155=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #8B6C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6C9B is #749364. Grayscale: #7A7A7A. Windows color (decimal): -7639909 or 10185867. OLE color: 10185867.

HSL color Cylindrical-coordinate representation of color #8B6C9B: hue angle of 279.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6C9B is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB139108155-
CMYK0.100.3000.39
HSL279.57º19.03%51.57%-
HSV(B)279.57º30.32%60.78%-
XYZ21.9318.5833.44-
YUV122.63146.27139.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=34.58%
G=26.87%
B=38.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1391081550.100.3000.39279.5719.0351.57
Hex8B6C9BA1E0271181334
Octal21315423312360474302364
Binary10001011110110010011011101011110010011110001100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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