#8C6B9B

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

Shades of Ce Soir #8C6B9B

Tints of Ce Soir #8C6B9B

Color information

#8C6B9B (or 0x8C6B9B) is unknown color: approx Ce Soir. HEX triplet: 8C, 6B and 9B. RGB value is (140,107,155). Sum of RGB (Red+Green+Blue) = 140+107+155=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 107 (42.19% from 255 or 26.62% 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 #8C6B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B9B is #739464. Grayscale: #7A7A7A. Windows color (decimal): -7574629 or 10185612. OLE color: 10185612.

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

Color convert

RGB140107155-
CMYK0.100.3100.39
HSL281.25º19.35%51.37%-
HSV(B)281.25º30.97%60.78%-
XYZ21.9918.4633.41-
YUV122.34146.43140.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.83%
GREEN value IS 107 (42.19% from 255) = 26.62%
BLUE value IS 155 (60.94% from 255) = 38.56%
R=34.83%
G=26.62%
B=38.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401071550.100.3100.39281.2519.3551.37
Hex8C6B9BA1F0271191333
Octal21415323312370474312363
Binary10001100110101110011011101011111010011110001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,155); }

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

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

 a { background-color: rgb(140,107,155); }

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

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

 span { border-color: rgb(140,107,155); }

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