#866C9B

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

Shades of Ce Soir #866C9B

Tints of Ce Soir #866C9B

Color information

#866C9B (or 0x866C9B) is unknown color: approx Ce Soir. HEX triplet: 86, 6C and 9B. RGB value is (134,108,155). Sum of RGB (Red+Green+Blue) = 134+108+155=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #866C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866C9B is #799364. Grayscale: #787878. Windows color (decimal): -7967589 or 10185862. OLE color: 10185862.

HSL color Cylindrical-coordinate representation of color #866C9B: hue angle of 273.19º 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 #866C9B is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB134108155-
CMYK0.140.3000.39
HSL273.19º19.03%51.57%-
HSV(B)273.19º30.32%60.78%-
XYZ21.1118.1633.4-
YUV121.13147.11137.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.75%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=33.75%
G=27.20%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341081550.140.3000.39273.1919.0351.57
Hex866C9BE1E0271111334
Octal20615423316360474212364
Binary10000110110110010011011111011110010011110001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866C9B; }

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

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

<style>
 a { background-color: #866C9B; }

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

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

<style>
 span { border-color: #866C9B; }

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

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