#866D93

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

Shades of Ce Soir #866D93

Tints of Ce Soir #866D93

Color information

#866D93 (or 0x866D93) is unknown color: approx Ce Soir. HEX triplet: 86, 6D and 93. RGB value is (134,109,147). Sum of RGB (Red+Green+Blue) = 134+109+147=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #866D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866D93 is #79926C. Grayscale: #787878. Windows color (decimal): -7967341 or 9661830. OLE color: 9661830.

HSL color Cylindrical-coordinate representation of color #866D93: hue angle of 279.47º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866D93 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134109147-
CMYK0.090.2600.42
HSL279.47º14.96%50.2%-
HSV(B)279.47º25.85%57.65%-
XYZ20.5718.1130.02-
YUV120.81142.78137.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=34.36%
G=27.95%
B=37.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341091470.090.2600.42279.4714.9650.2
Hex866D9391A02A117f32
Octal20615522311320524271762
Binary1000011011011011001001110011101001010101000101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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