#866D9B

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

Shades of Ce Soir #866D9B

Tints of Ce Soir #866D9B

Color information

#866D9B (or 0x866D9B) is unknown color: approx Ce Soir. HEX triplet: 86, 6D and 9B. RGB value is (134,109,155). Sum of RGB (Red+Green+Blue) = 134+109+155=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #866D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D9B is #799264. Grayscale: #797979. Windows color (decimal): -7967333 or 10186118. OLE color: 10186118.

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

Color convert

RGB134109155-
CMYK0.140.3000.39
HSL272.61º18.7%51.76%-
HSV(B)272.61º29.68%60.78%-
XYZ21.2218.3733.44-
YUV121.72146.78136.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.67%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=33.67%
G=27.39%
B=38.94%

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
Decimal1341091550.140.3000.39272.6118.751.76
Hex866D9BE1E0271111334
Octal20615523316360474212364
Binary10000110110110110011011111011110010011110001000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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